summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMartin Holzer <mholzer@gentoo.org>2003-03-19 17:33:51 +0000
committerMartin Holzer <mholzer@gentoo.org>2003-03-19 17:33:51 +0000
commit52fdcfeaea01a5b7740a669581f8ef4c4d820e2d (patch)
treef7a49e186a54dc907b92aa9b7e518cdf38f4ba13 /net-mail/fetchmail
parentAdded ldap and acl to use.mask (diff)
downloadgentoo-2-52fdcfeaea01a5b7740a669581f8ef4c4d820e2d.tar.gz
gentoo-2-52fdcfeaea01a5b7740a669581f8ef4c4d820e2d.tar.bz2
gentoo-2-52fdcfeaea01a5b7740a669581f8ef4c4d820e2d.zip
Added ipv6 to IUSE. Closes #17816.
Diffstat (limited to 'net-mail/fetchmail')
-rw-r--r--net-mail/fetchmail/ChangeLog5
-rw-r--r--net-mail/fetchmail/fetchmail-6.2.1-r1.ebuild4
2 files changed, 6 insertions, 3 deletions
diff --git a/net-mail/fetchmail/ChangeLog b/net-mail/fetchmail/ChangeLog
index 6923dda626e8..d89d56796017 100644
--- a/net-mail/fetchmail/ChangeLog
+++ b/net-mail/fetchmail/ChangeLog
@@ -1,12 +1,15 @@
# ChangeLog for net-mail/fetchmail
# Copyright 2002-2003 Gentoo Technologies, Inc.; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/net-mail/fetchmail/ChangeLog,v 1.25 2003/02/28 01:38:15 seemant Exp $
+# $Header: /var/cvsroot/gentoo-x86/net-mail/fetchmail/ChangeLog,v 1.26 2003/03/19 17:33:51 mholzer Exp $
05 Feb 2003; Aron Griffis <agriffis@gentoo.org> fetchmail-6.2.1-r1.ebuild :
Mark stable on alpha
*fetchmail-6.2.1-r1 (28 Jan 2003)
+ 19 Mar 2003; Martin Holzer <mholzer@gentoo.org> fetchmail-6.2.1-r1.ebuild:
+ Added ipv6 to IUSE. Closes #17816.
+
27 Feb 2003; Seemant Kulleen <seemant@gentoo.org> fetchmail-5.9.14.ebuild,
fetchmail-6.2.1-r1.ebuild:
homepage and SRC_URI update thanks to Brian Bilbrey <bilbrey@orbdesigns.com>
diff --git a/net-mail/fetchmail/fetchmail-6.2.1-r1.ebuild b/net-mail/fetchmail/fetchmail-6.2.1-r1.ebuild
index e59135255abc..af2e4869be03 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-2003 Gentoo Technologies, Inc.
# 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.5 2003/02/28 01:38:15 seemant Exp $
+# $Header: /var/cvsroot/gentoo-x86/net-mail/fetchmail/fetchmail-6.2.1-r1.ebuild,v 1.6 2003/03/19 17:33:51 mholzer Exp $
inherit eutils
@@ -11,7 +11,7 @@ SRC_URI="http://www.catb.org/~esr/fetchmail/${P}.tar.gz"
SLOT="0"
LICENSE="GPL-2 public-domain"
KEYWORDS="x86 alpha"
-IUSE="ssl nls"
+IUSE="ssl nls ipv6"
DEPEND="virtual/glibc
ssl? ( >=dev-libs/openssl-0.9.6 )