summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorSam James <sam@gentoo.org>2021-04-22 13:06:54 +0100
committerSam James <sam@gentoo.org>2021-04-22 13:08:03 +0100
commit4f3f7ce9cd91f75f4fbfc118112c3753e4c97aab (patch)
tree75ed7b838f3ebc7e49c1d54d39dcb9e333541b01 /dev-util/strace
parentdev-python/zope-interface: Stabilize 5.3.0 amd64, #784758 (diff)
downloadgentoo-4f3f7ce9cd91f75f4fbfc118112c3753e4c97aab.tar.gz
gentoo-4f3f7ce9cd91f75f4fbfc118112c3753e4c97aab.tar.bz2
gentoo-4f3f7ce9cd91f75f4fbfc118112c3753e4c97aab.zip
dev-util/strace: Stabilize 5.11 amd64, #784800
Signed-off-by: Sam James <sam@gentoo.org>
Diffstat (limited to 'dev-util/strace')
-rw-r--r--dev-util/strace/strace-5.11.ebuild2
1 files changed, 1 insertions, 1 deletions
diff --git a/dev-util/strace/strace-5.11.ebuild b/dev-util/strace/strace-5.11.ebuild
index bdaba7d79d0a..bb114efcec06 100644
--- a/dev-util/strace/strace-5.11.ebuild
+++ b/dev-util/strace/strace-5.11.ebuild
@@ -10,7 +10,7 @@ if [[ ${PV} == "9999" ]] ; then
inherit git-r3 autotools
else
SRC_URI="https://github.com/${PN}/${PN}/releases/download/v${PV}/${P}.tar.xz"
- KEYWORDS="~alpha ~amd64 arm ~arm64 ~hppa ~ia64 ~m68k ~mips ~ppc ~ppc64 ~riscv ~s390 ~sparc ~x86 ~amd64-linux ~x86-linux"
+ KEYWORDS="~alpha amd64 arm ~arm64 ~hppa ~ia64 ~m68k ~mips ~ppc ~ppc64 ~riscv ~s390 ~sparc ~x86 ~amd64-linux ~x86-linux"
fi
DESCRIPTION="A useful diagnostic, instructional, and debugging tool"