diff options
author | 2017-06-21 13:53:07 +0200 | |
---|---|---|
committer | 2017-06-21 13:53:07 +0200 | |
commit | 8c56d758f102b9daab9536938c69ab4867bec28b (patch) | |
tree | 1d2186913c1c62d0d44b2482204e0447e8e7c9aa /dev-util/strace | |
parent | net-vpn/strongswan: ppc stable wrt bug #620256 (diff) | |
download | gentoo-8c56d758f102b9daab9536938c69ab4867bec28b.tar.gz gentoo-8c56d758f102b9daab9536938c69ab4867bec28b.tar.bz2 gentoo-8c56d758f102b9daab9536938c69ab4867bec28b.zip |
dev-util/strace: ppc stable wrt bug #620086
Package-Manager: Portage-2.3.6, Repoman-2.3.1
RepoMan-Options: --include-arches="ppc"
Signed-off-by: Agostino Sarubbo <ago@gentoo.org>
Diffstat (limited to 'dev-util/strace')
-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 02671dd1e2b9..0e3f99adfaf1 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" |