summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJakov Smolić <jsmolic@gentoo.org>2021-12-25 10:50:38 +0100
committerJakov Smolić <jsmolic@gentoo.org>2021-12-25 10:50:38 +0100
commitcecf5e29bed9ed5611cdf837282b6dee98c2306c (patch)
tree0fe320a3c6eb116a46acfe75d913091f2b3befde /dev-util/strace
parentapp-text/libmwaw: x86 stable wrt bug #829350 (diff)
downloadgentoo-cecf5e29bed9ed5611cdf837282b6dee98c2306c.tar.gz
gentoo-cecf5e29bed9ed5611cdf837282b6dee98c2306c.tar.bz2
gentoo-cecf5e29bed9ed5611cdf837282b6dee98c2306c.zip
dev-util/strace: Stabilize 5.15 x86, #829945
Signed-off-by: Jakov Smolić <jsmolic@gentoo.org>
Diffstat (limited to 'dev-util/strace')
-rw-r--r--dev-util/strace/strace-5.15.ebuild2
1 files changed, 1 insertions, 1 deletions
diff --git a/dev-util/strace/strace-5.15.ebuild b/dev-util/strace/strace-5.15.ebuild
index abd150bcca13..0b8dca3e5013 100644
--- a/dev-util/strace/strace-5.15.ebuild
+++ b/dev-util/strace/strace-5.15.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 ~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"