diff options
author | 2024-07-17 06:15:18 +0100 | |
---|---|---|
committer | 2024-07-17 06:15:18 +0100 | |
commit | e95970b4d9cf54ae2359afc987e2875976018f78 (patch) | |
tree | 16786dcaf302d6cfeca95b64ac5f7919dec445ba | |
parent | sys-libs/pam: Stabilize 1.6.1 ppc64, #936175 (diff) | |
download | gentoo-e95970b4d9cf54ae2359afc987e2875976018f78.tar.gz gentoo-e95970b4d9cf54ae2359afc987e2875976018f78.tar.bz2 gentoo-e95970b4d9cf54ae2359afc987e2875976018f78.zip |
dev-debug/strace: Stabilize 6.9 sparc, #936184
Signed-off-by: Sam James <sam@gentoo.org>
-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 267d8dc5e89a..2ba8f3e59a05 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+ )" |