diff options
author | Sergei Trofimovich <slyfox@gentoo.org> | 2017-10-09 14:41:26 +0000 |
---|---|---|
committer | Sergei Trofimovich <slyfox@gentoo.org> | 2017-10-09 14:44:38 +0000 |
commit | c0fc3fe66743ded57294bb8972bf1b0cb7fb6ca3 (patch) | |
tree | 3e33aa4c589544518fafc1331a051ac946e137f0 /dev-util/strace | |
parent | sys-block/zram-init: keyworded 3.8 for ppc64, bug #633320 (thanks to ernsteis... (diff) | |
download | gentoo-c0fc3fe66743ded57294bb8972bf1b0cb7fb6ca3.tar.gz gentoo-c0fc3fe66743ded57294bb8972bf1b0cb7fb6ca3.tar.bz2 gentoo-c0fc3fe66743ded57294bb8972bf1b0cb7fb6ca3.zip |
dev-util/strace: stable 4.16 for hppa, bug #620086 (thanks to Rolf Eike Beer)
Package-Manager: Portage-2.3.10, Repoman-2.3.3
RepoMan-Options: --include-arches="hppa"
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 0e3f99adfaf1..29011899d9d0 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" |