diff options
author | Matthew Thode <prometheanfire@gentoo.org> | 2016-07-31 12:41:56 -0500 |
---|---|---|
committer | Matthew Thode <prometheanfire@gentoo.org> | 2016-07-31 12:41:56 -0500 |
commit | 84c9b38cc402612de6fe66b02b289cd47c8f8ee5 (patch) | |
tree | cbfc363f5f5e2b9a270fc97d8101a62a98085fee /dev-libs | |
parent | app-backup/duply: Version Bump (diff) | |
download | gentoo-84c9b38cc402612de6fe66b02b289cd47c8f8ee5.tar.gz gentoo-84c9b38cc402612de6fe66b02b289cd47c8f8ee5.tar.bz2 gentoo-84c9b38cc402612de6fe66b02b289cd47c8f8ee5.zip |
dev-libs/leatherman: capping curl based off bug 590020
Package-Manager: portage-2.2.28
Diffstat (limited to 'dev-libs')
-rw-r--r-- | dev-libs/leatherman/leatherman-0.7.5-r2.ebuild (renamed from dev-libs/leatherman/leatherman-0.7.5-r1.ebuild) | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/dev-libs/leatherman/leatherman-0.7.5-r1.ebuild b/dev-libs/leatherman/leatherman-0.7.5-r2.ebuild index e64fca8f06b2..f5e036d7f91f 100644 --- a/dev-libs/leatherman/leatherman-0.7.5-r1.ebuild +++ b/dev-libs/leatherman/leatherman-0.7.5-r2.ebuild @@ -21,7 +21,7 @@ KEYWORDS="~amd64 ~hppa ~ppc ~ppc64 ~x86" CDEPEND=" >=sys-devel/gcc-4.8:* >=dev-libs/boost-1.54[nls] - net-misc/curl" + <net-misc/curl-7.50.0" RDEPEND+=" ${CDEPEND}" DEPEND+=" test? ( ${CDEPEND} )" |