Gentoo Archives: gentoo-commits

From: Sergei Trofimovich <slyfox@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] repo/gentoo:master commit in: dev-util/strace/
Date: Sun, 04 Jun 2017 11:02:49
Message-Id: 1496574159.649dba46cf003cb3c3eb2f22bb8a5a4dd63eeff2.slyfox@gentoo
1 commit: 649dba46cf003cb3c3eb2f22bb8a5a4dd63eeff2
2 Author: Sergei Trofimovich <slyfox <AT> gentoo <DOT> org>
3 AuthorDate: Sun Jun 4 10:49:50 2017 +0000
4 Commit: Sergei Trofimovich <slyfox <AT> gentoo <DOT> org>
5 CommitDate: Sun Jun 4 11:02:39 2017 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=649dba46
7
8 dev-util/strace: ia64 stable, bug #620086
9
10 Package-Manager: Portage-2.3.6, Repoman-2.3.2
11
12 dev-util/strace/strace-4.16.ebuild | 2 +-
13 1 file changed, 1 insertion(+), 1 deletion(-)
14
15 diff --git a/dev-util/strace/strace-4.16.ebuild b/dev-util/strace/strace-4.16.ebuild
16 index daf5b0da69d..504eb9acbda 100644
17 --- a/dev-util/strace/strace-4.16.ebuild
18 +++ b/dev-util/strace/strace-4.16.ebuild
19 @@ -11,7 +11,7 @@ if [[ ${PV} == "9999" ]] ; then
20 inherit git-2 autotools
21 else
22 SRC_URI="mirror://sourceforge/${PN}/${P}.tar.xz"
23 - KEYWORDS="~alpha amd64 ~arm ~arm64 ~hppa ~ia64 ~m68k ~mips ~ppc ~ppc64 ~s390 ~sh ~sparc x86 ~amd64-linux ~arm-linux ~x86-linux"
24 + KEYWORDS="~alpha amd64 ~arm ~arm64 ~hppa ia64 ~m68k ~mips ~ppc ~ppc64 ~s390 ~sh ~sparc x86 ~amd64-linux ~arm-linux ~x86-linux"
25 fi
26
27 DESCRIPTION="A useful diagnostic, instructional, and debugging tool"