Gentoo Archives: gentoo-commits

From: Mikle Kolyada <zlogene@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] repo/gentoo:master commit in: dev-util/strace/
Date: Thu, 04 Jan 2018 17:11:24
Message-Id: 1515085875.0d247e6184513e832e83f3327aad8acbe758e1fd.zlogene@gentoo
1 commit: 0d247e6184513e832e83f3327aad8acbe758e1fd
2 Author: Mikle Kolyada <zlogene <AT> gentoo <DOT> org>
3 AuthorDate: Thu Jan 4 17:11:15 2018 +0000
4 Commit: Mikle Kolyada <zlogene <AT> gentoo <DOT> org>
5 CommitDate: Thu Jan 4 17:11:15 2018 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=0d247e61
7
8 dev-util/strace: amd64 stable wrt bug #643014
9
10 Package-Manager: Portage-2.3.13, Repoman-2.3.3
11
12 dev-util/strace/strace-4.20.ebuild | 2 +-
13 1 file changed, 1 insertion(+), 1 deletion(-)
14
15 diff --git a/dev-util/strace/strace-4.20.ebuild b/dev-util/strace/strace-4.20.ebuild
16 index fa35bedc713..8c125dbd1ca 100644
17 --- a/dev-util/strace/strace-4.20.ebuild
18 +++ b/dev-util/strace/strace-4.20.ebuild
19 @@ -11,7 +11,7 @@ if [[ ${PV} == "9999" ]] ; then
20 inherit git-r3 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"