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: Sun, 18 Jun 2017 20:56:19
Message-Id: 1497819355.9013d1a89f6018dfca3c36a9f3d0128c7249f3c5.slyfox@gentoo
1 commit: 9013d1a89f6018dfca3c36a9f3d0128c7249f3c5
2 Author: Sergei Trofimovich <slyfox <AT> gentoo <DOT> org>
3 AuthorDate: Sun Jun 18 20:44:40 2017 +0000
4 Commit: Sergei Trofimovich <slyfox <AT> gentoo <DOT> org>
5 CommitDate: Sun Jun 18 20:55:55 2017 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=9013d1a8
7
8 dev-libs/atf: ia64 keyworded, bug #617758
9
10 Package-Manager: Portage-2.3.6, Repoman-2.3.2
11
12 dev-libs/atf/atf-0.21.ebuild | 2 +-
13 1 file changed, 1 insertion(+), 1 deletion(-)
14
15 diff --git a/dev-libs/atf/atf-0.21.ebuild b/dev-libs/atf/atf-0.21.ebuild
16 index 36ac5488ec6..5671adc4371 100644
17 --- a/dev-libs/atf/atf-0.21.ebuild
18 +++ b/dev-libs/atf/atf-0.21.ebuild
19 @@ -11,7 +11,7 @@ SRC_URI="https://github.com/jmmv/atf/releases/download/${P}/${P}.tar.gz"
20
21 LICENSE="BSD BSD-2"
22 SLOT="0"
23 -KEYWORDS="~alpha ~amd64 ~arm ~arm64 ~hppa ~x86"
24 +KEYWORDS="~alpha ~amd64 ~arm ~arm64 ~hppa ~ia64 ~x86"
25 IUSE=""
26
27 DEPEND="virtual/pkgconfig"