summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorIan Stakenvicius <axs@gentoo.org>2014-07-04 18:03:11 +0000
committerIan Stakenvicius <axs@gentoo.org>2014-07-04 18:03:11 +0000
commit9a41a4ec45925c8a89b4fc63ddcfb0bf6f8db863 (patch)
treeb5df2abc0a65e94e085b704ecb7de38d85baa767
parentPass --enable-dependency-tracking as a workaround for bug 516346. (diff)
downloadgentoo-2-9a41a4ec45925c8a89b4fc63ddcfb0bf6f8db863.tar.gz
gentoo-2-9a41a4ec45925c8a89b4fc63ddcfb0bf6f8db863.tar.bz2
gentoo-2-9a41a4ec45925c8a89b4fc63ddcfb0bf6f8db863.zip
adjusted exclusion dep on emul-linux-x86-baselibs as it was way too old
(Portage version: 2.2.8-r1/cvs/Linux x86_64, signed Manifest commit with key 2B6559ED)
-rw-r--r--net-misc/curl/ChangeLog5
-rw-r--r--net-misc/curl/curl-7.37.0-r1.ebuild4
2 files changed, 6 insertions, 3 deletions
diff --git a/net-misc/curl/ChangeLog b/net-misc/curl/ChangeLog
index 292692fa0037..8cc6a5332872 100644
--- a/net-misc/curl/ChangeLog
+++ b/net-misc/curl/ChangeLog
@@ -1,6 +1,9 @@
# 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.366 2014/06/19 03:20:34 tetromino Exp $
+# $Header: /var/cvsroot/gentoo-x86/net-misc/curl/ChangeLog,v 1.367 2014/07/04 18:03:11 axs Exp $
+
+ 04 Jul 2014; Ian Stakenvicius (_AxS_) <axs@gentoo.org> curl-7.37.0-r1.ebuild:
+ adjusted exclusion dep on emul-linux-x86-baselibs as it was way too old
19 Jun 2014; Alexandre Rostovtsev <tetromino@gentoo.org>
curl-7.37.0-r1.ebuild:
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(-)]
)"