diff options
author | Matthew Thode <prometheanfire@gentoo.org> | 2018-02-16 11:43:36 -0600 |
---|---|---|
committer | Matthew Thode <prometheanfire@gentoo.org> | 2018-02-16 11:43:52 -0600 |
commit | 8fb5fe15131578d8ff4432cdeb9be3ab19ea7917 (patch) | |
tree | ea93fd9b3bc23ea669bf315c7922b4c76c1e250f /dev-libs/leatherman | |
parent | app-crypt/gpgme: add elibtoolize (diff) | |
download | gentoo-8fb5fe15131578d8ff4432cdeb9be3ab19ea7917.tar.gz gentoo-8fb5fe15131578d8ff4432cdeb9be3ab19ea7917.tar.bz2 gentoo-8fb5fe15131578d8ff4432cdeb9be3ab19ea7917.zip |
dev-libs/leatherman: fix the subslot to be under 0
Package-Manager: Portage-2.3.19, Repoman-2.3.6
Diffstat (limited to 'dev-libs/leatherman')
-rw-r--r-- | dev-libs/leatherman/leatherman-1.4.0.ebuild | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/dev-libs/leatherman/leatherman-1.4.0.ebuild b/dev-libs/leatherman/leatherman-1.4.0.ebuild index cf3644a62dcc..1bbc1551d010 100644 --- a/dev-libs/leatherman/leatherman-1.4.0.ebuild +++ b/dev-libs/leatherman/leatherman-1.4.0.ebuild @@ -10,10 +10,9 @@ HOMEPAGE="https://github.com/puppetlabs/leatherman" SRC_URI="https://github.com/puppetlabs/${PN}/archive/${PV}.tar.gz -> ${P}.tar.gz" LICENSE="Apache-2.0" -SLOT="0" IUSE="debug static-libs test" KEYWORDS="~amd64 ~arm ~hppa ~ppc ~ppc64 ~sparc ~x86" -SLOT="1.4" +SLOT="0/1.4" RDEPEND="net-misc/curl" DEPEND=">=dev-libs/boost-1.54:=[nls] |