diff options
author | 2023-05-25 21:54:47 +0200 | |
---|---|---|
committer | 2023-05-25 21:54:47 +0200 | |
commit | 37df8d74992262643b6125ef3a7b27bba46070b7 (patch) | |
tree | 212acc07e8356d61396f201bab5a4d24051019f5 /sys-devel/gcc/gcc-12.2.0-r2.ebuild | |
parent | */*: remove sparc-solaris keyword (diff) | |
download | prefix-37df8d74992262643b6125ef3a7b27bba46070b7.tar.gz prefix-37df8d74992262643b6125ef3a7b27bba46070b7.tar.bz2 prefix-37df8d74992262643b6125ef3a7b27bba46070b7.zip |
*/*: remove sparc64-solaris keyword
Signed-off-by: Fabian Groffen <grobian@gentoo.org>
Diffstat (limited to 'sys-devel/gcc/gcc-12.2.0-r2.ebuild')
-rw-r--r-- | sys-devel/gcc/gcc-12.2.0-r2.ebuild | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/sys-devel/gcc/gcc-12.2.0-r2.ebuild b/sys-devel/gcc/gcc-12.2.0-r2.ebuild index 6a78ebb1d6..dc747f7475 100644 --- a/sys-devel/gcc/gcc-12.2.0-r2.ebuild +++ b/sys-devel/gcc/gcc-12.2.0-r2.ebuild @@ -14,7 +14,7 @@ inherit toolchain # Don't keyword live ebuilds if ! tc_is_live && [[ -z ${TOOLCHAIN_USE_GIT_PATCHES} ]] ; then # fails to compile on Solaris and macOS, need to check why - : KEYWORDS="~amd64-linux ~x86-linux ~arm64-macos ~ppc-macos ~x64-macos ~sparc64-solaris ~x64-solaris" + : KEYWORDS="~amd64-linux ~x86-linux ~arm64-macos ~ppc-macos ~x64-macos ~x64-solaris" KEYWORDS="~arm64-macos ~x64-macos ~x64-solaris" fi |