summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorTorsten Veller <tove@gentoo.org>2010-10-10 07:59:25 +0000
committerTorsten Veller <tove@gentoo.org>2010-10-10 07:59:25 +0000
commit074687985db116b3729fb4ff10a001e84cfababf (patch)
treec7b124086bcba3ca35b7c6dc62bd2a0d425c05f9 /net-mail/fetchmail
parentVersion bump (diff)
downloadgentoo-2-074687985db116b3729fb4ff10a001e84cfababf.tar.gz
gentoo-2-074687985db116b3729fb4ff10a001e84cfababf.tar.bz2
gentoo-2-074687985db116b3729fb4ff10a001e84cfababf.zip
Drop unused autotools eclass and myconf variable
(Portage version: 2.2_rc91/cvs/Linux x86_64)
Diffstat (limited to 'net-mail/fetchmail')
-rw-r--r--net-mail/fetchmail/fetchmail-6.3.18.ebuild7
1 files changed, 3 insertions, 4 deletions
diff --git a/net-mail/fetchmail/fetchmail-6.3.18.ebuild b/net-mail/fetchmail/fetchmail-6.3.18.ebuild
index 32f9296a8829..97b288b0b427 100644
--- a/net-mail/fetchmail/fetchmail-6.3.18.ebuild
+++ b/net-mail/fetchmail/fetchmail-6.3.18.ebuild
@@ -1,6 +1,6 @@
# Copyright 1999-2010 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/net-mail/fetchmail/fetchmail-6.3.18.ebuild,v 1.1 2010/10/10 07:57:03 tove Exp $
+# $Header: /var/cvsroot/gentoo-x86/net-mail/fetchmail/fetchmail-6.3.18.ebuild,v 1.2 2010/10/10 07:59:25 tove Exp $
EAPI=2
@@ -8,7 +8,7 @@ PYTHON_DEPEND="tk? 2"
PYTHON_USE_WITH_OPT="tk"
PYTHON_USE_WITH="tk"
-inherit python eutils autotools
+inherit python eutils
DESCRIPTION="the legendary remote-mail retrieval and forwarding utility"
HOMEPAGE="http://fetchmail.berlios.de"
@@ -55,8 +55,7 @@ src_configure() {
$(use kerberos && echo "--with-ssl" ) \
$(use_with kerberos gssapi) \
$(use_with kerberos kerberos5) \
- $(use_with hesiod) \
- ${myconf}
+ $(use_with hesiod)
}
src_install() {