summaryrefslogtreecommitdiff
Commit message (Collapse)AuthorAgeFilesLines
* profiles: oracle-java cleanupGeorgy Yakovlev2020-09-199-61/+0
| | | | Signed-off-by: Georgy Yakovlev <gyakovlev@gentoo.org>
* profiles/prefix/darwin/macos/package.mask: mask gentoo-functions-0.13Fabian Groffen2020-06-091-1/+5
| | | | | | | | While we wait for having a fix, keep an older version that does compile on macOS. Bug: https://bugs.gentoo.org/727694 Signed-off-by: Fabian Groffen <grobian@gentoo.org>
* profiles/prefix/darwin/macos: force USE=tinfo into maskedFabian Groffen2020-06-082-2/+16
| | | | | | | Try to avoid breaking more Darwin systems, and help people who try to recover from it, ncurses MUST be built with USE=-tinfo on Darwin! Signed-off-by: Fabian Groffen <grobian@gentoo.org>
* profiles: Remove stale package referencesMichał Górny2020-05-232-14/+0
| | | | Signed-off-by: Michał Górny <mgorny@gentoo.org>
* profiles: Clean up stale flag masksMichał Górny2020-01-171-2/+1
| | | | Signed-off-by: Michał Górny <mgorny@gentoo.org>
* profiles: Cleanup media-libs/mediastreamer entriesAndreas Sturmlechner2019-12-292-13/+2
| | | | Signed-off-by: Andreas Sturmlechner <asturm@gentoo.org>
* profiles/prefix/darwin/macos: work with funny masking/unmasking behaviourFabian Groffen2019-11-127-17/+21
| | | | | | | | can't mask a generic thing and unmask a specific thing apparently, so take the long and explicit road of masking everything specifically and unmasking just the one specific thing per profile Signed-off-by: Fabian Groffen <grobian@gentoo.org>
* profiles/prefix/darwin/macos: require various system headersFabian Groffen2019-11-1113-5/+78
| | | | | | | | | Pull in system headers as part of @system, because Apple really doesn't want to install them a nicely reachable space for us, breaking our compilers and environments. Provide OS-specific versions installed in the Prefix itself. Signed-off-by: Fabian Groffen <grobian@gentoo.org>
* profiles: Remove entries for removed packagesMichał Górny2019-11-031-6/+0
| | | | Signed-off-by: Michał Górny <mgorny@gentoo.org>
* profiles: [QA] Remove stale USE="directfb" masksDavid Seifert2019-08-301-1/+0
| | | | Signed-off-by: David Seifert <soap@gentoo.org>
* package.mask: [QA] Remove stale media-libs/opengl-apple masksDavid Seifert2019-08-307-42/+7
| | | | Signed-off-by: David Seifert <soap@gentoo.org>
* profiles: Clean up stray package/flag masksMichał Górny2019-07-161-2/+1
| | | | Signed-off-by: Michał Górny <mgorny@gentoo.org>
* profiles/prefix/darwin/macos/package.mask: update mask for CMakeGuilherme Amadio2019-07-051-1/+1
| | | | | | | | | | After a while, this mask started masking all available versions of CMake. Upon request, CMake 3.14.5 has been added back to the tree, to allow bootstrapping on Darwin again, therefore the mask update. Bug: https://bugs.gentoo.org/689234 Signed-off-by: Guilherme Amadio <amadio@gentoo.org>
* profiles: Update all files to YYYY-MM-DD date format.Ulrich Müller2019-07-0161-93/+93
| | | | Signed-off-by: Ulrich Müller <ulm@gentoo.org>
* profiles/prefix/{darwin,sunos}/*/package.mask: mask perl-5.28.2Fabian Groffen2019-04-301-0/+4
| | | | | | Fails to compile on Solaris, fails to install on Darwin Signed-off-by: Fabian Groffen <grobian@gentoo.org>
* profiles: Drop obsolete net-libs/webkit-gtk[-jit] package.use.maskAndreas Sturmlechner2019-04-271-6/+1
| | | | Signed-off-by: Andreas Sturmlechner <asturm@gentoo.org>
* profiles/prefix/darwin/macos/package.mask: mask LLVM 7.1.0Fabian Groffen2019-04-261-0/+6
| | | | | | | Compiler crashes at runtime, breaks bootstrap x86_64-apple-darwin17/20190426 Signed-off-by: Fabian Groffen <grobian@gentoo.org>
* profiles/prefix/darwin/macos/package.mask: mask llvm tooFabian Groffen2019-03-261-0/+1
| | | | | | | In order to bootstrap, we need to select a compatible llvm, since we're ignoring deps to break out of cycles. Signed-off-by: Fabian Groffen <grobian@gentoo.org>
* profiles/prefix/darwin/macos/package.mask: mask clang-8Fabian Groffen2019-03-261-0/+5
| | | | | | | Clang-8 cannot compile itself, fails with a missing symbol linker error. Mask for now. Signed-off-by: Fabian Groffen <grobian@gentoo.org>
* profiles/prefix/darwin/macos: mask >dev-util/cmake-3.13.4Fabian Groffen2019-03-221-1/+7
| | | | | | | Having these versions installed renders the system unable to compile anything cmake based. Signed-off-by: Fabian Groffen <grobian@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>
* 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/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/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>
* sys-fs/lvm2: [QA] Punt removed cman/clvm supportMichał Górny2018-12-111-2/+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: Cleanup obsolete media-video/vlc package.use.maskAndreas Sturmlechner2018-08-181-4/+0
|
* profiles: Cleanup obsolete dev-qt/* revdep and phonon USE masksAndreas Sturmlechner2018-06-271-5/+0
|
* 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: Clean up masks for stale package versionsMichał Górny2018-04-181-11/+1
|
* profiles/prefix/darwin/macos/10.5/ppc: ensure we use gcc-config toolchainFabian Groffen2018-04-041-0/+8
|
* 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>
* profiles: Remove use.mask entries for missing/irrelevant flagsMichał Górny2017-12-3020-20/+0
| | | | | | | Remove the use.mask entries referencing USE flags that are not valid global USE flags and that are either not used by any packages in Gentoo or the packages using them are not keyworded for the relevant architectures.
* profiles/prefix/darwin: Remove obsolete package masksMichał Górny2017-12-301-25/+0
|
* profiles/prefix/darwin: Remove masks on removed package USE flagsMichał Górny2017-12-303-17/+2
|
* profiles/prefix/darwin/package.mask: remove libxslt maskFabian Groffen2017-12-271-4/+0
| | | | | | conditionalised the patch now Bug: https://bugs.gentoo.org/642248
* profiles: Simplify video_cards_newport maskMatt Turner2017-11-2319-57/+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/prefix/darwin/package.mask: mask dev-libs/libxslt-1.1.30-r2, bug ↵Fabian Groffen2017-10-311-0/+4
| | | | #632214
* profiles/prefix: add macOS High Sierra profileFabian Groffen2017-09-2221-0/+150
|
* kde4*.eclass: Drop USE=aquaAndreas Sturmlechner2017-09-031-0/+4
|
* profiles/prefix/darwin/packages: remove pidof-bsd in favour of pkill-darwinFabian Groffen2017-06-121-1/+0
|
* profiles/prefix: remove package.mask entries for libidn2 (Darwin/SunOS), ↵Fabian Groffen2017-03-171-6/+1
| | | | 0.16-r2 applies a workaround
* profiles: Revert x264 mask logic. It should work everywhere.Alexis Ballier2017-03-0417-51/+0
|
* profiles/prefix/linux: drop arch/base dupesMichael Haubenwallner2017-03-021-0/+1
|