diff options
author | WANG Xuerui <xen0n@gentoo.org> | 2023-07-11 16:36:00 +0800 |
---|---|---|
committer | WANG Xuerui <xen0n@gentoo.org> | 2023-07-11 19:01:33 +0800 |
commit | 4feaa4ab973031a9206a64b0437be2f54c391153 (patch) | |
tree | da377cd56b6aa9c7b821dbc749962d4f06ade264 /x11-misc/gccmakedep | |
parent | llvm.org.eclass: Remove old snapshots (diff) | |
download | gentoo-4feaa4ab973031a9206a64b0437be2f54c391153.tar.gz gentoo-4feaa4ab973031a9206a64b0437be2f54c391153.tar.bz2 gentoo-4feaa4ab973031a9206a64b0437be2f54c391153.zip |
x11-misc/gccmakedep: forward ~loong
Signed-off-by: WANG Xuerui <xen0n@gentoo.org>
Diffstat (limited to 'x11-misc/gccmakedep')
-rw-r--r-- | x11-misc/gccmakedep/gccmakedep-9999.ebuild | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/x11-misc/gccmakedep/gccmakedep-9999.ebuild b/x11-misc/gccmakedep/gccmakedep-9999.ebuild index 85e0055a1489..42c149df8c52 100644 --- a/x11-misc/gccmakedep/gccmakedep-9999.ebuild +++ b/x11-misc/gccmakedep/gccmakedep-9999.ebuild @@ -1,4 +1,4 @@ -# Copyright 1999-2021 Gentoo Authors +# Copyright 1999-2023 Gentoo Authors # Distributed under the terms of the GNU General Public License v2 EAPI=7 @@ -13,7 +13,7 @@ if [[ ${PV} == 9999 ]]; then LIVE_DEPEND=">=x11-misc/util-macros-1.18" else SRC_URI="https://www.x.org/releases/individual/util/${P}.tar.bz2" - KEYWORDS="~alpha ~amd64 ~arm ~arm64 ~hppa ~ia64 ~mips ~ppc ~ppc64 ~riscv ~s390 ~sparc ~x86 ~amd64-linux ~x86-linux ~ppc-macos ~x64-solaris" + KEYWORDS="~alpha ~amd64 ~arm ~arm64 ~hppa ~ia64 ~loong ~mips ~ppc ~ppc64 ~riscv ~s390 ~sparc ~x86 ~amd64-linux ~x86-linux ~ppc-macos ~x64-solaris" fi LICENSE="MIT" |