Gentoo Archives: gentoo-commits

From: Matt Thode <prometheanfire@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] repo/gentoo:master commit in: dev-libs/leatherman/
Date: Tue, 03 Jan 2017 17:03:31
Message-Id: 1483462956.a0edc5a13ba37e02600d134af35a5f9796abb13a.prometheanfire@gentoo
1 commit: a0edc5a13ba37e02600d134af35a5f9796abb13a
2 Author: Matthew Thode <prometheanfire <AT> gentoo <DOT> org>
3 AuthorDate: Tue Jan 3 16:54:47 2017 +0000
4 Commit: Matt Thode <prometheanfire <AT> gentoo <DOT> org>
5 CommitDate: Tue Jan 3 17:02:36 2017 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=a0edc5a1
7
8 dev-libs/leatherman: adding missing keyword for sparc
9
10 Package-Manager: portage-2.3.0
11
12 dev-libs/leatherman/leatherman-0.10.1.ebuild | 2 +-
13 1 file changed, 1 insertion(+), 1 deletion(-)
14
15 diff --git a/dev-libs/leatherman/leatherman-0.10.1.ebuild b/dev-libs/leatherman/leatherman-0.10.1.ebuild
16 index 61ae810..6f53fa2 100644
17 --- a/dev-libs/leatherman/leatherman-0.10.1.ebuild
18 +++ b/dev-libs/leatherman/leatherman-0.10.1.ebuild
19 @@ -14,7 +14,7 @@ SRC_URI="https://github.com/puppetlabs/${PN}/archive/${PV}.tar.gz -> ${P}.tar.gz
20 LICENSE="Apache-2.0"
21 SLOT="0"
22 IUSE="debug test"
23 -KEYWORDS="amd64 ~hppa ~ppc ~ppc64 x86"
24 +KEYWORDS="amd64 ~hppa ~ppc ~ppc64 ~sparc x86"
25
26 RDEPEND="net-misc/curl"
27 DEPEND=">=dev-libs/boost-1.54[nls]