diff options
author | Alexandre Rostovtsev <tetromino@gentoo.org> | 2014-06-19 03:20:34 +0000 |
---|---|---|
committer | Alexandre Rostovtsev <tetromino@gentoo.org> | 2014-06-19 03:20:34 +0000 |
commit | 78198cb6eb4e4803906526bf48db0308be0c1bd0 (patch) | |
tree | b5b1f250e0dfa621c4229efd8cbed0555e83cb6f /net-misc/curl | |
parent | Update emul-linux-x86-baselibs blocker revision. (diff) | |
download | gentoo-2-78198cb6eb4e4803906526bf48db0308be0c1bd0.tar.gz gentoo-2-78198cb6eb4e4803906526bf48db0308be0c1bd0.tar.bz2 gentoo-2-78198cb6eb4e4803906526bf48db0308be0c1bd0.zip |
Update emul-linux-x86-baselibs blocker revision.
(Portage version: 2.2.10/cvs/Linux x86_64, signed Manifest commit with key CF0ADD61)
Diffstat (limited to 'net-misc/curl')
-rw-r--r-- | net-misc/curl/ChangeLog | 6 | ||||
-rw-r--r-- | net-misc/curl/curl-7.37.0-r1.ebuild | 4 |
2 files changed, 7 insertions, 3 deletions
diff --git a/net-misc/curl/ChangeLog b/net-misc/curl/ChangeLog index 1aaccfdfd2e1..292692fa0037 100644 --- a/net-misc/curl/ChangeLog +++ b/net-misc/curl/ChangeLog @@ -1,6 +1,10 @@ # ChangeLog for net-misc/curl # Copyright 1999-2014 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/net-misc/curl/ChangeLog,v 1.365 2014/06/18 20:42:17 mgorny Exp $ +# $Header: /var/cvsroot/gentoo-x86/net-misc/curl/ChangeLog,v 1.366 2014/06/19 03:20:34 tetromino Exp $ + + 19 Jun 2014; Alexandre Rostovtsev <tetromino@gentoo.org> + curl-7.37.0-r1.ebuild: + Update emul-linux-x86-baselibs blocker revision. 18 Jun 2014; Michał Górny <mgorny@gentoo.org> curl-7.37.0-r1.ebuild: Update dependencies to require guaranteed EAPI=5 or multilib ebuilds, bug diff --git a/net-misc/curl/curl-7.37.0-r1.ebuild b/net-misc/curl/curl-7.37.0-r1.ebuild index e5f68f0ee22e..5a1c1a3955ac 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.3 2014/06/18 20:42:17 mgorny Exp $ +# $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 $ 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-r10 + !<=app-emulation/emul-linux-x86-baselibs-20131008-r13 !app-emulation/emul-linux-x86-baselibs[-abi_x86_32(-)] )" |