diff options
author | 2018-02-16 11:13:53 -0600 | |
---|---|---|
committer | 2018-02-16 11:14:12 -0600 | |
commit | c269407b305b44d14301667b1023bd19ffefe112 (patch) | |
tree | 19225e307a3d2d6169941bd4465d9ed961aef76e /dev-libs | |
parent | dev-ruby/facter: add slot deps for rebuilds (diff) | |
download | gentoo-c269407b305b44d14301667b1023bd19ffefe112.tar.gz gentoo-c269407b305b44d14301667b1023bd19ffefe112.tar.bz2 gentoo-c269407b305b44d14301667b1023bd19ffefe112.zip |
dev-libs/leatherman: making leatherman have a slot and be rebuild for boost subslot changes
Package-Manager: Portage-2.3.19, Repoman-2.3.6
Diffstat (limited to 'dev-libs')
-rw-r--r-- | dev-libs/leatherman/leatherman-1.4.0.ebuild | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/dev-libs/leatherman/leatherman-1.4.0.ebuild b/dev-libs/leatherman/leatherman-1.4.0.ebuild index dd10169b1741..cf3644a62dcc 100644 --- a/dev-libs/leatherman/leatherman-1.4.0.ebuild +++ b/dev-libs/leatherman/leatherman-1.4.0.ebuild @@ -13,9 +13,10 @@ LICENSE="Apache-2.0" SLOT="0" IUSE="debug static-libs test" KEYWORDS="~amd64 ~arm ~hppa ~ppc ~ppc64 ~sparc ~x86" +SLOT="1.4" RDEPEND="net-misc/curl" -DEPEND=">=dev-libs/boost-1.54[nls] +DEPEND=">=dev-libs/boost-1.54:=[nls] net-misc/curl >=sys-devel/gcc-4.8:*" |