diff options
author | Ionen Wolkens <ionen@gentoo.org> | 2022-09-16 02:55:49 -0400 |
---|---|---|
committer | Ionen Wolkens <ionen@gentoo.org> | 2022-09-16 03:46:48 -0400 |
commit | 82bfe66fdcce6b7b709bbe95c2125f3d93ff2a62 (patch) | |
tree | 91c0d078f215818509da946c30c4f6f0706c3d13 /dev-util/mingw64-toolchain | |
parent | dev-python/hvac: add 1.0.0 (diff) | |
download | gentoo-82bfe66fdcce6b7b709bbe95c2125f3d93ff2a62.tar.gz gentoo-82bfe66fdcce6b7b709bbe95c2125f3d93ff2a62.tar.bz2 gentoo-82bfe66fdcce6b7b709bbe95c2125f3d93ff2a62.zip |
dev-util/mingw64-toolchain: stabilize 10.0.0_p1 for amd64, x86
gcc-12/binutils-2.39 been tested more than 11/2.37 lately due to
working on new ebuilds and want to get rid of 2.37, should be no
reasons to hold this back
Signed-off-by: Ionen Wolkens <ionen@gentoo.org>
Diffstat (limited to 'dev-util/mingw64-toolchain')
-rw-r--r-- | dev-util/mingw64-toolchain/mingw64-toolchain-10.0.0_p1.ebuild | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/dev-util/mingw64-toolchain/mingw64-toolchain-10.0.0_p1.ebuild b/dev-util/mingw64-toolchain/mingw64-toolchain-10.0.0_p1.ebuild index 4ad2c7cf514f..19bd919bebec 100644 --- a/dev-util/mingw64-toolchain/mingw64-toolchain-10.0.0_p1.ebuild +++ b/dev-util/mingw64-toolchain/mingw64-toolchain-10.0.0_p1.ebuild @@ -31,7 +31,7 @@ LICENSE=" LGPL-3+ || ( GPL-3+ libgcc libstdc++ gcc-runtime-library-exception-3.1 ) ZPL BSD BSD-2 ISC LGPL-2+ LGPL-2.1+ MIT public-domain" SLOT="0" -KEYWORDS="-* ~amd64 ~x86" +KEYWORDS="-* amd64 x86" IUSE="+abi_x86_32 custom-cflags debug" RDEPEND=" |