diff options
author | Rolf Eike Beer <eike@sf-mail.de> | 2018-01-04 00:12:48 +0100 |
---|---|---|
committer | Sergei Trofimovich <slyfox@gentoo.org> | 2018-01-03 23:18:04 +0000 |
commit | 295c094947e7c73174453b7308ca43c0e3742a06 (patch) | |
tree | 0678a61e0674ff698549acdd6fca67502ba1c783 /dev-util/strace | |
parent | dev-perl/Devel-SmallProf: stable 2.20.0-r3 for sparc, bug #643238 (diff) | |
download | gentoo-295c094947e7c73174453b7308ca43c0e3742a06.tar.gz gentoo-295c094947e7c73174453b7308ca43c0e3742a06.tar.bz2 gentoo-295c094947e7c73174453b7308ca43c0e3742a06.zip |
dev-util/strace: stable 4.20 for sparc, bug #643014
Package-Manager: Portage-2.3.13, Repoman-2.3.3
RepoMan-Options: --include-arches="sparc"
Diffstat (limited to 'dev-util/strace')
-rw-r--r-- | dev-util/strace/strace-4.20.ebuild | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/dev-util/strace/strace-4.20.ebuild b/dev-util/strace/strace-4.20.ebuild index 756217eb2e2f..fa35bedc7130 100644 --- a/dev-util/strace/strace-4.20.ebuild +++ b/dev-util/strace/strace-4.20.ebuild @@ -11,7 +11,7 @@ if [[ ${PV} == "9999" ]] ; then inherit git-r3 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" |