diff options
author | Elfyn McBratney <beu@gentoo.org> | 2006-12-10 09:34:17 +0000 |
---|---|---|
committer | Elfyn McBratney <beu@gentoo.org> | 2006-12-10 09:34:17 +0000 |
commit | 70fccd516048dc822df335d59afb4c38b9d29461 (patch) | |
tree | 1782f29209ef0cb03f0493662fdc4c8dcd1e2aba /www-servers/pound | |
parent | Change perl-core/Digest-MD5 and perl-core/MIME-Base64 dependencies to appropr... (diff) | |
download | gentoo-2-70fccd516048dc822df335d59afb4c38b9d29461.tar.gz gentoo-2-70fccd516048dc822df335d59afb4c38b9d29461.tar.bz2 gentoo-2-70fccd516048dc822df335d59afb4c38b9d29461.zip |
Kill redundant DEPEND on virtual/libc.
(Portage version: 2.1.1-r2)
Diffstat (limited to 'www-servers/pound')
-rw-r--r-- | www-servers/pound/ChangeLog | 6 | ||||
-rw-r--r-- | www-servers/pound/pound-1.10.ebuild | 5 | ||||
-rw-r--r-- | www-servers/pound/pound-2.0.5.ebuild | 5 | ||||
-rw-r--r-- | www-servers/pound/pound-2.1.ebuild | 5 |
4 files changed, 11 insertions, 10 deletions
diff --git a/www-servers/pound/ChangeLog b/www-servers/pound/ChangeLog index c6c8b0072c98..d3741ffeae27 100644 --- a/www-servers/pound/ChangeLog +++ b/www-servers/pound/ChangeLog @@ -1,6 +1,10 @@ # ChangeLog for www-servers/pound # Copyright 2000-2006 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/www-servers/pound/ChangeLog,v 1.23 2006/09/06 06:18:05 bangert Exp $ +# $Header: /var/cvsroot/gentoo-x86/www-servers/pound/ChangeLog,v 1.24 2006/12/10 09:34:17 beu Exp $ + + 10 Dec 2006; Elfyn McBratney <beu@gentoo.org> pound-1.10.ebuild, + pound-2.0.5.ebuild, pound-2.1.ebuild: + Kill redundant DEPEND on virtual/libc. *pound-2.1 (06 Sep 2006) diff --git a/www-servers/pound/pound-1.10.ebuild b/www-servers/pound/pound-1.10.ebuild index 653ed4c18337..8de59c051a29 100644 --- a/www-servers/pound/pound-1.10.ebuild +++ b/www-servers/pound/pound-1.10.ebuild @@ -1,6 +1,6 @@ # Copyright 1999-2006 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/www-servers/pound/pound-1.10.ebuild,v 1.2 2006/05/16 18:46:07 bangert Exp $ +# $Header: /var/cvsroot/gentoo-x86/www-servers/pound/pound-1.10.ebuild,v 1.3 2006/12/10 09:34:17 beu Exp $ inherit flag-o-matic @@ -14,8 +14,7 @@ SLOT="0" KEYWORDS="~x86 ~ppc ~sparc ~alpha ~mips ~hppa ~amd64" IUSE="ssl msdav unsafe static" -DEPEND="virtual/libc - ssl? ( dev-libs/openssl )" +DEPEND="ssl? ( dev-libs/openssl )" S="${WORKDIR}/${MY_P}" diff --git a/www-servers/pound/pound-2.0.5.ebuild b/www-servers/pound/pound-2.0.5.ebuild index 530df0e444f7..9cb2404b8774 100644 --- a/www-servers/pound/pound-2.0.5.ebuild +++ b/www-servers/pound/pound-2.0.5.ebuild @@ -1,6 +1,6 @@ # Copyright 1999-2006 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/www-servers/pound/pound-2.0.5.ebuild,v 1.5 2006/05/21 04:25:48 halcy0n Exp $ +# $Header: /var/cvsroot/gentoo-x86/www-servers/pound/pound-2.0.5.ebuild,v 1.6 2006/12/10 09:34:17 beu Exp $ inherit flag-o-matic @@ -14,8 +14,7 @@ SLOT="0" KEYWORDS="alpha ~amd64 ~hppa ~mips ppc ~sparc x86" IUSE="ssl msdav unsafe static" -DEPEND="virtual/libc - ssl? ( dev-libs/openssl )" +DEPEND="ssl? ( dev-libs/openssl )" S="${WORKDIR}/${MY_P}" diff --git a/www-servers/pound/pound-2.1.ebuild b/www-servers/pound/pound-2.1.ebuild index d954a49f485b..9a9f59eeffcf 100644 --- a/www-servers/pound/pound-2.1.ebuild +++ b/www-servers/pound/pound-2.1.ebuild @@ -1,6 +1,6 @@ # Copyright 1999-2006 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/www-servers/pound/pound-2.1.ebuild,v 1.1 2006/09/06 06:18:05 bangert Exp $ +# $Header: /var/cvsroot/gentoo-x86/www-servers/pound/pound-2.1.ebuild,v 1.2 2006/12/10 09:34:17 beu Exp $ inherit flag-o-matic @@ -14,8 +14,7 @@ SLOT="0" KEYWORDS="~alpha ~amd64 ~hppa ~mips ~ppc ~sparc ~x86" IUSE="ssl msdav unsafe static" -DEPEND="virtual/libc - ssl? ( dev-libs/openssl )" +DEPEND="ssl? ( dev-libs/openssl )" S="${WORKDIR}/${MY_P}" |