summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorArcady Genkin <agenkin@gentoo.org>2002-02-27 02:19:55 +0000
committerArcady Genkin <agenkin@gentoo.org>2002-02-27 02:19:55 +0000
commit221e582b7d8138a6d853cfd20ffd2f4b3cf7f155 (patch)
tree4379c19445a8739ff15149473d3fe0671870cdd9 /net-mail/fetchmail
parentnew version; removed older (diff)
downloadgentoo-2-221e582b7d8138a6d853cfd20ffd2f4b3cf7f155.tar.gz
gentoo-2-221e582b7d8138a6d853cfd20ffd2f4b3cf7f155.tar.bz2
gentoo-2-221e582b7d8138a6d853cfd20ffd2f4b3cf7f155.zip
Fixed a typo.
Diffstat (limited to 'net-mail/fetchmail')
-rw-r--r--net-mail/fetchmail/fetchmail-5.9.7.ebuild4
1 files changed, 2 insertions, 2 deletions
diff --git a/net-mail/fetchmail/fetchmail-5.9.7.ebuild b/net-mail/fetchmail/fetchmail-5.9.7.ebuild
index eeabfc06b812..81d99780ca1b 100644
--- a/net-mail/fetchmail/fetchmail-5.9.7.ebuild
+++ b/net-mail/fetchmail/fetchmail-5.9.7.ebuild
@@ -1,7 +1,7 @@
# Copyright 1999-2001 Gentoo Technologies, Inc.
# Distributed under the terms of the GNU General Public License, v2 or later
# Author Parag Mehta <pm@gentoo.org>
-# $Header: /var/cvsroot/gentoo-x86/net-mail/fetchmail/fetchmail-5.9.7.ebuild,v 1.1 2002/02/15 05:02:04 agenkin Exp $
+# $Header: /var/cvsroot/gentoo-x86/net-mail/fetchmail/fetchmail-5.9.7.ebuild,v 1.2 2002/02/27 02:19:55 agenkin Exp $
DESCRIPTION="Fetchmail is a full-featured remote-mail retrieval and forwarding utility"
HOMEPAGE="http://www.tuxedo.org/~esr/fetchmail/"
@@ -45,7 +45,7 @@ src_install() {
}
pkg_postinst() {
- if python -c "import tkinter" >/dev/null 2>&1
+ if python -c "import Tkinter" >/dev/null 2>&1
then
true
else