commit: b74d16920a09aa6a9bf814add95dfb6539ff22f3 Author: Michał Górny <mgorny <AT> gentoo <DOT> org> AuthorDate: Sat Apr 8 05:41:36 2017 +0000 Commit: Michał Górny <mgorny <AT> gentoo <DOT> org> CommitDate: Sat Apr 8 05:42:44 2017 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=b74d1692
profiles/arch/amd64*: force full multilib on sys-apps/sandbox, #611292 profiles/arch/amd64-fbsd/package.use.force | 7 ++++++- profiles/arch/amd64/no-multilib/package.use.force | 6 ++++++ profiles/arch/amd64/package.use.force | 7 ++++++- profiles/arch/amd64/x32/package.use.force | 7 +++++++ 4 files changed, 25 insertions(+), 2 deletions(-) diff --git a/profiles/arch/amd64-fbsd/package.use.force b/profiles/arch/amd64-fbsd/package.use.force index 8025d872db4..b3a9e1d3fe1 100644 --- a/profiles/arch/amd64-fbsd/package.use.force +++ b/profiles/arch/amd64-fbsd/package.use.force @@ -1,6 +1,11 @@ -# Copyright 1999-2016 Gentoo Foundation +# Copyright 1999-2017 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 +# Michał Górny <[email protected]> (08 Apr 2017) +# Require sandbox to be multilib-capable to avoid failures when building +# multilib packages, #611292. +sys-apps/sandbox abi_x86_32 + # Michał Górny <[email protected]> (24 Sep 2016) # Force the host target to avoid dependency hell sys-devel/clang llvm_targets_X86 diff --git a/profiles/arch/amd64/no-multilib/package.use.force b/profiles/arch/amd64/no-multilib/package.use.force new file mode 100644 index 00000000000..0f2c76d1c72 --- /dev/null +++ b/profiles/arch/amd64/no-multilib/package.use.force @@ -0,0 +1,6 @@ +# Copyright 1999-2017 Gentoo Foundation +# Distributed under the terms of the GNU General Public License v2 + +# Michał Górny <[email protected]> (08 Apr 2017) +# Undo multilib forcing. +sys-apps/sandbox -abi_x86_32 diff --git a/profiles/arch/amd64/package.use.force b/profiles/arch/amd64/package.use.force index ab5831aebbc..c267fe03e14 100644 --- a/profiles/arch/amd64/package.use.force +++ b/profiles/arch/amd64/package.use.force @@ -1,6 +1,11 @@ -# Copyright 1999-2016 Gentoo Foundation +# Copyright 1999-2017 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 +# Michał Górny <[email protected]> (08 Apr 2017) +# Require sandbox to be multilib-capable to avoid failures when building +# multilib packages, #611292. +sys-apps/sandbox abi_x86_32 + # Michał Górny <[email protected]> (24 Sep 2016) # Force the host target to avoid dependency hell sys-devel/clang llvm_targets_X86 diff --git a/profiles/arch/amd64/x32/package.use.force b/profiles/arch/amd64/x32/package.use.force new file mode 100644 index 00000000000..104f780e302 --- /dev/null +++ b/profiles/arch/amd64/x32/package.use.force @@ -0,0 +1,7 @@ +# Copyright 1999-2017 Gentoo Foundation +# Distributed under the terms of the GNU General Public License v2 + +# Michał Górny <[email protected]> (08 Apr 2017) +# Require sandbox to be multilib-capable to avoid failures when building +# multilib packages, #611292. +sys-apps/sandbox abi_x86_64
