summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMikle Kolyada <zlogene@gentoo.org>2018-10-05 11:03:16 +0300
committerMikle Kolyada <zlogene@gentoo.org>2018-10-05 11:03:16 +0300
commit26d540f4ffd24fceb29a7b95942f193ebfda974c (patch)
tree5fa97196db137500f615345fec927961df7b44a4 /dev-util/strace
parentmedia-libs/opusfile: fix install inside prefix (diff)
downloadgentoo-26d540f4ffd24fceb29a7b95942f193ebfda974c.tar.gz
gentoo-26d540f4ffd24fceb29a7b95942f193ebfda974c.tar.bz2
gentoo-26d540f4ffd24fceb29a7b95942f193ebfda974c.zip
dev-util/strace: amd64 stable wrt bug #667702
Signed-off-by: Mikle Kolyada <zlogene@gentoo.org> Package-Manager: Portage-2.3.49, Repoman-2.3.11
Diffstat (limited to 'dev-util/strace')
-rw-r--r--dev-util/strace/strace-4.23-r1.ebuild2
1 files changed, 1 insertions, 1 deletions
diff --git a/dev-util/strace/strace-4.23-r1.ebuild b/dev-util/strace/strace-4.23-r1.ebuild
index 65db82c2b4e6..43fdc897da40 100644
--- a/dev-util/strace/strace-4.23-r1.ebuild
+++ b/dev-util/strace/strace-4.23-r1.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 ~s390 ~sh sparc x86 ~amd64-linux ~x86-linux"
+ KEYWORDS="~alpha amd64 ~arm ~arm64 ~hppa ia64 ~m68k ~mips ~ppc ~ppc64 ~s390 ~sh sparc x86 ~amd64-linux ~x86-linux"
fi
DESCRIPTION="A useful diagnostic, instructional, and debugging tool"