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:17
Message-Id: 1483462953.49787514c53344d764b275ba149a6f367997ef20.prometheanfire@gentoo
1 commit: 49787514c53344d764b275ba149a6f367997ef20
2 Author: Matthew Thode <prometheanfire <AT> gentoo <DOT> org>
3 AuthorDate: Tue Jan 3 16:50:32 2017 +0000
4 Commit: Matt Thode <prometheanfire <AT> gentoo <DOT> org>
5 CommitDate: Tue Jan 3 17:02:33 2017 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=49787514
7
8 dev-libs/leatherman: 0.10.1 stable amd64 and x86
9
10 Package-Manager: portage-2.3.0
11
12 dev-libs/leatherman/leatherman-0.10.1.ebuild | 5 ++---
13 1 file changed, 2 insertions(+), 3 deletions(-)
14
15 diff --git a/dev-libs/leatherman/leatherman-0.10.1.ebuild b/dev-libs/leatherman/leatherman-0.10.1.ebuild
16 index 4c4949c..61ae810 100644
17 --- a/dev-libs/leatherman/leatherman-0.10.1.ebuild
18 +++ b/dev-libs/leatherman/leatherman-0.10.1.ebuild
19 @@ -1,4 +1,4 @@
20 -# Copyright 1999-2016 Gentoo Foundation
21 +# Copyright 1999-2017 Gentoo Foundation
22 # Distributed under the terms of the GNU General Public License v2
23 # $Id$
24
25 @@ -9,13 +9,12 @@ inherit cmake-utils multilib
26
27 DESCRIPTION="A C++ toolkit"
28 HOMEPAGE="https://github.com/puppetlabs/leatherman"
29 -SRC_URI="https://downloads.puppetlabs.com/facter/${P}.tar.gz"
30 SRC_URI="https://github.com/puppetlabs/${PN}/archive/${PV}.tar.gz -> ${P}.tar.gz"
31
32 LICENSE="Apache-2.0"
33 SLOT="0"
34 IUSE="debug test"
35 -KEYWORDS="~amd64 ~hppa ~ppc ~ppc64 ~x86"
36 +KEYWORDS="amd64 ~hppa ~ppc ~ppc64 x86"
37
38 RDEPEND="net-misc/curl"
39 DEPEND=">=dev-libs/boost-1.54[nls]