summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMike Frysinger <vapier@gentoo.org>2013-01-28 20:06:23 +0000
committerMike Frysinger <vapier@gentoo.org>2013-01-28 20:06:23 +0000
commitf1fae221ae1810e8f0d81173f2954093b634e4f9 (patch)
treea53b11d9c0a47482a0ff036cd76b3dd77ef4a1da /net-misc/wget
parentUse slot 0 for openssl as pointed out by Zac Medico. (diff)
downloadgentoo-2-f1fae221ae1810e8f0d81173f2954093b634e4f9.tar.gz
gentoo-2-f1fae221ae1810e8f0d81173f2954093b634e4f9.tar.bz2
gentoo-2-f1fae221ae1810e8f0d81173f2954093b634e4f9.zip
Use slot 0 for openssl as pointed out by Zac Medico.
(Portage version: 2.2.0_alpha161/cvs/Linux x86_64, signed Manifest commit with key FB7C4156)
Diffstat (limited to 'net-misc/wget')
-rw-r--r--net-misc/wget/ChangeLog8
-rw-r--r--net-misc/wget/wget-1.13.4-r1.ebuild6
-rw-r--r--net-misc/wget/wget-1.14.ebuild6
3 files changed, 12 insertions, 8 deletions
diff --git a/net-misc/wget/ChangeLog b/net-misc/wget/ChangeLog
index 63b2d099b17c..5f3990c078bb 100644
--- a/net-misc/wget/ChangeLog
+++ b/net-misc/wget/ChangeLog
@@ -1,6 +1,10 @@
# ChangeLog for net-misc/wget
-# Copyright 1999-2012 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/net-misc/wget/ChangeLog,v 1.172 2012/12/16 17:48:53 armin76 Exp $
+# Copyright 1999-2013 Gentoo Foundation; Distributed under the GPL v2
+# $Header: /var/cvsroot/gentoo-x86/net-misc/wget/ChangeLog,v 1.173 2013/01/28 20:06:23 vapier Exp $
+
+ 28 Jan 2013; Mike Frysinger <vapier@gentoo.org> wget-1.13.4-r1.ebuild,
+ wget-1.14.ebuild:
+ Use slot 0 for openssl as pointed out by Zac Medico.
16 Dec 2012; Raúl Porcel <armin76@gentoo.org> wget-1.14.ebuild:
alpha/ia64/m68k/s390/sh/sparc stable wrt #438858
diff --git a/net-misc/wget/wget-1.13.4-r1.ebuild b/net-misc/wget/wget-1.13.4-r1.ebuild
index 47edf268b7ae..bc067e92c6ac 100644
--- a/net-misc/wget/wget-1.13.4-r1.ebuild
+++ b/net-misc/wget/wget-1.13.4-r1.ebuild
@@ -1,6 +1,6 @@
-# Copyright 1999-2012 Gentoo Foundation
+# Copyright 1999-2013 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/net-misc/wget/wget-1.13.4-r1.ebuild,v 1.15 2012/08/06 19:42:06 vapier Exp $
+# $Header: /var/cvsroot/gentoo-x86/net-misc/wget/wget-1.13.4-r1.ebuild,v 1.16 2013/01/28 20:06:23 vapier Exp $
EAPI="4"
@@ -18,7 +18,7 @@ IUSE="debug gnutls idn ipv6 nls ntlm +ssl static"
LIB_DEPEND="idn? ( net-dns/libidn[static-libs(+)] )
ssl? (
gnutls? ( net-libs/gnutls[static-libs(+)] )
- !gnutls? ( >=dev-libs/openssl-0.9.6b[static-libs(+)] )
+ !gnutls? ( dev-libs/openssl:0[static-libs(+)] )
)"
RDEPEND="!static? ( ${LIB_DEPEND//\[static-libs(+)]} )"
DEPEND="${RDEPEND}
diff --git a/net-misc/wget/wget-1.14.ebuild b/net-misc/wget/wget-1.14.ebuild
index eaaa5b68a756..f64759b66c50 100644
--- a/net-misc/wget/wget-1.14.ebuild
+++ b/net-misc/wget/wget-1.14.ebuild
@@ -1,6 +1,6 @@
-# Copyright 1999-2012 Gentoo Foundation
+# Copyright 1999-2013 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/net-misc/wget/wget-1.14.ebuild,v 1.9 2012/12/16 17:48:53 armin76 Exp $
+# $Header: /var/cvsroot/gentoo-x86/net-misc/wget/wget-1.14.ebuild,v 1.10 2013/01/28 20:06:23 vapier Exp $
EAPI="4"
@@ -19,7 +19,7 @@ LIB_DEPEND="idn? ( net-dns/libidn[static-libs(+)] )
pcre? ( dev-libs/libpcre[static-libs(+)] )
ssl? (
gnutls? ( net-libs/gnutls[static-libs(+)] )
- !gnutls? ( >=dev-libs/openssl-0.9.6b[static-libs(+)] )
+ !gnutls? ( dev-libs/openssl:0[static-libs(+)] )
)
uuid? ( sys-apps/util-linux[static-libs(+)] )
zlib? ( sys-libs/zlib[static-libs(+)] )"