commit: 943bad79b668b430d63a3d6a7e756df197bfbfb1 Author: Michael Haubenwallner <haubi <AT> gentoo <DOT> org> AuthorDate: Thu May 2 10:45:34 2019 +0000 Commit: Michael Haubenwallner <haubi <AT> gentoo <DOT> org> CommitDate: Thu May 2 11:07:26 2019 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=943bad79
profiles/prefix: for binutils, p.use.mask gold,cxx binutils gold is linux only, and cxx depends on gold: p.use.mask gold,cxx,default-gold for prefix, unmask for prefix/linux Signed-off-by: Michael Haubenwallner <haubi <AT> gentoo.org> profiles/prefix/linux/package.use.mask | 6 ++++++ profiles/prefix/package.use.mask | 6 +++++- 2 files changed, 11 insertions(+), 1 deletion(-) diff --git a/profiles/prefix/linux/package.use.mask b/profiles/prefix/linux/package.use.mask new file mode 100644 index 00000000000..67fc3998519 --- /dev/null +++ b/profiles/prefix/linux/package.use.mask @@ -0,0 +1,6 @@ +# Copyright 1999-2019 Gentoo Foundation +# Distributed under the terms of the GNU General Public License v2 + +# Michael Haubenwallner <[email protected]> (02 May 2019) +# gold is linux only, and is required by cxx +sys-devel/binutils -cxx -gold -default-gold diff --git a/profiles/prefix/package.use.mask b/profiles/prefix/package.use.mask index cd741fef331..49a1219196b 100644 --- a/profiles/prefix/package.use.mask +++ b/profiles/prefix/package.use.mask @@ -1,6 +1,10 @@ -# Copyright 1999-2018 Gentoo Foundation +# Copyright 1999-2019 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 +# Michael Haubenwallner <[email protected]> (02 May 2019) +# gold is linux only, and is required by cxx +sys-devel/binutils cxx gold default-gold + # Fabian Groffen <[email protected]> (27 Dec 2018) # USE-dep fixing, bugs #665088, #667266, #671730, dev-db/postgresql kerberos ldap llvm pam systemd libressl
