diff options
author | Michał Górny <mgorny@gentoo.org> | 2021-09-21 09:13:17 +0200 |
---|---|---|
committer | Michał Górny <mgorny@gentoo.org> | 2021-09-21 09:54:29 +0200 |
commit | 2049c45eebd56d1de32d79db17c4ad0e78b56924 (patch) | |
tree | f132d8697d0e00fef725bb1cb659f0531c707fac /profiles/prefix | |
parent | package.mask: Remove some obsolete masks (diff) | |
download | gentoo-2049c45eebd56d1de32d79db17c4ad0e78b56924.tar.gz gentoo-2049c45eebd56d1de32d79db17c4ad0e78b56924.tar.bz2 gentoo-2049c45eebd56d1de32d79db17c4ad0e78b56924.zip |
profiles: Clean stale USE masks/forces
Signed-off-by: Michał Górny <mgorny@gentoo.org>
Diffstat (limited to 'profiles/prefix')
-rw-r--r-- | profiles/prefix/darwin/macos/arch/arm64/use.force | 3 | ||||
-rw-r--r-- | profiles/prefix/darwin/macos/arch/arm64/use.mask | 3 | ||||
-rw-r--r-- | profiles/prefix/linux/package.use.mask | 4 | ||||
-rw-r--r-- | profiles/prefix/package.use.mask | 2 |
4 files changed, 5 insertions, 7 deletions
diff --git a/profiles/prefix/darwin/macos/arch/arm64/use.force b/profiles/prefix/darwin/macos/arch/arm64/use.force index b4557bfe8498..3055521d22e8 100644 --- a/profiles/prefix/darwin/macos/arch/arm64/use.force +++ b/profiles/prefix/darwin/macos/arch/arm64/use.force @@ -1,7 +1,6 @@ -# Copyright 1999-2020 Gentoo Authors +# Copyright 1999-2021 Gentoo Authors # Distributed under the terms of the GNU General Public License v2 # Force the flag corresponding to the default ABI x64-macos arm64-macos -abi_arm64 diff --git a/profiles/prefix/darwin/macos/arch/arm64/use.mask b/profiles/prefix/darwin/macos/arch/arm64/use.mask index 2b0df2c9ccf9..1460af56464c 100644 --- a/profiles/prefix/darwin/macos/arch/arm64/use.mask +++ b/profiles/prefix/darwin/macos/arch/arm64/use.mask @@ -1,7 +1,6 @@ -# Copyright 1999-2020 Gentoo Authors +# Copyright 1999-2021 Gentoo Authors # Distributed under the terms of the GNU General Public License v2 # Unmask the flag corresponding to the default ABI -x64-macos -arm64-macos --abi_arm64 diff --git a/profiles/prefix/linux/package.use.mask b/profiles/prefix/linux/package.use.mask index 2893cbd9af7a..1c74e8a689af 100644 --- a/profiles/prefix/linux/package.use.mask +++ b/profiles/prefix/linux/package.use.mask @@ -1,6 +1,6 @@ -# Copyright 1999-2019 Gentoo Authors +# Copyright 1999-2021 Gentoo Authors # Distributed under the terms of the GNU General Public License v2 # Michael Haubenwallner <haubi@gentoo.org> (2019-05-02) # gold is linux only, and is required by cxx -sys-devel/binutils -cxx -gold -default-gold +sys-devel/binutils -gold -default-gold diff --git a/profiles/prefix/package.use.mask b/profiles/prefix/package.use.mask index 609e639cf0de..e30a2b1415de 100644 --- a/profiles/prefix/package.use.mask +++ b/profiles/prefix/package.use.mask @@ -17,7 +17,7 @@ sys-apps/debianutils installkernel # Michael Haubenwallner <haubi@gentoo.org> (2019-05-02) # gold is linux only, and is required by cxx -sys-devel/binutils cxx gold default-gold +sys-devel/binutils gold default-gold # Fabian Groffen <grobian@gentoo.org> (2018-12-27) # USE-dep fixing, bugs #665088, #667266, #671730, |