summaryrefslogtreecommitdiff
Commit message (Collapse)AuthorAgeFilesLines
* profiles: Clean up masks for stale package versionsMichał Górny2018-04-181-2/+1
|
* sys-apps/portage-mgorny: New packageMichał Górny2018-03-211-1/+2
| | | | | | Introduce a new fork of Portage focused on cleaning up stale code and adding useful features, with less emphasis on infinite backwards compatibility.
* profiles: on hardened add use berkdb to gdbmMagnus Granberg2018-01-301-1/+1
|
* profiles: add hardened x86 on 17.0Magnus Granberg2018-01-304-1/+7
|
* profiles: on hardened add use gdbm to pythonMagnus Granberg2018-01-301-0/+5
|
* profiles: unset USE=session in default/linux/make.defaults.Michael Orlitzky2018-01-061-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/hardened: Remove USE masks for removed packagesMichał Górny2017-12-301-8/+0
|
* profiles: unset default USE=justify in hardened profiles.Michael Orlitzky2017-12-191-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: set -ptpax in the hardened new 17.0 profileMagnus Granberg2017-12-071-0/+1
|
* profiles: update hardened on the new 17.0 profileMagnus Granberg2017-12-016-14/+26
|
* profiles: remove pax_kernel from default use flagsZero_Chaos2017-10-191-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 profileMagnus Granberg2017-10-0718-0/+127