diff options
author | Agostino Sarubbo <ago@gentoo.org> | 2017-06-13 14:27:08 +0200 |
---|---|---|
committer | Agostino Sarubbo <ago@gentoo.org> | 2017-06-13 14:31:24 +0200 |
commit | f91227376fdbcd1ade439b5ef866158321b660ba (patch) | |
tree | 7f36fd4af0c81ec9cf806147104fdb44f5441654 /dev-util | |
parent | app-arch/bzip2: ppc64 stable wrt bug #620466 (diff) | |
download | gentoo-f91227376fdbcd1ade439b5ef866158321b660ba.tar.gz gentoo-f91227376fdbcd1ade439b5ef866158321b660ba.tar.bz2 gentoo-f91227376fdbcd1ade439b5ef866158321b660ba.zip |
dev-util/strace: ppc64 stable wrt bug #620086
Package-Manager: Portage-2.3.5, Repoman-2.3.1
RepoMan-Options: --include-arches="ppc64"
Signed-off-by: Agostino Sarubbo <ago@gentoo.org>
Diffstat (limited to 'dev-util')
-rw-r--r-- | dev-util/strace/strace-4.16.ebuild | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/dev-util/strace/strace-4.16.ebuild b/dev-util/strace/strace-4.16.ebuild index 3cd39c973688..4848639c5b3d 100644 --- a/dev-util/strace/strace-4.16.ebuild +++ b/dev-util/strace/strace-4.16.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 ~x86-linux" + KEYWORDS="alpha amd64 ~arm ~arm64 ~hppa ia64 ~m68k ~mips ~ppc ppc64 ~s390 ~sh sparc x86 ~amd64-linux ~arm-linux ~x86-linux" fi DESCRIPTION="A useful diagnostic, instructional, and debugging tool" |