diff options
author | David Seifert <soap@gentoo.org> | 2022-03-13 21:12:49 +0100 |
---|---|---|
committer | David Seifert <soap@gentoo.org> | 2022-03-13 21:12:49 +0100 |
commit | 58d3fd255f80ce2f45275cc6e16b5529a10072f4 (patch) | |
tree | 680b5504eaf8d1e69bf314b748f77e69288dd27a /profiles/arch | |
parent | profiles: clean up stale entries (diff) | |
download | gentoo-58d3fd255f80ce2f45275cc6e16b5529a10072f4.tar.gz gentoo-58d3fd255f80ce2f45275cc6e16b5529a10072f4.tar.bz2 gentoo-58d3fd255f80ce2f45275cc6e16b5529a10072f4.zip |
profiles: remove dead abi_ppc_* flags
Signed-off-by: David Seifert <soap@gentoo.org>
Diffstat (limited to 'profiles/arch')
-rw-r--r-- | profiles/arch/base/use.mask | 2 | ||||
-rw-r--r-- | profiles/arch/powerpc/ppc32/use.force | 3 | ||||
-rw-r--r-- | profiles/arch/powerpc/ppc32/use.mask | 4 | ||||
-rw-r--r-- | profiles/arch/powerpc/ppc64/32ul/use.force | 5 | ||||
-rw-r--r-- | profiles/arch/powerpc/ppc64/32ul/use.mask | 5 | ||||
-rw-r--r-- | profiles/arch/powerpc/ppc64/use.force | 3 | ||||
-rw-r--r-- | profiles/arch/powerpc/ppc64/use.mask | 6 |
7 files changed, 1 insertions, 27 deletions
diff --git a/profiles/arch/base/use.mask b/profiles/arch/base/use.mask index f55dfd0cd001..229a41186f2d 100644 --- a/profiles/arch/base/use.mask +++ b/profiles/arch/base/use.mask @@ -193,8 +193,6 @@ abi_x86_x32 abi_mips_o32 abi_mips_n32 abi_mips_n64 -abi_ppc_32 -abi_ppc_64 abi_s390_32 abi_s390_64 diff --git a/profiles/arch/powerpc/ppc32/use.force b/profiles/arch/powerpc/ppc32/use.force index 5da3746141ae..ebd35a2034ce 100644 --- a/profiles/arch/powerpc/ppc32/use.force +++ b/profiles/arch/powerpc/ppc32/use.force @@ -1,5 +1,2 @@ # Force the flag which corresponds to ARCH. ppc - -# Force the flag corresponding to the only ABI. -abi_ppc_32 diff --git a/profiles/arch/powerpc/ppc32/use.mask b/profiles/arch/powerpc/ppc32/use.mask index 58adf43e9b93..a51476ff3230 100644 --- a/profiles/arch/powerpc/ppc32/use.mask +++ b/profiles/arch/powerpc/ppc32/use.mask @@ -30,10 +30,6 @@ gnome-shell # Java is no longer supported on ppc. java -# Michał Górny <mgorny@gentoo.org> (2014-06-27) -# Unmask multilib flag for the ABI. --abi_ppc_32 - # Andrey Grozin <grozin@gentoo.org> (2014-06-25) # keyworded on ppc -clisp diff --git a/profiles/arch/powerpc/ppc64/32ul/use.force b/profiles/arch/powerpc/ppc64/32ul/use.force index e7102de1a2df..c74bf3460241 100644 --- a/profiles/arch/powerpc/ppc64/32ul/use.force +++ b/profiles/arch/powerpc/ppc64/32ul/use.force @@ -3,8 +3,3 @@ ppc # Unforce the flag which corresponds to the 64-bit ARCH. -ppc64 - -# Michał Górny <mgorny@gentoo.org> (2014-06-27) -# Switch multilib flags for the ABI. --abi_ppc_64 -abi_ppc_32 diff --git a/profiles/arch/powerpc/ppc64/32ul/use.mask b/profiles/arch/powerpc/ppc64/32ul/use.mask index abf49705cc6b..2e4685d1f36d 100644 --- a/profiles/arch/powerpc/ppc64/32ul/use.mask +++ b/profiles/arch/powerpc/ppc64/32ul/use.mask @@ -6,8 +6,3 @@ ppc64 # We mask this since we're not really a multilib profile multilib - -# Michał Górny <mgorny@gentoo.org> (2014-06-27) -# Switch multilib flags for the ABI. -abi_ppc_64 --abi_ppc_32 diff --git a/profiles/arch/powerpc/ppc64/use.force b/profiles/arch/powerpc/ppc64/use.force index 85c8ee8c145f..88544d5e9243 100644 --- a/profiles/arch/powerpc/ppc64/use.force +++ b/profiles/arch/powerpc/ppc64/use.force @@ -1,5 +1,2 @@ # Force the flag which corresponds to ARCH. ppc64 - -# Force the flag corresponding to the only ABI. -abi_ppc_64 diff --git a/profiles/arch/powerpc/ppc64/use.mask b/profiles/arch/powerpc/ppc64/use.mask index ab9cefcf66ac..7de0634ed869 100644 --- a/profiles/arch/powerpc/ppc64/use.mask +++ b/profiles/arch/powerpc/ppc64/use.mask @@ -1,4 +1,4 @@ -# Copyright 2008-2021 Gentoo Authors +# Copyright 2008-2022 Gentoo Authors # Distributed under the terms of the GNU General Public License v2 ### THIS FILE IS ONLY FOR PACKAGES MASKED ON BOTH 64-BIT AND 32-BIT USERLAND!!! @@ -14,10 +14,6 @@ openexr osg -# Michał Górny <mgorny@gentoo.org> (2014-06-27) -# Unmask multilib flag for the ABI. --abi_ppc_64 - # Samuli Suominen <ssuominen@gentoo.org> (2012-11-24) # TODO: Keyword and stabilize media-gfx/opencolorio and media-libs/opencv color-management |