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-libs/npth/
Date: Sat, 10 Oct 2015 17:33:43
Message-Id: 1444498246.80f8e86f995f844ea485a1ab9db737f7acbee77a.zlogene@gentoo
1 commit: 80f8e86f995f844ea485a1ab9db737f7acbee77a
2 Author: Mikle Kolyada <zlogene <AT> gentoo <DOT> org>
3 AuthorDate: Sat Oct 10 17:28:28 2015 +0000
4 Commit: Mikle Kolyada <zlogene <AT> gentoo <DOT> org>
5 CommitDate: Sat Oct 10 17:30:46 2015 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=80f8e86f
7
8 dev-libs/npth: Add ~sparc keywords wrt bug #546478
9
10 Package-Manager: portage-2.2.20.1
11
12 dev-libs/npth/npth-1.1.ebuild | 2 +-
13 dev-libs/npth/npth-1.2.ebuild | 2 +-
14 2 files changed, 2 insertions(+), 2 deletions(-)
15
16 diff --git a/dev-libs/npth/npth-1.1.ebuild b/dev-libs/npth/npth-1.1.ebuild
17 index 9927902..eaef935 100644
18 --- a/dev-libs/npth/npth-1.1.ebuild
19 +++ b/dev-libs/npth/npth-1.1.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 hppa ~mips ppc ppc64 ~x86"
25 +KEYWORDS="alpha amd64 arm hppa ~mips ppc ppc64 ~sparc ~x86"
26 IUSE="static-libs"
27
28 diff --git a/dev-libs/npth/npth-1.2.ebuild b/dev-libs/npth/npth-1.2.ebuild
29 index 7972b9f..d925771 100644
30 --- a/dev-libs/npth/npth-1.2.ebuild
31 +++ b/dev-libs/npth/npth-1.2.ebuild
32 @@ -11,5 +11,5 @@ SRC_URI="mirror://gnupg/${PN}/${P}.tar.bz2"
33
34 LICENSE="GPL-3"
35 SLOT="0"
36 -KEYWORDS="~alpha ~amd64 ~arm ~hppa ~mips ~ppc ~ppc64 ~x86"
37 +KEYWORDS="~alpha ~amd64 ~arm ~hppa ~mips ~ppc ~ppc64 ~sparc ~x86"
38 IUSE="static-libs"