diff options
author | 2024-04-29 08:04:24 +0000 | |
---|---|---|
committer | 2024-04-29 08:04:24 +0000 | |
commit | 11b5a592082e68d6cf2f2eab75a2d3af74a38dcf (patch) | |
tree | 11a6dc5ec028c0cdf3488026758663058a31d257 /dev-debug | |
parent | dev-debug/strace: Stabilize 6.8 arm64, #930901 (diff) | |
download | gentoo-11b5a592082e68d6cf2f2eab75a2d3af74a38dcf.tar.gz gentoo-11b5a592082e68d6cf2f2eab75a2d3af74a38dcf.tar.bz2 gentoo-11b5a592082e68d6cf2f2eab75a2d3af74a38dcf.zip |
dev-debug/strace: Stabilize 6.8 sparc, #930901
Signed-off-by: Arthur Zamarin <arthurzam@gentoo.org>
Diffstat (limited to 'dev-debug')
-rw-r--r-- | dev-debug/strace/strace-6.8.ebuild | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/dev-debug/strace/strace-6.8.ebuild b/dev-debug/strace/strace-6.8.ebuild index b606859f2003..08a7eccf94cd 100644 --- a/dev-debug/strace/strace-6.8.ebuild +++ b/dev-debug/strace/strace-6.8.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+ )" |