diff options
author | Matt Turner <mattst88@gentoo.org> | 2018-10-06 12:13:05 -0400 |
---|---|---|
committer | Matt Turner <mattst88@gentoo.org> | 2018-10-06 12:47:23 -0400 |
commit | 321c8b006e257cf5e70768493f7a5445a765e6ae (patch) | |
tree | 8ea6072a2467b1ce672795e6ab58add5e381869f /dev-util/strace | |
parent | app-text/ghostscript-gpl-9.25: ppc stable, bug 635426 (diff) | |
download | gentoo-321c8b006e257cf5e70768493f7a5445a765e6ae.tar.gz gentoo-321c8b006e257cf5e70768493f7a5445a765e6ae.tar.bz2 gentoo-321c8b006e257cf5e70768493f7a5445a765e6ae.zip |
dev-util/strace-4.23-r1: ppc stable, bug 667702
Signed-off-by: Matt Turner <mattst88@gentoo.org>
Diffstat (limited to 'dev-util/strace')
-rw-r--r-- | dev-util/strace/strace-4.23-r1.ebuild | 2 |
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 43fdc897da40..0d4c67ecc24e 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" |