summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorDaniel Black <dragonheart@gentoo.org>2010-07-18 09:35:29 +0000
committerDaniel Black <dragonheart@gentoo.org>2010-07-18 09:35:29 +0000
commit0eb39b8466dd43be133f01ab5e0608bb805b0786 (patch)
treec20b8b7601eb7451ed28978dbd5d5b4691af3b28 /net-misc
parentclean out old stuff (diff)
downloadgentoo-2-0eb39b8466dd43be133f01ab5e0608bb805b0786.tar.gz
gentoo-2-0eb39b8466dd43be133f01ab5e0608bb805b0786.tar.bz2
gentoo-2-0eb39b8466dd43be133f01ab5e0608bb805b0786.zip
prevent autodependency as per bug #326549. Thanks to Zeev for the bug report
(Portage version: 2.2_rc67/cvs/Linux x86_64)
Diffstat (limited to 'net-misc')
-rw-r--r--net-misc/curl/ChangeLog6
-rw-r--r--net-misc/curl/curl-7.21.0.ebuild4
2 files changed, 8 insertions, 2 deletions
diff --git a/net-misc/curl/ChangeLog b/net-misc/curl/ChangeLog
index 3572a85e2650..ccccfa63a4e9 100644
--- a/net-misc/curl/ChangeLog
+++ b/net-misc/curl/ChangeLog
@@ -1,6 +1,10 @@
# ChangeLog for net-misc/curl
# Copyright 1999-2010 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/net-misc/curl/ChangeLog,v 1.166 2010/07/18 04:42:35 dragonheart Exp $
+# $Header: /var/cvsroot/gentoo-x86/net-misc/curl/ChangeLog,v 1.167 2010/07/18 09:35:29 dragonheart Exp $
+
+ 18 Jul 2010; Daniel Black <dragonheart@gentoo.org> curl-7.21.0.ebuild:
+ prevent autodependency as per bug #326549. Thanks to Zeev for the bug
+ report
18 Jul 2010; Daniel Black <dragonheart@gentoo.org> curl-7.20.0-r2.ebuild,
curl-7.20.1.ebuild, curl-7.21.0.ebuild:
diff --git a/net-misc/curl/curl-7.21.0.ebuild b/net-misc/curl/curl-7.21.0.ebuild
index 971b4883b48b..fb0aaa94630e 100644
--- a/net-misc/curl/curl-7.21.0.ebuild
+++ b/net-misc/curl/curl-7.21.0.ebuild
@@ -1,6 +1,6 @@
# Copyright 1999-2010 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/net-misc/curl/curl-7.21.0.ebuild,v 1.5 2010/07/18 04:42:35 dragonheart Exp $
+# $Header: /var/cvsroot/gentoo-x86/net-misc/curl/curl-7.21.0.ebuild,v 1.6 2010/07/18 09:35:29 dragonheart Exp $
# NOTE: If you bump this ebuild, make sure you bump dev-python/pycurl!
@@ -30,6 +30,7 @@ RDEPEND="ldap? ( net-nds/openldap )
kerberos? ( virtual/krb5 )
libssh2? ( >=net-libs/libssh2-0.16 )"
+# rtmpdump ( media-video/rtmpdump ) / --with-librtmp
# fbopenssl (not in gentoo) --with-spnego
# krb4 http://web.mit.edu/kerberos/www/krb4-end-of-life.html
@@ -86,6 +87,7 @@ src_configure() {
--enable-maintainer-mode
--disable-sspi
--without-krb4
+ --without-librtmp
--without-spnego"
if use ssl ; then