Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | profiles/f/prefix/s/kernel-2.6.16+/make.defaults: fix PYTHON_TARGETS | Benda Xu | 2018-01-13 | 1 | -1/+1 |
| | |||||
* | profiles/prefix: rename beyond-kernel-? to kernel-?+ | Benda Xu | 2018-01-12 | 9 | -1/+9 |
| | | | | In addition, mask python 3 USE flags for kernel-2.6.16+. | ||||
* | profiles/features/selinux: remove default use, already in the packages | Jason Zaman | 2018-01-10 | 1 | -3/+1 |
| | |||||
* | profile: add legacy prefix profile for >=linux-2.6.32. | Benda Xu | 2018-01-08 | 3 | -0/+15 |
| | |||||
* | profiles: prefix refactorization. | Benda Xu | 2018-01-08 | 8 | -1/+104 |
| | | | | legacy profiles explicitly refer to the kernel supported. | ||||
* | profiles: unset USE=session in default/linux/make.defaults. | Michael Orlitzky | 2018-01-06 | 1 | -1/+1 |
| | | | | | | | | | | | | | | | | | | | | The "session" USE flag has been enabled by default for all linux profiles in default/linux/make.defaults since 2010. According to the comment in that file, the flag was added for dev-lang/php where session support is near-critical. But, now that we have an IUSE default, the global setting is redundant. This commit drops USE=session from the default/linux profile's make.defaults, and also drops the (now unnecessary) override of that flag in the features/hardened profile's make.defaults. A few other packages with "session" in IUSE will be affected by this change; however, the meaning of "session" varies wildly between the packages that use it. Since the meaning of "session" is dependent on the package in question, within the package itself (that is, with IUSE defaults) is a better place to enable this flag by default. Closes: https://bugs.gentoo.org/635742 | ||||
* | profiles/features/selinux: Remove masks on removed package USE flags | Michał Górny | 2017-12-30 | 1 | -1/+0 |
| | |||||
* | profiles/features/multilib: Remove forces on removed package USE flags | Michał Górny | 2017-12-30 | 1 | -2/+1 |
| | |||||
* | profiles/features/hardened: Remove USE masks for removed packages | Michał Górny | 2017-12-30 | 1 | -8/+0 |
| | |||||
* | profiles: unset default USE=justify in hardened profiles. | Michael Orlitzky | 2017-12-19 | 1 | -1/+1 |
| | | | | | | | | | | | | | | The "justify" USE flag is local to only app-editors/nano, but it was enabled by default in two hardened profiles, * hardened/linux/amd64/make.defaults * features/hardened/amd64/make.defaults The reasoning for that is lost to time, but probably dates back to when nano was part of the @system set, and we wanted the stages to be built with USE=justify set for nano (before per-package USE defaults). Closes: https://bugs.gentoo.org/635066 | ||||
* | profiles/features/prefix/use.mask: remove suid mask. | Benda Xu | 2017-12-11 | 1 | -4/+0 |
| | | | | | chown related failures are handled by portage now. suid USE flags can be released to the wild. | ||||
* | profiles: set -ptpax in the hardened new 17.0 profile | Magnus Granberg | 2017-12-07 | 1 | -0/+1 |
| | |||||
* | profiles: update hardened on the new 17.0 profile | Magnus Granberg | 2017-12-01 | 6 | -14/+26 |
| | |||||
* | profiles: Cleanup obsolete package.use.{,stable}.mask lines | Andreas Sturmlechner | 2017-11-30 | 1 | -4/+0 |
| | |||||
* | profiles: Switch default PYTHON_TARGET to Python 3.5 | Michał Górny | 2017-11-28 | 1 | -1/+1 |
| | | | | Closes: https://github.com/gentoo/gentoo/pull/6330 | ||||
* | profiles: remove pax_kernel from default use flags | Zero_Chaos | 2017-10-19 | 1 | -3/+3 |
| | | | | | | With the removal of the only pax hardened kernel sources in gentoo, this use flag default no longer makes sense. I weep for all of us. https://www.gentoo.org/news/2017/08/19/hardened-sources-removal.html | ||||
* | profiles: add features/hardened for the new 17.0 profile | Magnus Granberg | 2017-10-07 | 18 | -0/+127 |
| | |||||
* | profiles: mask sys-apps/dbus-broker for selinux | Mike Gilbert | 2017-09-10 | 1 | -0/+1 |
| | |||||
* | profiles/f/p/s/l/package.unmask: unmask glibc-2.19. | Benda Xu | 2017-09-08 | 1 | -0/+2 |
| | | | | The host kernels are usually linux-2.6.18, like RHEL 5. | ||||
* | p/f/prefix/s/make.defaults: disable getentropy for <linux-3.17. | Benda Xu | 2017-08-22 | 1 | -0/+7 |
| | | | | | | It is first introduced by glibc-2.25. Reference: http://bugs.python.org/issue31255 | ||||
* | profiles: Mask bluez[user-session] where [systemd] is masked | Michał Górny | 2017-08-08 | 1 | -0/+1 |
| | |||||
* | sys-apps/systemd-sysv-utils: Remove last-rited pkg | Michał Górny | 2017-07-30 | 1 | -1/+0 |
| | |||||
* | profiles/f/p/s/legacy/profile.bashrc: disable utimensat syscall | Benda Xu | 2017-06-05 | 1 | -0/+6 |
| | | | | | cmake based build system does not provide an interface to override compile checks, therefore this hack. | ||||
* | profiles: Clean up obsolete jruby entries | Michał Górny | 2017-05-15 | 1 | -5/+1 |
| | |||||
* | gnome-extra/gnome-shell-extensions-topicons-plus: add package as ↵ | Mart Raudsepp | 2017-03-25 | 1 | -0/+1 |
| | | | | | | gnome-shell-extensions-topicons replacement Package-Manager: Portage-2.3.4, Repoman-2.3.1 | ||||
* | Drop $Id$ per council decision in bug #611234. | Robin H. Johnson | 2017-02-28 | 20 | -20/+0 |
| | | | | Signed-off-by: Robin H. Johnson <robbat2@gentoo.org> | ||||
* | sys-devel/llvm: Re-introduce slotting | Michał Górny | 2017-02-15 | 1 | -1/+1 |
| | |||||
* | profiles: Move LIBDIR_* declarations into specific arches | Michał Górny | 2017-02-01 | 1 | -23/+1 |
| | |||||
* | profiles: Inline features/32bit-userland | Michał Górny | 2017-02-01 | 4 | -17/+0 |
| | |||||
* | profiles: Inline features/multilib/lib32 | Michał Górny | 2017-02-01 | 3 | -15/+0 |
| | | | | | NFC except for effective LIBDIR_* for architectures irrelevant to the profile at hand. | ||||
* | profiles/features: Remove unused *bit-native | Michał Górny | 2017-02-01 | 11 | -74/+0 |
| | |||||
* | profiles: Move amd64-specific masks to amd64 where they belong | Michał Górny | 2017-02-01 | 3 | -190/+1 |
| | | | | | | Move the amd64-specific masks from features/64bit-native to arch/amd64/no-multilib. There is no reason to apply them to non-x86 architectures really. NFC, confirmed with profile-dumper. | ||||
* | profiles/features: Remove remaining USE=gcc64 refs | Michał Górny | 2017-01-21 | 3 | -15/+2 |
| | |||||
* | profiles: Clean up obsolete use.force/use.force entries | Michał Górny | 2017-01-20 | 1 | -4/+1 |
| | |||||
* | profiles/features: Clean obsolete package.use* entries | Michał Górny | 2017-01-20 | 4 | -28/+4 |
| | |||||
* | profiles: Clean up multiple obsolete package.mask entries | Michał Górny | 2017-01-19 | 1 | -16/+1 |
| | | | | | Clean up most of the old package.mask entries that correspond to removed packages. | ||||
* | profiles/features/prefix/package.mask: cleanup antiquated masks | Fabian Groffen | 2017-01-10 | 1 | -70/+1 |
| | |||||
* | profiles/features/prefix/package.mask: lift old mask, bug #265276 | Fabian Groffen | 2017-01-10 | 1 | -7/+0 |
| | |||||
* | profiles: Mask app-admin/systemdgenie for selinux | Johannes Huber | 2016-12-25 | 1 | -0/+1 |
| | |||||
* | 64bit-native/package.mask: Removed virtualbox packages. | Lars Wendler | 2016-11-22 | 1 | -3/+0 |
| | |||||
* | profiles: remove DRACUT_MODULES USE_EXPAND | Mike Gilbert | 2016-11-16 | 1 | -1/+0 |
| | | | | This is no longer utilized by any version of dracut still in the repo. | ||||
* | package.use.mask: mask wayland USE for selinux | Gilles Dartiguelongue | 2016-11-12 | 1 | -0/+1 |
| | | | | systemd dependency moved during 3.22 bump. | ||||
* | www-misc/profile-sync-daemon: add 6.28 and 9999 version | soredake | 2016-11-10 | 1 | -0/+7 |
| | |||||
* | profiles/features/prefix/make.defaults: disable user* features. | Benda Xu | 2016-10-24 | 1 | -1/+5 |
| | |||||
* | profiles/features/selinux: drop unused mask | Jason Zaman | 2016-09-15 | 1 | -4/+0 |
| | |||||
* | profiles: Mask Steam-related packages on 64bit-native profiles | James Le Cuirot | 2016-08-13 | 1 | -1/+9 |
| | |||||
* | profiles: mask memtest86+[floppy] when grub:0 is masked | Mike Frysinger | 2016-08-11 | 1 | -0/+4 |
| | |||||
* | profiles: drop memtest86 from non-multilib profiles #510496 | Mike Frysinger | 2016-08-11 | 1 | -2/+0 |
| | | | | | | These packages shouldn't have userland code which needs 32-bit support, just a gcc that can produce 32-bit code. Since all of our toolchains are biarch now, this should be fine. | ||||
* | profiles/f/p/package.use.mask: mask hardware features of eudev on Prefix. | Benda Xu | 2016-08-01 | 1 | -0/+4 |
| | |||||
* | p/f/prefix/s/legacy: python-3.3 fails on linux-2.6.18. Mask. | Benda Xu | 2016-06-04 | 2 | -3/+15 |
| |