summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorSam James <sam@gentoo.org>2022-08-27 17:02:48 +0100
committerSam James <sam@gentoo.org>2022-08-27 17:02:48 +0100
commit8d43a9383cc8ff6718dace5903db2501b97e68b0 (patch)
treee15a8b20717d6b544a1168b9c03aa72ad4ff259f /dev-util/strace
parentdev-util/pwndbg: Stabilize 20220105 amd64, #866971 (diff)
downloadgentoo-8d43a9383cc8ff6718dace5903db2501b97e68b0.tar.gz
gentoo-8d43a9383cc8ff6718dace5903db2501b97e68b0.tar.bz2
gentoo-8d43a9383cc8ff6718dace5903db2501b97e68b0.zip
dev-util/strace: Stabilize 5.18 amd64, #866980
Signed-off-by: Sam James <sam@gentoo.org>
Diffstat (limited to 'dev-util/strace')
-rw-r--r--dev-util/strace/strace-5.18.ebuild2
1 files changed, 1 insertions, 1 deletions
diff --git a/dev-util/strace/strace-5.18.ebuild b/dev-util/strace/strace-5.18.ebuild
index bbdd9ecab577..51974cb0561d 100644
--- a/dev-util/strace/strace-5.18.ebuild
+++ b/dev-util/strace/strace-5.18.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"