summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMatthew Thode <prometheanfire@gentoo.org>2018-02-16 11:43:36 -0600
committerMatthew Thode <prometheanfire@gentoo.org>2018-02-16 11:43:52 -0600
commit8fb5fe15131578d8ff4432cdeb9be3ab19ea7917 (patch)
treeea93fd9b3bc23ea669bf315c7922b4c76c1e250f /dev-libs/leatherman
parentapp-crypt/gpgme: add elibtoolize (diff)
downloadgentoo-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.ebuild3
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]