diff options
author | Jeroen Roovers <jer@gentoo.org> | 2016-10-06 07:36:25 +0200 |
---|---|---|
committer | Jeroen Roovers <jer@gentoo.org> | 2016-10-06 07:36:25 +0200 |
commit | 4091540af7164380c3d689d2ce386b4e833d61cd (patch) | |
tree | 3ec5e477dc2a29819bcd5e6db77ba6fe231c1c3a /dev-util/strace | |
parent | sys-process/lsof: Stable for HPPA PPC64 (bug #596186). (diff) | |
download | gentoo-4091540af7164380c3d689d2ce386b4e833d61cd.tar.gz gentoo-4091540af7164380c3d689d2ce386b4e833d61cd.tar.bz2 gentoo-4091540af7164380c3d689d2ce386b4e833d61cd.zip |
dev-util/strace: Stable for HPPA PPC64 (bug #596200).
Package-Manager: portage-2.3.1
RepoMan-Options: --ignore-arches
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 b45d41235bf0..92d8dd78b0c4 100644 --- a/dev-util/strace/strace-4.13.ebuild +++ b/dev-util/strace/strace-4.13.ebuild @@ -10,7 +10,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" |