diff options
author | 2024-07-17 05:55:06 +0100 | |
---|---|---|
committer | 2024-07-17 05:55:06 +0100 | |
commit | 8cee045499497e51eed372d2a2eea21eb7391fb0 (patch) | |
tree | 1584d2f6c4733be3fc0303ddef894560cb4e41e9 /dev-debug | |
parent | dev-debug/strace: Stabilize 6.9 ppc64, #936184 (diff) | |
download | gentoo-8cee045499497e51eed372d2a2eea21eb7391fb0.tar.gz gentoo-8cee045499497e51eed372d2a2eea21eb7391fb0.tar.bz2 gentoo-8cee045499497e51eed372d2a2eea21eb7391fb0.zip |
dev-debug/strace: Stabilize 6.9 x86, #936184
Signed-off-by: Sam James <sam@gentoo.org>
Diffstat (limited to 'dev-debug')
-rw-r--r-- | dev-debug/strace/strace-6.9.ebuild | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/dev-debug/strace/strace-6.9.ebuild b/dev-debug/strace/strace-6.9.ebuild index 4dfdaf342b63..9a2ba81a901b 100644 --- a/dev-debug/strace/strace-6.9.ebuild +++ b/dev-debug/strace/strace-6.9.ebuild @@ -13,7 +13,7 @@ if [[ ${PV} == 9999 ]] ; then inherit git-r3 else SRC_URI="https://github.com/${PN}/${PN}/releases/download/v${PV}/${P}.tar.xz" - KEYWORDS="~alpha amd64 arm arm64 ~hppa ~ia64 ~loong ~m68k ~mips ~ppc ppc64 ~riscv ~s390 ~sparc ~x86 ~amd64-linux ~x86-linux" + KEYWORDS="~alpha amd64 arm arm64 ~hppa ~ia64 ~loong ~m68k ~mips ~ppc ppc64 ~riscv ~s390 ~sparc x86 ~amd64-linux ~x86-linux" fi LICENSE="LGPL-2.1+ test? ( GPL-2+ )" |