diff options
author | Agostino Sarubbo <ago@gentoo.org> | 2017-06-10 15:40:31 +0200 |
---|---|---|
committer | Agostino Sarubbo <ago@gentoo.org> | 2017-06-10 15:40:31 +0200 |
commit | 741c4899404862ca7d90402a22bf03310ed332e8 (patch) | |
tree | 1f2044db732847ee9efb7dc6f3159ff9746491a9 /dev-util/strace | |
parent | app-arch/bzip2: sparc stable wrt bug #620466 (diff) | |
download | gentoo-741c4899404862ca7d90402a22bf03310ed332e8.tar.gz gentoo-741c4899404862ca7d90402a22bf03310ed332e8.tar.bz2 gentoo-741c4899404862ca7d90402a22bf03310ed332e8.zip |
dev-util/strace: sparc stable wrt bug #620086
Package-Manager: Portage-2.3.5, Repoman-2.3.1
RepoMan-Options: --include-arches="sparc"
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 ce19fe29c67d..3cd39c973688 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" |