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-libs/atf/
Date: Wed, 09 Aug 2017 21:05:13
Message-Id: 1502312647.551eaec04a717665e81de19347a3e2131f4fb325.slyfox@gentoo
1 commit: 551eaec04a717665e81de19347a3e2131f4fb325
2 Author: Sergei Trofimovich <slyfox <AT> gentoo <DOT> org>
3 AuthorDate: Wed Aug 9 21:04:07 2017 +0000
4 Commit: Sergei Trofimovich <slyfox <AT> gentoo <DOT> org>
5 CommitDate: Wed Aug 9 21:04:07 2017 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=551eaec0
7
8 dev-libs/atf: keyworded 0.21 for ppc/ppc64, bug #617758
9
10 Package-Manager: Portage-2.3.6, Repoman-2.3.3
11 RepoMan-Options: --include-arches="ppc ppc64"
12
13 dev-libs/atf/atf-0.21.ebuild | 2 +-
14 1 file changed, 1 insertion(+), 1 deletion(-)
15
16 diff --git a/dev-libs/atf/atf-0.21.ebuild b/dev-libs/atf/atf-0.21.ebuild
17 index c928df01f03..b9de9363951 100644
18 --- a/dev-libs/atf/atf-0.21.ebuild
19 +++ b/dev-libs/atf/atf-0.21.ebuild
20 @@ -11,7 +11,7 @@ SRC_URI="https://github.com/jmmv/atf/releases/download/${P}/${P}.tar.gz"
21
22 LICENSE="BSD BSD-2"
23 SLOT="0"
24 -KEYWORDS="~alpha ~amd64 ~arm ~arm64 ~hppa ia64 ~x86"
25 +KEYWORDS="~alpha ~amd64 ~arm ~arm64 ~hppa ia64 ~ppc ~ppc64 ~x86"
26 IUSE=""
27
28 DEPEND="virtual/pkgconfig"