summaryrefslogtreecommitdiff
Commit message (Collapse)AuthorAgeFilesLines
* 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>
* Deprecate prefix/linux-standalone profiles by 17.0 counterparts.Benda Xu2018-02-262-0/+2
|
* profiles/prefix: update ruby_targets masks, remove 2.1, add 2.3Fabian Groffen2018-01-311-2/+2
|
* profiles/prefix/linux: update parent pointers to 17.0 profilesFabian Groffen2018-01-254-4/+4
|
* prefix/winnt/profiles.bashrc: improve winnt helpersMichael Haubenwallner2018-01-241-10/+149
| | | | | | | | | | With Gentoo Parity wrapping the Visual Studio compiler, build systems unaware of Windows can create .so import libraries just fine. But Windows aware build systems do prefer .lib import libraries, so we do create .lib -> .so symlinks, resolved by Gentoo Parity later on again. Additionally, they don't know about the additional .dll to install. So we wrap the cp utility to also copy the dll when the library is copied.
* profiles/prefix/linux-standalone: direct users to migrate to 17.0.Benda Xu2018-01-174-0/+4
|
* profiles/prefix: rename beyond-kernel-? to kernel-?+Benda Xu2018-01-122-2/+2
| | | | In addition, mask python 3 USE flags for kernel-2.6.16+.
* profiles: prefix refactorization.Benda Xu2018-01-085-101/+2
| | | | legacy profiles explicitly refer to the kernel supported.
* profiles: Remove use.mask entries for missing/irrelevant flagsMichał Górny2017-12-3024-25/+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/sunos: Remove non-existing ABI_SPARC flag settingsMichał Górny2017-12-302-4/+0
|
* profiles/prefix/windows: Remove obsolete package masksMichał Górny2017-12-301-5/+1
|
* profiles/prefix/sunos: Remove obsolete package masksMichał Górny2017-12-301-4/+0
|
* profiles/prefix/darwin: Remove obsolete package masksMichał Górny2017-12-301-25/+0
|
* profiles/prefix/aix: restore gcc unmask after c544a483Fabian Groffen2017-12-301-0/+2
| | | | Added a note to indicate that those ebuilds still come from the overlay
* profiles/prefix/darwin: Remove masks on removed package USE flagsMichał Górny2017-12-303-17/+2
|
* profiles/prefix/aix: Remove USE mask on removed versionMichał Górny2017-12-302-6/+1
|
* profiles/prefix/darwin/package.mask: remove libxslt maskFabian Groffen2017-12-271-4/+0
| | | | | | conditionalised the patch now Bug: https://bugs.gentoo.org/642248
* profiles/prefix/cygwin/profile.bashrc: xz-utils need -I, not -isystemMichael Haubenwallner2017-12-211-0/+13
| | | | | | During bootstrap-prefix.sh we set CPPFLAGS="-isystem .../usr/include", but on Cygwin xz-utils eventually use the windres compiler, which fails to understand the -isystem flag.
* profiles/cygwin/p.mask: drop >=coreutils-8.27, got patch in bug#638816Michael Haubenwallner2017-11-291-4/+0
|
* profiles/cygwin/p.mask: use current date (bug#638816)Michael Haubenwallner2017-11-291-1/+1
|
* profiles/cygwin/p.mask: >=coreutils-8.27, cygwin provides 8.26 for now, ↵Michael Haubenwallner2017-11-291-0/+4
| | | | bug#638816
* p/p/l-s/profile.bashrc: prefixify files-XXX.c in sys-libs/glibc.Benda Xu2017-11-291-1/+1
|
* profiles: Switch default PYTHON_TARGET to Python 3.5Michał Górny2017-11-281-7/+0
| | | | Closes: https://github.com/gentoo/gentoo/pull/6330
* 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/winnt: p.use.mask asm for opensslMichael Haubenwallner2017-10-021-0/+6
|
* profiles/prefix: add macOS High Sierra profileFabian Groffen2017-09-2221-0/+150
|
* profiles/prefix/aix: p.unmask gcc ~4.2.4/~4.8.4Michael Haubenwallner2017-09-182-5/+15
| | | | Only these versions have the patches for proper AIX support right now.
* profiles/prefix/linux/make.defaults: remove multilib-strict from FEATURESFabian Groffen2017-09-131-0/+5
|
* profiles/prefix/package.mask: drop mask for curlFabian Groffen2017-09-121-5/+0
| | | | | it's the only existing version and the patch for the issue has been added to the tree
* profiles/prefix: add aix/7.2.0.0/ppc, bug#630756Michael Haubenwallner2017-09-125-0/+10
|
* profiles/prefix/windows: use.mask inotifyMichael Haubenwallner2017-09-061-0/+3
|
* kde4*.eclass: Drop USE=aquaAndreas Sturmlechner2017-09-031-0/+4
|
* profiles/prefix/cygwin (packages): add sys-libs/cygwin-cryptMichael Haubenwallner2017-08-251-0/+1
|
* profiles/prefix: p.mask curl-7.55.1, upstream#1784Michael Haubenwallner2017-08-221-0/+5
|
* profiles/prefix/sunos/solaris: disable USE=pie on 5.9 and 5.10Fabian Groffen2017-08-222-0/+14
|
* profiles: update dev-vcs/git mediawiki mask for mediawiki-experimental.Robin H. Johnson2017-07-111-1/+1
| | | | Signed-off-by: Robin H. Johnson <robbat2@gentoo.org>
* profiles/prefix: update RUBY_TARGETSFabian Groffen2017-06-212-0/+6
|
* profiles/prefix: re-mask python_targets_python3_4 again, we can't negate stuffFabian Groffen2017-06-212-3/+7
|
* profiles/prefix: set PYTHON_SINGLE_TARGET, avoid python-3.4Fabian Groffen2017-06-212-5/+2
|
* profiles/prefix/darwin/packages: remove pidof-bsd in favour of pkill-darwinFabian Groffen2017-06-121-1/+0
|
* profiles/prefix/package.mask: mask flex-2.6.3-r1, bug #615560Fabian Groffen2017-04-151-0/+4
|
* profiles/prefix: p.use.mask python_targets_python3_4Michael Haubenwallner2017-04-101-0/+4
|
* profiles/prefix: PYTHON_TARGETS is not incremental: just set to 2_7+3_5Michael Haubenwallner2017-04-051-1/+1
|
* profiles/prefix: disable python3_4, we have 3_5 already (#575096)Michael Haubenwallner2017-04-031-1/+1
|
* profiles/prefix/cygwin: p.use nettle for libarchiveMichael Haubenwallner2017-03-231-0/+4
| | | | | To hide a macro conflict between openssl and wincrypt due to wrong detection algorithm of openssl for Cygwin.
* profiles/prefix: remove package.mask entries for libidn2 (Darwin/SunOS), ↵Fabian Groffen2017-03-172-11/+1
| | | | 0.16-r2 applies a workaround
* profiles/prefix/cygwin: p.mask libidn2-0.16Michael Haubenwallner2017-03-161-0/+4
|