diff options
author | Matt Turner <mattst88@gentoo.org> | 2018-10-06 12:13:21 -0400 |
---|---|---|
committer | Matt Turner <mattst88@gentoo.org> | 2018-10-06 12:47:25 -0400 |
commit | 09ca0efdb40d7a859d51c6f04f09c31bb8b1261e (patch) | |
tree | 1bd6a7d4253979ac13182ecb29adeb3e17421c7e | |
parent | app-text/ghostscript-gpl-9.25: ppc64 stable, bug 635426 (diff) | |
download | gentoo-09ca0efdb40d7a859d51c6f04f09c31bb8b1261e.tar.gz gentoo-09ca0efdb40d7a859d51c6f04f09c31bb8b1261e.tar.bz2 gentoo-09ca0efdb40d7a859d51c6f04f09c31bb8b1261e.zip |
dev-util/strace-4.23-r1: ppc64 stable, bug 667702
Signed-off-by: Matt Turner <mattst88@gentoo.org>
-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 0d4c67ecc24e..918a179d9da1 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" |