diff options
author | Aaron Bauman <bman@gentoo.org> | 2016-12-17 18:55:14 +0900 |
---|---|---|
committer | Aaron Bauman <bman@gentoo.org> | 2016-12-17 18:55:14 +0900 |
commit | 3deba61cdfd4a8448cd2a518bbe23f9982d38d1b (patch) | |
tree | 2501f994de95207327c8973404911a1134601774 /dev-util/strace | |
parent | net-misc/whois: amd64 stable wrt bug #598657 (diff) | |
download | gentoo-3deba61cdfd4a8448cd2a518bbe23f9982d38d1b.tar.gz gentoo-3deba61cdfd4a8448cd2a518bbe23f9982d38d1b.tar.bz2 gentoo-3deba61cdfd4a8448cd2a518bbe23f9982d38d1b.zip |
dev-util/strace: amd64 stable wrt bug #596200
Diffstat (limited to 'dev-util/strace')
-rw-r--r-- | dev-util/strace/strace-4.13.ebuild | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/dev-util/strace/strace-4.13.ebuild b/dev-util/strace/strace-4.13.ebuild index aed6e6321d94..fbce562b490b 100644 --- a/dev-util/strace/strace-4.13.ebuild +++ b/dev-util/strace/strace-4.13.ebuild @@ -11,7 +11,7 @@ if [[ ${PV} == "9999" ]] ; then inherit git-2 autotools else SRC_URI="mirror://sourceforge/${PN}/${P}.tar.xz" - KEYWORDS="alpha ~amd64 arm ~arm64 hppa ~ia64 ~m68k ~mips ~ppc ppc64 ~s390 ~sh ~sparc ~x86 ~amd64-linux ~arm-linux ~ia64-linux ~x86-linux" + KEYWORDS="alpha amd64 arm ~arm64 hppa ~ia64 ~m68k ~mips ~ppc ppc64 ~s390 ~sh ~sparc ~x86 ~amd64-linux ~arm-linux ~ia64-linux ~x86-linux" fi DESCRIPTION="A useful diagnostic, instructional, and debugging tool" |