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: Fri, 16 Feb 2018 17:44:05
Message-Id: 1518803032.8fb5fe15131578d8ff4432cdeb9be3ab19ea7917.prometheanfire@gentoo
1 commit: 8fb5fe15131578d8ff4432cdeb9be3ab19ea7917
2 Author: Matthew Thode <prometheanfire <AT> gentoo <DOT> org>
3 AuthorDate: Fri Feb 16 17:43:36 2018 +0000
4 Commit: Matt Thode <prometheanfire <AT> gentoo <DOT> org>
5 CommitDate: Fri Feb 16 17:43:52 2018 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=8fb5fe15
7
8 dev-libs/leatherman: fix the subslot to be under 0
9
10 Package-Manager: Portage-2.3.19, Repoman-2.3.6
11
12 dev-libs/leatherman/leatherman-1.4.0.ebuild | 3 +--
13 1 file changed, 1 insertion(+), 2 deletions(-)
14
15 diff --git a/dev-libs/leatherman/leatherman-1.4.0.ebuild b/dev-libs/leatherman/leatherman-1.4.0.ebuild
16 index cf3644a62dc..1bbc1551d01 100644
17 --- a/dev-libs/leatherman/leatherman-1.4.0.ebuild
18 +++ b/dev-libs/leatherman/leatherman-1.4.0.ebuild
19 @@ -10,10 +10,9 @@ HOMEPAGE="https://github.com/puppetlabs/leatherman"
20 SRC_URI="https://github.com/puppetlabs/${PN}/archive/${PV}.tar.gz -> ${P}.tar.gz"
21
22 LICENSE="Apache-2.0"
23 -SLOT="0"
24 IUSE="debug static-libs test"
25 KEYWORDS="~amd64 ~arm ~hppa ~ppc ~ppc64 ~sparc ~x86"
26 -SLOT="1.4"
27 +SLOT="0/1.4"
28
29 RDEPEND="net-misc/curl"
30 DEPEND=">=dev-libs/boost-1.54:=[nls]