diff options
author | 2024-03-14 10:05:01 +0200 | |
---|---|---|
committer | 2024-03-14 10:05:01 +0200 | |
commit | b0d9922f21ee57173967008c2873f5ff9e88895f (patch) | |
tree | 6085d63bee8f0ac00d3bd3210310250648552479 /dev-debug | |
parent | sys-apps/logwatch: Stabilize 7.10 ppc64, #926984 (diff) | |
download | gentoo-b0d9922f21ee57173967008c2873f5ff9e88895f.tar.gz gentoo-b0d9922f21ee57173967008c2873f5ff9e88895f.tar.bz2 gentoo-b0d9922f21ee57173967008c2873f5ff9e88895f.zip |
dev-debug/strace: Stabilize 6.7 ppc64, #926976
Signed-off-by: Arthur Zamarin <arthurzam@gentoo.org>
Diffstat (limited to 'dev-debug')
-rw-r--r-- | dev-debug/strace/strace-6.7.ebuild | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/dev-debug/strace/strace-6.7.ebuild b/dev-debug/strace/strace-6.7.ebuild index b79c74f53d8d..2ba8f3e59a05 100644 --- a/dev-debug/strace/strace-6.7.ebuild +++ b/dev-debug/strace/strace-6.7.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+ )" |