summaryrefslogtreecommitdiff
Commit message (Collapse)AuthorAgeFilesLines
* remove NetBSD keyword x86-netbsdFabian Groffen2017-01-3015-80/+0
| | | | Note this is the Prefix keyword, not the Gentoo/BSD one.
* remove Interix keyword x86-interixFabian Groffen2017-01-3032-347/+1
|
* remove FreeBSD profiles x86-freebsd, x64-freebsd and sparc64-freebsdFabian Groffen2017-01-3083-324/+0
| | | | Note, these are the Prefix keywords, not Gentoo/BSD ones.
* remove OpenBSD keywords ppc-openbsd, x86-openbsd and x64-openbsdFabian Groffen2017-01-3017-63/+0
|
* remove HPUX keywords ia64-hpux and hppa-hpuxFabian Groffen2017-01-3021-217/+0
|
* drop ia64-linux keywordFabian Groffen2017-01-303-9/+0
|
* profiles: Mask x11-drivers/ati-drivers for removal.Matt Turner2017-01-2617-17/+0
| | | | | | | And two packages, x11-libs/amd-adl-sdk and x11-libs/xvba-video, that are only useful with it. Closes: https://github.com/gentoo/gentoo/pull/3633
* profiles: remove solaris 5.9/sparcv9Fabian Groffen2017-01-264-16/+0
|
* profiles: remove ppc64-macos, it never was a thing and isn't going toFabian Groffen2017-01-2617-68/+0
|
* profiles: drop prefix/hpux/B.11.11, silentlyMichael Haubenwallner2017-01-266-23/+0
| | | | | I've never heard of anyone using the 11.11 version besides myself in the early days, and I've completely given up on hpux anyway.
* profiles: Initial support for Python 3.6 (masked)Michał Górny2017-01-251-0/+1
|
* profiles: Clean up obsolete flags from make.defaultsMichał Górny2017-01-222-4/+2
|
* profiles: Clean up 3dnow & avx flags from use.maskMichał Górny2017-01-215-5/+0
| | | | | | | Remove 3dnow & avx flags from mask files. They are no longer used to represent CPU flags (CPU_FLAGS_X86 are used for that purpose). Instead, they are used as local flags in app-emulation/bochs to enable emulation of instruction sets.
* profiles: Second part of use.* cleanupMichał Górny2017-01-2119-371/+17
| | | | Clean up -foo flags from use.* as well.
* profiles: Clean up obsolete use.force/use.force entriesMichał Górny2017-01-209-108/+9
|
* profiles/prefix: Clean obsolete package.use* entriesMichał Górny2017-01-2014-77/+20
|
* profiles/prefix/macos: remove masks for soylatte and apple-jdk-binFabian Groffen2017-01-205-26/+5
|
* profiles: Clean up multiple obsolete package.mask entriesMichał Górny2017-01-196-57/+3
| | | | | Clean up most of the old package.mask entries that correspond to removed packages.
* profiles/prefix/linux-standalone: add arm64.Benda Xu2017-01-114-1/+10
| | | | Credit: kholk
* profiles/prefix/darwin: define CHOST_<ABI> for llvmFabian Groffen2016-12-2122-109/+54
|
* profiles/prefix: add LLVM_TARGETS for Darwin profilesFabian Groffen2016-12-204-0/+28
|
* profiles/prefix/sunos/solaris/package.mask: mask pax-utils-1.1.7, bug #602990Fabian Groffen2016-12-181-0/+4
|
* profiles/prefix/darwin/package.mask: mask pax-utils-1.1.7, bug #602990Fabian Groffen2016-12-181-0/+4
|
* profiles/prefix/linux-standalone/profile.bashrc: fix grammar.Benda Xu2016-12-111-1/+1
|
* profiles/cygwin/packages: add sys-devel/binutilsMichael Haubenwallner2016-11-221-0/+5
|
* profiles/prefix/cygwin: use.mask python_targets_python3 for nowMichael Haubenwallner2016-11-161-1/+6
|
* profiles/*: update my emailChristoph Junghans2016-11-141-1/+1
|
* profiles/prefix/darwin/macos: add 10.12 (macOS Sierra) profilesFabian Groffen2016-10-1121-0/+221
|
* profiles/prefix/darwin/package.mask: avoid pointless recompile of llvm-3.8.1-r2Fabian Groffen2016-09-101-1/+6
|
* profiles/prefix/sunos/solaris/5.11: add sys-libs/libuuid to @systemFabian Groffen2016-09-031-0/+12
|
* profiles/prefix/darwin/use.mask: mask inotify on darwin.Benda Xu2016-08-191-0/+3
| | | | Bug: 527104
* profiles: QA fix email end delimeterJohannes Huber2016-07-282-2/+2
|
* profiles: Remove all package.provided files.Ulrich Müller2016-07-2137-185/+0
| | | | Bug: 568884
* profile/p/l-s/profile.bashrc: prefixify all the dynamic linkers.Benda Xu2016-07-211-2/+2
| | | | To be compatible with the macros in gcc-4.1.2.
* Revert "profiles/prefix/darwin/package.mask: mask cmake-3.6.0, it produces ↵Fabian Groffen2016-07-191-4/+0
| | | | | | invalid flags" This reverts commit 559c103c07d3e96132130ec3552c7643f0de4bb3.
* profiles/prefix/darwin/package.mask: mask cmake-3.6.0, it produces invalid flagsFabian Groffen2016-07-191-0/+4
|
* profiles/prefix: mask USE=seccomp for app-misc/pax-utils, bug #585756Fabian Groffen2016-06-271-0/+5
|
* profiles/prefix/sunos/solaris/package.mask: net-misc/wget-1.18 linking was fixedFabian Groffen2016-06-221-4/+0
|
* p/p/l-s/profile.bashrc: don't build zlib test binaries during bootstrap.Benda Xu2016-06-151-0/+5
|
* profiles/prefix/sunos/solaris/package.mask: mask net-misc/wget-1.18Fabian Groffen2016-06-141-1/+5
|
* p/p/l-s/profile.bashrc: on RAP iconv is provided by glibc.Benda Xu2016-06-141-0/+5
| | | | Bug: 419525
* p/p/linux-standalone/profile.bashrc: add gcc PATCH link.Benda Xu2016-06-141-0/+1
|
* profiles/prefix/linux-standalone: remove perl android logics.Benda Xu2016-06-071-2/+7
|
* p/p/l-s/arm: add arm profile for prefix-standalone.Benda Xu2016-06-055-6/+10
|
* profiles: add legacy x86 linux-standalone prefix profile.Benda Xu2016-06-043-1/+4
|
* profiles: add linux standalone legacy profile for <linux-2.6.32.Benda Xu2016-06-042-0/+3
| | | | mask python-3.4
* p/p/l-s/profile.bashrc: prefixify perl pwd call.Benda Xu2016-06-041-9/+17
| | | | | | | | | prefixify python distutils paths. change glibc prefixify phase to "compile". glibc-2.19 is EAPI=0, which does not have a "configure" phase. prefixify path to /etc/ld.so.conf.
* p/p/l-s/profile.bashrc: prefixify shell of make.Benda Xu2016-06-021-8/+11
|
* profiles/prefix/package.mask: unmask latest pax-utils, it takes care of the ↵Fabian Groffen2016-06-011-5/+0
| | | | problems via configure
* profiles/prefix/mint: add base to parents, bug #584294Fabian Groffen2016-05-281-0/+1
|