Gentoo Archives: gentoo-commits

From: Jeroen Roovers <jer@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] repo/gentoo:master commit in: dev-libs/npth/
Date: Thu, 29 Sep 2016 04:06:27
Message-Id: 1475121953.8aedbfa332b69d7575ef53fa246645263083ecb9.jer@gentoo
1 commit: 8aedbfa332b69d7575ef53fa246645263083ecb9
2 Author: Jeroen Roovers <jer <AT> gentoo <DOT> org>
3 AuthorDate: Thu Sep 29 04:05:53 2016 +0000
4 Commit: Jeroen Roovers <jer <AT> gentoo <DOT> org>
5 CommitDate: Thu Sep 29 04:05:53 2016 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=8aedbfa3
7
8 dev-libs/npth: Stable for HPPA PPC64 (bug #590654).
9
10 Package-Manager: portage-2.3.1
11 RepoMan-Options: --ignore-arches
12
13 dev-libs/npth/npth-1.2.ebuild | 2 +-
14 1 file changed, 1 insertion(+), 1 deletion(-)
15
16 diff --git a/dev-libs/npth/npth-1.2.ebuild b/dev-libs/npth/npth-1.2.ebuild
17 index 2d1eb56..8095aa7 100644
18 --- a/dev-libs/npth/npth-1.2.ebuild
19 +++ b/dev-libs/npth/npth-1.2.ebuild
20 @@ -11,5 +11,5 @@ SRC_URI="mirror://gnupg/${PN}/${P}.tar.bz2"
21
22 LICENSE="GPL-3"
23 SLOT="0"
24 -KEYWORDS="alpha amd64 arm ~arm64 ~hppa ~ia64 ~m68k ~mips ~ppc ~ppc64 ~s390 ~sh ~sparc ~x86"
25 +KEYWORDS="alpha amd64 arm ~arm64 hppa ~ia64 ~m68k ~mips ~ppc ppc64 ~s390 ~sh ~sparc ~x86"
26 IUSE="static-libs"