diff options
author | Ian Stakenvicius <axs@gentoo.org> | 2014-07-04 18:03:18 +0000 |
---|---|---|
committer | Ian Stakenvicius <axs@gentoo.org> | 2014-07-04 18:03:18 +0000 |
commit | 8c2ce5ea1f8ef80cd839af67ffe17cca30ae7e03 (patch) | |
tree | 3569b3a6b695d615c77cb1683b8f8d04f966b6a0 /net-misc/curl/curl-7.37.0-r1.ebuild | |
parent | Pass --enable-dependency-tracking as a workaround for bug 516346. (diff) | |
download | historical-8c2ce5ea1f8ef80cd839af67ffe17cca30ae7e03.tar.gz historical-8c2ce5ea1f8ef80cd839af67ffe17cca30ae7e03.tar.bz2 historical-8c2ce5ea1f8ef80cd839af67ffe17cca30ae7e03.zip |
adjusted exclusion dep on emul-linux-x86-baselibs as it was way too old
Package-Manager: portage-2.2.8-r1/cvs/Linux x86_64
Manifest-Sign-Key: 0x2B6559ED
Diffstat (limited to 'net-misc/curl/curl-7.37.0-r1.ebuild')
-rw-r--r-- | net-misc/curl/curl-7.37.0-r1.ebuild | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/net-misc/curl/curl-7.37.0-r1.ebuild b/net-misc/curl/curl-7.37.0-r1.ebuild index 5a1c1a3955ac..de246f9b50b4 100644 --- a/net-misc/curl/curl-7.37.0-r1.ebuild +++ b/net-misc/curl/curl-7.37.0-r1.ebuild @@ -1,6 +1,6 @@ # Copyright 1999-2014 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/net-misc/curl/curl-7.37.0-r1.ebuild,v 1.4 2014/06/19 03:20:34 tetromino Exp $ +# $Header: /var/cvsroot/gentoo-x86/net-misc/curl/curl-7.37.0-r1.ebuild,v 1.5 2014/07/04 18:03:11 axs Exp $ EAPI="5" @@ -63,7 +63,7 @@ RDEPEND="ldap? ( >=net-nds/openldap-2.4.38-r1[${MULTILIB_USEDEP}] ) ssh? ( >=net-libs/libssh2-1.4.3[static-libs?,${MULTILIB_USEDEP}] ) >=sys-libs/zlib-1.2.8-r1[${MULTILIB_USEDEP}] abi_x86_32? ( - !<=app-emulation/emul-linux-x86-baselibs-20131008-r13 + !<=app-emulation/emul-linux-x86-baselibs-20140508-r13 !app-emulation/emul-linux-x86-baselibs[-abi_x86_32(-)] )" |