summaryrefslogtreecommitdiff
Commit message (Collapse)AuthorAgeFilesLines
* profiles: Remove obsolete use.mask entryMichał Górny2019-03-131-1/+0
| | | | Signed-off-by: Michał Górny <mgorny@gentoo.org>
* profiles: Copy forced LLVM_TARGETS to dev-ml/llvm-ocamlMichał Górny2019-03-113-3/+6
| | | | Signed-off-by: Michał Górny <mgorny@gentoo.org>
* profiles: Remove obsolete LLVM masks/forcesMichał Górny2019-03-112-12/+2
| | | | Signed-off-by: Michał Górny <mgorny@gentoo.org>
* profiles/prefix: reduce system set like in RAPMichael Haubenwallner2019-03-011-1/+12
| | | | | | We may want to merge into features/prefix/packages later on. Signed-off-by: Michael Haubenwallner <haubi@gentoo.org>
* profiles/prefix/cygwin: p.mask >=gcc-7.4Michael Haubenwallner2019-02-271-0/+4
| | | | | Cygwin gcc patches still are available up to gcc-7.3 only. Signed-off-by: Michael Haubenwallner <haubi@gentoo.org>
* profiles/prefix/cygwin/p.mask: unmask gettext-0.19.8.1Michael Haubenwallner2019-02-271-4/+0
| | | | | have imported cygwin patches now Signed-off-by: Michael Haubenwallner <haubi@gentoo.org>
* prefix/darwin/macos/arch/ppc/package.mask: drop gcc-8 maskFabian Groffen2019-02-201-6/+0
| | | | | | GCC-8 is fixed now Signed-off-by: Fabian Groffen <grobian@gentoo.org>
* profiles: remove prefix/linux-standalone deprecated profilesFabian Groffen2019-02-2027-62/+0
| | | | | Closes: https://bugs.gentoo.org/673278 Signed-off-by: Fabian Groffen <grobian@gentoo.org>
* profiles/prefix/cygwin/use.mask: unmask python_targets_python3_6Michael Haubenwallner2019-02-141-2/+1
| | | | Signed-off-by: Michael Haubenwallner <haubi@gentoo.org>
* profiles/prefix/cygwin: p.mask groff-1.22.4Michael Haubenwallner2019-02-131-0/+4
| | | | | | Upstream introduced parallel build problem on Cygwin: https://savannah.gnu.org/bugs/index.php?55708 Signed-off-by: Michael Haubenwallner <haubi@gentoo.org>
* profiles/prefix/cygwin: p.unmask openssl-1.1.1aMichael Haubenwallner2019-02-131-0/+6
| | | | | as it is a little less broken than openssl-1.1.0j on Cygwin. Signed-off-by: Michael Haubenwallner <haubi@gentoo.org>
* profiles/cygwin: p.mask >=coreutils-8.30 for nowMichael Haubenwallner2019-01-301-1/+5
| | | | | | let's wait for cygwin upstream to rebase their nontrivial patch first Signed-off-by: Michael Haubenwallner <haubi@gentoo.org>
* profiles/prefix/darwin/macos/arch/ppc/package.mask: clarify gcc maskFabian Groffen2019-01-281-3/+3
| | | | | | | | Remove mentioning of Perl as problem with GCC-8, it is actually the linker that has a problem with libgcc_s' implementation of stack unwinding. Signed-off-by: Fabian Groffen <grobian@gentoo.org>
* profiles/prefix/linux(guest): p.mask sys-kernel/linux-headersMichael Haubenwallner2019-01-081-1/+6
| | | | | | Prefix Guest does use host libc and host kernel's headers, hence packages should depend on virtual/os-headers instead. Signed-off-by: Michael Haubenwallner <haubi@gentoo.org>
* profiles/prefix/use.mask: mask USE=split-usr for PrefixFabian Groffen2018-12-291-1/+7
| | | | Signed-off-by: Fabian Groffen <grobian@gentoo.org>
* profiles/prefix/package.use.mask: USE-mask unsupported flagsFabian Groffen2018-12-271-0/+1
| | | | Signed-off-by: Fabian Groffen <grobian@gentoo.org>
* profiles/prefix/package.use.mask: apply some USE-masksFabian Groffen2018-12-271-0/+5
| | | | | | Mask out some unsupported/unkeyworded combinations Signed-off-by: Fabian Groffen <grobian@gentoo.org>
* profiles/prefix/package.use.mask: mask unkeyworded flags for dev-db/postgresqlFabian Groffen2018-12-271-0/+4
| | | | Signed-off-by: Fabian Groffen <grobian@gentoo.org>
* profiles/prefix/darwin/macos/arch/ppc: mask gcc and binutils-apple versionsFabian Groffen2018-12-251-2/+10
| | | | | | | | | | | | gcc-8.2.0 compiles and runs, but seems to cause issues with Perl's Configure -- since it's still out there kind of experimentally, mask it for now. binutils-apple-6.3 looked like a viable path to use a more recent compiler, but causes bus errors during gcc compilations, so avoid it for now, to be revisited once we have a more stable environment. Signed-off-by: Fabian Groffen <grobian@gentoo.org>
* profiles/prefix/darwin/macos/arch/ppc/package.mask: mask libffi-3.3_rc0Fabian Groffen2018-12-221-1/+5
| | | | | | | We observe bus errors with GCC when using this version, so hold it back for now. Signed-off-by: Fabian Groffen <grobian@gentoo.org>
* profiles/prefix/sunos/solaris: make unmasked binutils available againFabian Groffen2018-12-121-0/+6
| | | | | | | 2.31.1 mislinks on Solaris, 2.29.1 was masked for being too old, unmask older versions so we have at least a working linker unmasked available. Signed-off-by: Fabian Groffen <grobian@gentoo.org>
* sys-fs/lvm2: [QA] Punt removed cman/clvm supportMichał Górny2018-12-114-8/+0
| | | | Signed-off-by: Michał Górny <mgorny@gentoo.org>
* profiles/prefix/darwin/macos/arch/pcc/package.mask: update binutils maskFabian Groffen2018-12-101-2/+8
| | | | | | | binutils-apple-6.3 is the last version that has a working linker for ppc-macos via user-contributed patches to keep PowerPC support. Signed-off-by: Fabian Groffen <grobian@gentoo.org>
* profiles/prefix/darwin/macos: fix libgcrypt compilation when using ClangFabian Groffen2018-11-292-2/+10
| | | | Signed-off-by: Fabian Groffen <grobian@gentoo.org>
* profiles: Remove a bunch of obsolete package/flag masksMichał Górny2018-11-281-2/+2
| | | | Signed-off-by: Michał Górny <mgorny@gentoo.org>
* profiles/prefix/darwin/macos: add 10.14 (darwin18) Mojave profileFabian Groffen2018-11-2021-0/+142
| | | | Signed-off-by: Fabian Groffen <grobian@gentoo.org>
* profiles/prefix/sunos/solaris/package.mask: mask sys-devel/binutils-2.31.1: ↵Fabian Groffen2018-11-121-0/+6
| | | | | | it produces broken libraries Signed-off-by: Fabian Groffen <grobian@gentoo.org>
* profiles: prefix: Cleanup obsolete media-video/vlc package.use.maskAndreas Sturmlechner2018-08-181-4/+0
|
* profiles/prefix: update python use.mask current versionsFabian Groffen2018-07-181-3/+3
|
* profiles: copy random python3_6 masks for python3_7Mike Gilbert2018-07-081-0/+1
|
* prefix/cygwin: p.mask gettext-0.19.8.1 for nowMichael Haubenwallner2018-07-021-0/+4
|
* profiles: Cleanup obsolete dev-qt/* revdep and phonon USE masksAndreas Sturmlechner2018-06-272-6/+0
|
* profiles/prefix: restore python3.6 defaultsMikle Kolyada2018-06-241-0/+7
|
* profiles/prefix: Remove redundant python3_6 defaultMichał Górny2018-06-221-6/+0
|
* profiles/prefix: advance seccomp to use.maskMichael Haubenwallner2018-06-212-6/+6
| | | | | | | There are more packages than just app-misc/pax-utils that may use it, so advance seccomp from package.use.mask to use.mask. Bug: https://bugs.gentoo.org/585756
* profiles/prefix/make.defaults: PYTHON TARGET are incremental varsMichael Haubenwallner2018-06-201-2/+3
| | | | | We need to drop unwanted base profile values, especially for PYTHON_SINGLE_TARGET.
* profiles/prefix/make.defaults: drop FEATURES=collision-protectFabian Groffen2018-06-201-2/+0
| | | | | | | | | | | | | | | | | | After many years, we finally came to the conclusion we don't need this any more, and can do with protect-owned (the default) very well. Most prominent reason for this is that Gentoo for Mac OS X has been superseeded by Gentoo Prefix for macOS, which no longer tries to install binaries side by side with the host provided utilities. E.g. it is no longer the case that files encountered as a conflict can be something that is provided by the host system (and hence should not be nuked). In Gentoo Prefix we assume that $EPREFIX is solely managed by the PM, so anything it finds there which it doesn't know about can be safely overwritten. Users that actually use EPREFIX=/ on their systems can set FEATURES=collision-protect in their local make.conf. Bug: https://bugs.gentoo.org/655414
* profiles/prefix/make.defaults: update Ruby and Python targetsFabian Groffen2018-06-201-8/+7
| | | | Aim for Ruby-2.4 and Python-2.7 & 3.6.
* profiles/prefix/darwin/macos/10.5/ppc/package.mask: unmask gccFabian Groffen2018-06-181-1/+5
|
* profiles/prefix/darwin/macos/10.5/ppc: add FSF gcc compiler to @systemFabian Groffen2018-06-171-2/+2
|
* profiles/prefix/winnt: Remove super dead package.mask entryMatt Turner2018-06-101-6/+0
|
* profiles/cygwin/p.use: disable ssp for all gcc versionsMichael Haubenwallner2018-06-081-1/+1
| | | | Bug: https://bugs.gentoo.org/657594
* profiles: CHOST_arm needs to be reset when arm CHOST changesJames Le Cuirot2018-05-171-1/+2
|
* profiles/aix/p.unmask: do not de-unmask native-cctoolsMichael Haubenwallner2018-05-151-4/+0
|
* profiles/cygwin/p.use: ssp not by default yetMichael Haubenwallner2018-05-141-0/+4
|
* profiles: Clean up masks for stale package versionsMichał Górny2018-04-183-22/+3
|
* profiles: base, prefix: Drop obsolete app-text/texlive entriesAndreas Sturmlechner2018-04-091-6/+1
|
* profiles/prefix/darwin/macos/10.5/ppc: ensure we use gcc-config toolchainFabian Groffen2018-04-041-0/+8
|
* 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: prefix/darwin/macos: unmask appkit USE flag of ffmpegAndrey Utkin2018-03-111-1/+6
| | | | | | | | | | | Apple AppKit is available on macOS 10.0 and later, so it applies to all existing sub-profiles. Bug: https://bugs.gentoo.org/637482 Suggested-by: Alexis Ballier <aballier@gentoo.org> Cc: prefix@gentoo.org Cc: media-video@gentoo.org Acked-by: Fabian Groffen <grobian@gentoo.org>