summaryrefslogtreecommitdiff
Commit message (Collapse)AuthorAgeFilesLines
...
* profiles: force USE=pic on default/linux/x86/17.0/muslAnthony G. Basile2018-02-081-0/+5
|
* profiles: unmask USE=gpg for dev-vcs/gpg in old musl profilesstefson2018-02-041-3/+0
|
* profiles/default/linux/arm64/17.0/prefix: new arm64 prefix profile.Benda Xu2018-02-013-0/+4
| | | | Suggested-By: Qi-An Fu
* profiles: add hardened x86 on 17.0Magnus Granberg2018-01-302-0/+3
|
* profiles: fix inheritance in default/linux/x86/17.0/muslAnthony G. Basile2018-01-281-1/+0
| | | | Signed-off-by: Anthony G. Basile <blueness@gentoo.org>
* profiles: restructure amd64, arm and x86 musl profilesAnthony G. Basile2018-01-2817-0/+53
| | | | | | | | This restructuring brings the musl profiles into conformity with the glibc profiles for amd64, arm and x86. Yet to be done are the profiles for ppc and mips. Signed-off-by: Anthony G. Basile <blueness@gentoo.org>
* profiles: Clean up left overs from dead driversMatt Turner2018-01-272-3/+0
|
* profiles: Remove profiles for sparc-fbsdMichał Górny2018-01-235-10/+0
| | | | | | | | | The sparc-fbsd architecture is completely unmaintained in Gentoo. The profiles were stuck at the old 8.2 version, with little keywording ever done and no working hardware left. This commit removes the profiles but leaves the arch/keyword until all packages are clean of it.
* default/linux/amd64/17.1/profile.bashrc: Check setup phaseBrian Evans2018-01-181-1/+1
| | | | | | The reason to check this phase is that cleanup is safe and die hooks are set in portage (if any). This also gives a resonable error message to anyone with --quiet-build=y in portage
* default/linux/amd64/17.1/profile.bashrc: Create a script to die when /lib is ↵Brian Evans2018-01-181-0/+7
| | | | a symlink
* profiles: mask et-misc/iputils[idn] on musl profilesAnthony G. Basile2018-01-151-0/+3
| | | | Signed-off-by: Anthony G. Basile <blueness@gentoo.org>
* net-libs/polarssl: RemovalThomas Deutschmann2018-01-151-4/+0
| | | | | | | | Closes: https://github.com/gentoo/gentoo/pull/6124 Closes: https://bugs.gentoo.org/503782 Bug: https://bugs.gentoo.org/537108 Bug: https://bugs.gentoo.org/618354 Bug: https://bugs.gentoo.org/503604
* profiles: introduce prefix 17.0 profiles.Benda Xu2018-01-1314-0/+20
| | | | | | | | | | | name | linux | glibc | |----------------+------------------+-------| | kernel-2.6.16+ | [2.6.16, 2.6.32) | <2.20 | | kernel-2.6.32+ | [2.6.32, 3.2) | <2.24 | | kernel-3.2+ | [3.2, latest) | latest| See-Also: https://archives.gentoo.org/gentoo-dev/message/22204d747bd1c20311eecab403a4e25e
* profiles: mask future >virtual/libelf-2 on musl and uclibc-ngAnthony G. Basile2018-01-122-0/+2
| | | | Signed-off-by: Anthony G. Basile <blueness@gentoo.org>
* profiles: Mask some flags that have masked dependent flagsMichał Górny2018-01-122-3/+8
|
* profiles: video_cards_{cirrus,virtualbox} work on muslAnthony G. Basile2018-01-121-0/+2
| | | | Signed-off-by: Anthony G. Basile <blueness@gentoo.org>
* profiles: video_cards{i915,intel} work on muslAnthony G. Basile2018-01-111-0/+4
|
* profiles: Drop obsolete dev-qt/qtwebkit package.use.mask settingsAndreas Sturmlechner2018-01-111-2/+1
|
* profiles/default/bsd/fbsd: drop obsolete wine atomMikle Kolyada2018-01-091-5/+0
|
* profiles: deprecate x86 13.0 profilesAndreas K. Hüttel2018-01-069-0/+9
|
* profiles: deprecate ppc64 13.0 profilesAndreas K. Hüttel2018-01-067-0/+7
|
* profiles: deprecate ia64 13.0 profilesAndreas K. Hüttel2018-01-065-0/+5
|
* profiles: deprecate amd64 13.0 profilesAndreas K. Hüttel2018-01-0611-0/+11
|
* 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/default/bsd/fbsd/amd64/9.1/clang/deprecated: fix typoYuta Satoh2018-01-031-1/+1
| | | | Closes: https://github.com/gentoo/gentoo/pull/6730
* profiles: update the deprecated of Gentoo/FreeBSD 9.1.Yuta Satoh2018-01-023-3/+3
| | | | Closes: https://github.com/gentoo/gentoo/pull/6720
* profiles: remove Gentoo/FreeBSD 10.3 and 11.0 profile.Yuta Satoh2018-01-0222-75/+0
|
* profiles/default/linux: Remove masks on removed package USE flagsMichał Górny2017-12-303-11/+1
|
* profiles/default/bsd/fbsd: Remove masks on removed package USE flagsMichał Górny2017-12-301-3/+0
|
* profiles: don't unmask pie for default/linux/muslAnthony G. Basile2017-12-121-4/+0
| | | | Signed-off-by: Anthony G. Basile <blueness@gentoo.org>
* profiles: add default/linux/musl profilesAnthony G. Basile2017-12-1262-0/+582
| | | | Signed-off-by: Anthony G. Basile <blueness@gentoo.org>
* profiles: mask <net-firewall/fwbuilder-5.3.7 on musl and uclibcSergei Trofimovich2017-12-101-0/+3
| | | | | | Both require dev-libs/elfutils (works only on glibc). Signed-off-by: Sergei Trofimovich <slyfox@gentoo.org>
* profiles: Add experimental 17.1 no-multilib profilesMichał Górny2017-12-086-0/+9
|
* profiles: Add experimental SYMLINK_LIB=no 17.1 amd64 profilesMichał Górny2017-12-0821-0/+38
| | | | Bug: https://bugs.gentoo.org/506276
* profiles: Move the SYMLINK_LIB=yes setup to a 'lib32' subprofileMichał Górny2017-12-083-3/+3
| | | | | | | | Move the custom Gentoo SYMLINK_LIB=yes setup to arch/amd64/lib32 subprofile, making the top profile SYMLINK_LIB=no at the same time. Update the inheritance tree so that all current profiles switch to the sub-profile, and remove redundant SYMLINK_LIB=no overrides in arch/amd64/x32 sub-profile.
* profiles: Refactor amd64 profile inheritance to per-version (NFC)Michał Górny2017-12-084-1/+3
| | | | | | | Refactor the inheritance of arch/amd64 profile by moving it from default/linux/amd64 profile to the versioned sub-profiles. This will make it easier to use different variants of the top profile in specific subprofiles.
* profiles: add no-multilib/hardened to new 17.0 profileMagnus Granberg2017-12-074-0/+6
|
* Profiles: Add default/linux/amd64/17.0/hardened/selinux dev profileJason Zaman2017-12-062-0/+3
|
* profiles: Cleanup obsolete package.use.{,stable}.mask linesAndreas Sturmlechner2017-11-301-3/+0
|
* app-admin/rsyslog: Bump to v8.31.0Thomas Deutschmann2017-11-281-0/+4
| | | | Package-Manager: Portage-2.3.16, Repoman-2.3.6
* profiles: Simplify video_cards_newport maskMatt Turner2017-11-231-1/+0
| | | | | | newport is one of the graphics options for the SGI Indy, a MIPS system. video_cards_newport is already masked in profiles/arch/base/use.mask, so there's no need to remask it in all the profiles.
* profiles/package.mask: remove last-rited pkgAustin English2017-11-132-9/+0
| | | | Signed-off-by: Austin English <wizardedit@gentoo.org>
* profiles: disable net-libs/mbedtls[zlib] by defaultMike Gilbert2017-10-291-0/+4
| | | | Closes: https://bugs.gentoo.org/635822
* profiles: Housekeeping for net-misc/wgetThomas Deutschmann2017-10-261-0/+4
|
* profiles: package.use.mask app-editors/emacs-vcs[mailutils] on various arches.Ulrich Müller2017-10-231-1/+5
| | | | Bug: https://bugs.gentoo.org/635216
* profiles: add hardened to the new 17.0 profile for amd64Magnus Granberg2017-10-072-0/+3
|
* profiles: generate x86 17.0 profile treeAndreas K. Hüttel2017-10-0719-0/+34
|
* generate sparc 17.0 profile treeAndreas K. Hüttel2017-10-0715-0/+56
|
* generate sh 17.0 profile treeAndreas K. Hüttel2017-10-078-0/+12
|
* generate s390 17.0 profile treeAndreas K. Hüttel2017-10-074-0/+6
|