diff options
author | V3n3RiX <venerix@redcorelinux.org> | 2018-12-31 13:43:35 +0000 |
---|---|---|
committer | V3n3RiX <venerix@redcorelinux.org> | 2018-12-31 13:43:35 +0000 |
commit | 2891d29af8907ce881662f4a02844926d7a293c7 (patch) | |
tree | 56979d96839d0827aa52008b81b746b4934d88df /profiles/prefix | |
parent | de49812990871e1705b64051c35161d5e6400269 (diff) |
gentoo resync : 31.12.2018
Diffstat (limited to 'profiles/prefix')
-rw-r--r-- | profiles/prefix/darwin/macos/arch/ppc/package.mask | 12 | ||||
-rw-r--r-- | profiles/prefix/package.use.mask | 10 | ||||
-rw-r--r-- | profiles/prefix/use.mask | 8 |
3 files changed, 27 insertions, 3 deletions
diff --git a/profiles/prefix/darwin/macos/arch/ppc/package.mask b/profiles/prefix/darwin/macos/arch/ppc/package.mask index 49904ab58f00..bdbdebe73aa0 100644 --- a/profiles/prefix/darwin/macos/arch/ppc/package.mask +++ b/profiles/prefix/darwin/macos/arch/ppc/package.mask @@ -5,7 +5,13 @@ # All the Mac OS X profiles inherit from their matching arch profile here. -# Fabian Gtoffen <grobian@gentoo.org> (22 Dec 2018) +# Fabian Groffen <grobian@gentoo.org> (25 Dec 2018) +# GCC-8.2.0 causes a problem with Perl-5.28 where Configure wrongly +# believes every function it checks is available. Need to revisit this +# at a later point. +>=sys-devel/gcc-8 + +# Fabian Groffen <grobian@gentoo.org> (22 Dec 2018) # this version of libffi causes gcc to buserror =dev-libs/libffi-3.3_rc0 @@ -13,8 +19,10 @@ # Apple removed entire PowerPC support from ld in ld64-128.2 (4.3) # a backport of PPC support was kept until compilation with gcc-apple # was no longer possible since 7.0. -# The only working/supported versions are 3.2 and 6.3 +# The only working versions are 3.2 and (patched) 6.3, however the +# latter causes bus errors whilst compiling e.g. GCC =sys-devel/binutils-apple-4.3-r2 =sys-devel/binutils-apple-5.1-r1 =sys-devel/binutils-apple-6.1-r1 +=sys-devel/binutils-apple-6.3-r2 >sys-devel/binutils-apple-6.99999 diff --git a/profiles/prefix/package.use.mask b/profiles/prefix/package.use.mask index aa30efa71a27..cd741fef331a 100644 --- a/profiles/prefix/package.use.mask +++ b/profiles/prefix/package.use.mask @@ -1,6 +1,16 @@ # Copyright 1999-2018 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 +# Fabian Groffen <grobian@gentoo.org> (27 Dec 2018) +# USE-dep fixing, bugs #665088, #667266, #671730, +dev-db/postgresql kerberos ldap llvm pam systemd libressl +net-libs/libsoup gssapi samba vala +net-libs/glib-networking gnome libproxy +sys-apps/dbus selinux elogind systemd +app-doc/doxygen clang doxysearch qt5 +app-text/ghostscript-gpl cups +app-text/texlive-core cjk + # Mikle Kolyada <zlogene@gentoo.org> (29 Nov 2014) # Masked because of lack of manpower/time (bug #497068) dev-vcs/git mediawiki mediawiki-experimental diff --git a/profiles/prefix/use.mask b/profiles/prefix/use.mask index ddbed5909982..0d8717df7297 100644 --- a/profiles/prefix/use.mask +++ b/profiles/prefix/use.mask @@ -1,6 +1,12 @@ -# Copyright 1999-2018 Gentoo Foundation +# Copyright 1999-2018 Gentoo Authors # Distributed under the terms of the GNU General Public License v2 + +# Fabian Groffen <grobian@gentoo.org> (29 Dec 2018) +# separate /usr has been disabled for long in Prefix, so ensure we don't +# accidentially trigger stuff (for now in sys-apps/coreutils) +split-usr + # Michael Haubenwallner <haubi@gentoo.org> (21 Jun 2018) # sys-libs/libseccomp is a linux interface, not sure if it will work # in prefix for Linux either, bug #585756 |