Gentoo Archives: gentoo-commits

From: Mike Frysinger <vapier@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] repo/gentoo:master commit in: dev-util/strace/
Date: Sat, 24 Dec 2016 09:07:46
Message-Id: 1482570444.7031b64baafb5b036629a63130d4ca20a99bf66a.vapier@gentoo
1 commit: 7031b64baafb5b036629a63130d4ca20a99bf66a
2 Author: Mike Frysinger <vapier <AT> gentoo <DOT> org>
3 AuthorDate: Sat Dec 24 08:44:13 2016 +0000
4 Commit: Mike Frysinger <vapier <AT> gentoo <DOT> org>
5 CommitDate: Sat Dec 24 09:07:24 2016 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=7031b64b
7
8 dev-util/strace: mark 4.13 arm64/ia64/m68k/ppc/s390/sh/sparc stable #596200
9
10 dev-util/strace/strace-4.13.ebuild | 2 +-
11 1 file changed, 1 insertion(+), 1 deletion(-)
12
13 diff --git a/dev-util/strace/strace-4.13.ebuild b/dev-util/strace/strace-4.13.ebuild
14 index 2dc4675..b0c7288 100644
15 --- a/dev-util/strace/strace-4.13.ebuild
16 +++ b/dev-util/strace/strace-4.13.ebuild
17 @@ -11,7 +11,7 @@ if [[ ${PV} == "9999" ]] ; then
18 inherit git-2 autotools
19 else
20 SRC_URI="mirror://sourceforge/${PN}/${P}.tar.xz"
21 - KEYWORDS="alpha amd64 arm ~arm64 hppa ~ia64 ~m68k ~mips ~ppc ppc64 ~s390 ~sh ~sparc x86 ~amd64-linux ~arm-linux ~ia64-linux ~x86-linux"
22 + KEYWORDS="alpha amd64 arm arm64 hppa ia64 m68k ~mips ppc ppc64 s390 sh sparc x86 ~amd64-linux ~arm-linux ~ia64-linux ~x86-linux"
23 fi
24
25 DESCRIPTION="A useful diagnostic, instructional, and debugging tool"