diff options
author | 2004-07-01 22:37:22 +0000 | |
---|---|---|
committer | 2004-07-01 22:37:22 +0000 | |
commit | 509540d8d3076f29d41977538f7ad77d14192642 (patch) | |
tree | dd256f4dbe61f25fb3659520a58cbae2a998e829 /net-mail/fetchmail/fetchmail-6.2.1-r1.ebuild | |
parent | Version bumped. (diff) | |
download | historical-509540d8d3076f29d41977538f7ad77d14192642.tar.gz historical-509540d8d3076f29d41977538f7ad77d14192642.tar.bz2 historical-509540d8d3076f29d41977538f7ad77d14192642.zip |
virtual/glibc -> virtual/libc
Diffstat (limited to 'net-mail/fetchmail/fetchmail-6.2.1-r1.ebuild')
-rw-r--r-- | net-mail/fetchmail/fetchmail-6.2.1-r1.ebuild | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/net-mail/fetchmail/fetchmail-6.2.1-r1.ebuild b/net-mail/fetchmail/fetchmail-6.2.1-r1.ebuild index 0c342447b957..dc7e47c472f1 100644 --- a/net-mail/fetchmail/fetchmail-6.2.1-r1.ebuild +++ b/net-mail/fetchmail/fetchmail-6.2.1-r1.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.1-r1.ebuild,v 1.9 2004/06/24 23:22:21 agriffis Exp $ +# $Header: /var/cvsroot/gentoo-x86/net-mail/fetchmail/fetchmail-6.2.1-r1.ebuild,v 1.10 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 )" |