summaryrefslogtreecommitdiff
Commit message (Collapse)AuthorAgeFilesLines
* profiles/arch/hppa: cleanup obsolete media-video/mpv use force/maskIonen Wolkens2023-12-301-8/+0
| | | | | | No longer keyworded on hppa, with no plans to rekeyword. Signed-off-by: Ionen Wolkens <ionen@gentoo.org>
* profiles: have media-video/mpv use luajit more thoroughlyIonen Wolkens2023-07-251-0/+8
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | tl;dr fixes RequiredUseDefaults, and also uses luajit on non-desktop mpv currently no plans to ever support >=lua5-3, and with lua5-1 being essentially unmaintained it's preferred to use the actively maintained luajit when possible. Because of this, wanted to straight up remove lua5-1 from COMPAT, but then luajit is not available on as many arches as lua5-1. So to pick luajit by default (against's profile defaults), there is two options: (1). package.use in profile with -lua5-1 luajit (2). mask lua5-1, force luajit And fortunately we don't need to worry about LUA_TARGETS, just SINGLE. Old situation is sub-optimal: - (1) is used in desktop profile only (should be all) - arches which don't support luajit have bad REQUIRED_USE defaults (should be inverted where needed) (2) has a big advantage, if users set their own default e.g. */* LUA_SINGLE_TARGET: -* lua5-4 Then luajit will still be forced and they do not need a package.use entry to emerge mpv. Downside is that if a user really want to use old lua5-1, then they need to mess with /etc/portage/profile. But generally I feel (2) is still better for the general user experience, and this commit does that. wrt old "lua" default, not needed in profile given IUSE=+lua default is in all mpv ebulds already (-sdl still makes sense). Signed-off-by: Ionen Wolkens <ionen@gentoo.org>
* profiles/arch/hppa: mask sys-devel/gcc[default-stack-clash-protection]Sam James2023-04-301-1/+5
| | | | Signed-off-by: Sam James <sam@gentoo.org>
* sys-auth/polkit: add 0.120_p20220127Sam James2022-02-191-0/+6
| | | | | | | | Now with Duktape! Closes: https://bugs.gentoo.org/833122 Closes: https://bugs.gentoo.org/734326 Signed-off-by: Sam James <sam@gentoo.org>
* profiles/arch/hppa: update efl use-mask for new lua eclassJoonas Niilola2021-02-071-6/+0
| | | | | Signed-off-by: Joonas Niilola <juippis@gentoo.org> Closes: https://github.com/gentoo/gentoo/pull/19361
* profiles/arch/hppa: force dev-libs/efl[lua]Joonas Niilola2020-02-081-0/+6
| | | | Signed-off-by: Joonas Niilola <juippis@gentoo.org>
* arch/hppa/package.use.force: remove dev-libs/efl USE forceJoonas Niilola2018-09-301-6/+0
| | | | | Signed-off-by: Joonas Niilola <juippis@gmail.com> Signed-off-by: Michał Górny <mgorny@gentoo.org>
* Drop $Id$ per council decision in bug #611234.Robin H. Johnson2017-02-281-1/+0
| | | | Signed-off-by: Robin H. Johnson <robbat2@gentoo.org>
* profiles/arch/hppa: Clean obsolete package.use* entriesMichał Górny2017-01-201-3/+1
|
* proj/gentoo: Initial commitRobin H. Johnson2015-08-081-0/+9
This commit represents a new era for Gentoo: Storing the gentoo-x86 tree in Git, as converted from CVS. This commit is the start of the NEW history. Any historical data is intended to be grafted onto this point. Creation process: 1. Take final CVS checkout snapshot 2. Remove ALL ChangeLog* files 3. Transform all Manifests to thin 4. Remove empty Manifests 5. Convert all stale $Header$/$Id$ CVS keywords to non-expanded Git $Id$ 5.1. Do not touch files with -kb/-ko keyword flags. Signed-off-by: Robin H. Johnson <robbat2@gentoo.org> X-Thanks: Alec Warner <antarus@gentoo.org> - did the GSoC 2006 migration tests X-Thanks: Robin H. Johnson <robbat2@gentoo.org> - infra guy, herding this project X-Thanks: Nguyen Thai Ngoc Duy <pclouds@gentoo.org> - Former Gentoo developer, wrote Git features for the migration X-Thanks: Brian Harring <ferringb@gentoo.org> - wrote much python to improve cvs2svn X-Thanks: Rich Freeman <rich0@gentoo.org> - validation scripts X-Thanks: Patrick Lauer <patrick@gentoo.org> - Gentoo dev, running new 2014 work in migration X-Thanks: Michał Górny <mgorny@gentoo.org> - scripts, QA, nagging X-Thanks: All of other Gentoo developers - many ideas and lots of paint on the bikeshed