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:14:26
Message-Id: 1518801252.c269407b305b44d14301667b1023bd19ffefe112.prometheanfire@gentoo
1 commit: c269407b305b44d14301667b1023bd19ffefe112
2 Author: Matthew Thode <prometheanfire <AT> gentoo <DOT> org>
3 AuthorDate: Fri Feb 16 17:13:53 2018 +0000
4 Commit: Matt Thode <prometheanfire <AT> gentoo <DOT> org>
5 CommitDate: Fri Feb 16 17:14:12 2018 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=c269407b
7
8 dev-libs/leatherman: making leatherman have a slot and be rebuild for boost subslot changes
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, 2 insertions(+), 1 deletion(-)
14
15 diff --git a/dev-libs/leatherman/leatherman-1.4.0.ebuild b/dev-libs/leatherman/leatherman-1.4.0.ebuild
16 index dd10169b174..cf3644a62dc 100644
17 --- a/dev-libs/leatherman/leatherman-1.4.0.ebuild
18 +++ b/dev-libs/leatherman/leatherman-1.4.0.ebuild
19 @@ -13,9 +13,10 @@ LICENSE="Apache-2.0"
20 SLOT="0"
21 IUSE="debug static-libs test"
22 KEYWORDS="~amd64 ~arm ~hppa ~ppc ~ppc64 ~sparc ~x86"
23 +SLOT="1.4"
24
25 RDEPEND="net-misc/curl"
26 -DEPEND=">=dev-libs/boost-1.54[nls]
27 +DEPEND=">=dev-libs/boost-1.54:=[nls]
28 net-misc/curl
29 >=sys-devel/gcc-4.8:*"