diff options
author | 2023-12-12 10:01:16 +0200 | |
---|---|---|
committer | 2023-12-12 10:01:16 +0200 | |
commit | 38aef739bb6303b29ed05327ca6453419e994a54 (patch) | |
tree | 8fef55e502bf067f92c81f6511cbc1bb47397951 /app-portage | |
parent | app-portage/gentoolkit: Stabilize 0.6.3 sparc, #919104 (diff) | |
download | gentoo-38aef739bb6303b29ed05327ca6453419e994a54.tar.gz gentoo-38aef739bb6303b29ed05327ca6453419e994a54.tar.bz2 gentoo-38aef739bb6303b29ed05327ca6453419e994a54.zip |
app-portage/gentoolkit: Stabilize 0.6.3 x86, #919104
Signed-off-by: Arthur Zamarin <arthurzam@gentoo.org>
Diffstat (limited to 'app-portage')
-rw-r--r-- | app-portage/gentoolkit/gentoolkit-0.6.3.ebuild | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/app-portage/gentoolkit/gentoolkit-0.6.3.ebuild b/app-portage/gentoolkit/gentoolkit-0.6.3.ebuild index 7937391dddd3..7d412ea0c7e0 100644 --- a/app-portage/gentoolkit/gentoolkit-0.6.3.ebuild +++ b/app-portage/gentoolkit/gentoolkit-0.6.3.ebuild @@ -13,7 +13,7 @@ if [[ ${PV} = 9999* ]]; then inherit git-r3 else SRC_URI="https://gitweb.gentoo.org/proj/gentoolkit.git/snapshot/${P}.tar.bz2" - KEYWORDS="~alpha amd64 arm arm64 hppa ~ia64 ~loong ~m68k ~mips ~ppc ppc64 ~riscv ~s390 sparc ~x86 ~amd64-linux ~x86-linux ~arm64-macos ~ppc-macos ~x64-macos ~x64-solaris" + KEYWORDS="~alpha amd64 arm arm64 hppa ~ia64 ~loong ~m68k ~mips ~ppc ppc64 ~riscv ~s390 sparc x86 ~amd64-linux ~x86-linux ~arm64-macos ~ppc-macos ~x64-macos ~x64-solaris" fi DESCRIPTION="Collection of administration scripts for Gentoo" |