diff options
author | Thomas Deutschmann <whissi@gentoo.org> | 2016-12-21 12:18:36 +0100 |
---|---|---|
committer | Thomas Deutschmann <whissi@gentoo.org> | 2016-12-21 12:23:42 +0100 |
commit | a4e82b41369f4c1c4e8717e8d600c93c1a5c996d (patch) | |
tree | ee8d9beffdc840fd5ee6f67d5d0648c3773ec6e9 /dev-util | |
parent | sys-apps/baselayout: x86 stable (bug #596104) (diff) | |
download | gentoo-a4e82b41369f4c1c4e8717e8d600c93c1a5c996d.tar.gz gentoo-a4e82b41369f4c1c4e8717e8d600c93c1a5c996d.tar.bz2 gentoo-a4e82b41369f4c1c4e8717e8d600c93c1a5c996d.zip |
dev-util/strace: x86 stable (bug #596200)
Package-Manager: Portage-2.3.2, Repoman-2.3.1
Diffstat (limited to 'dev-util')
-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 fbce562b490b..2dc467534629 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" |