summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorSam James <sam@gentoo.org>2022-08-29 20:37:50 +0100
committerSam James <sam@gentoo.org>2022-08-29 20:37:50 +0100
commite0f9a9041884dad9a24c205a9ae46f08503752e6 (patch)
tree8cb8eac5423a31a1f514b6a2cbfd08fef0576566 /dev-util/strace
parentnet-wireless/iwd: Stabilize 1.29 amd64, #867316 (diff)
downloadgentoo-e0f9a9041884dad9a24c205a9ae46f08503752e6.tar.gz
gentoo-e0f9a9041884dad9a24c205a9ae46f08503752e6.tar.bz2
gentoo-e0f9a9041884dad9a24c205a9ae46f08503752e6.zip
dev-util/strace: Stabilize 5.19 amd64, #867319
Signed-off-by: Sam James <sam@gentoo.org>
Diffstat (limited to 'dev-util/strace')
-rw-r--r--dev-util/strace/strace-5.19.ebuild2
1 files changed, 1 insertions, 1 deletions
diff --git a/dev-util/strace/strace-5.19.ebuild b/dev-util/strace/strace-5.19.ebuild
index 1d80ca0ea47b..9ee5a63b6ebe 100644
--- a/dev-util/strace/strace-5.19.ebuild
+++ b/dev-util/strace/strace-5.19.ebuild
@@ -10,7 +10,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
DESCRIPTION="A useful diagnostic, instructional, and debugging tool"