diff options
author | Jeremy Huddleston <eradicator@gentoo.org> | 2004-07-01 22:36:26 +0000 |
---|---|---|
committer | Jeremy Huddleston <eradicator@gentoo.org> | 2004-07-01 22:36:26 +0000 |
commit | 77c85ee383b573734d7955050ce408ccef442e0e (patch) | |
tree | 3caed622c8da5f73fd8f7adfa87125439b7b9dda /net-mail/fetchmail/fetchmail-6.2.2-r2.ebuild | |
parent | Version bumped. (Manifest recommit) (diff) | |
download | gentoo-2-77c85ee383b573734d7955050ce408ccef442e0e.tar.gz gentoo-2-77c85ee383b573734d7955050ce408ccef442e0e.tar.bz2 gentoo-2-77c85ee383b573734d7955050ce408ccef442e0e.zip |
virtual/glibc -> virtual/libc
Diffstat (limited to 'net-mail/fetchmail/fetchmail-6.2.2-r2.ebuild')
-rw-r--r-- | net-mail/fetchmail/fetchmail-6.2.2-r2.ebuild | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/net-mail/fetchmail/fetchmail-6.2.2-r2.ebuild b/net-mail/fetchmail/fetchmail-6.2.2-r2.ebuild index 4e9557234504..8a70a3be35ec 100644 --- a/net-mail/fetchmail/fetchmail-6.2.2-r2.ebuild +++ b/net-mail/fetchmail/fetchmail-6.2.2-r2.ebuild @@ -1,6 +1,6 @@ # Copyright 1999-2004 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/net-mail/fetchmail/fetchmail-6.2.2-r2.ebuild,v 1.4 2004/06/24 23:22:21 agriffis Exp $ +# $Header: /var/cvsroot/gentoo-x86/net-mail/fetchmail/fetchmail-6.2.2-r2.ebuild,v 1.5 2004/07/01 22:31:31 eradicator Exp $ inherit eutils @@ -13,7 +13,7 @@ LICENSE="GPL-2 public-domain" KEYWORDS="x86 ~alpha" IUSE="ssl nls ipv6" -DEPEND="virtual/glibc +DEPEND="virtual/libc ssl? ( >=dev-libs/openssl-0.9.6 ) nls? ( sys-devel/gettext )" |