summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorArcady Genkin <agenkin@gentoo.org>2002-03-19 17:15:53 +0000
committerArcady Genkin <agenkin@gentoo.org>2002-03-19 17:15:53 +0000
commitf71d74417087e05d088808db4398956bd3b74194 (patch)
treee3c6d2c7faa7a5eb8b72b2873a4a59892793b011 /net-mail
parentmask libtool-1.4.2 (diff)
downloadgentoo-2-f71d74417087e05d088808db4398956bd3b74194.tar.gz
gentoo-2-f71d74417087e05d088808db4398956bd3b74194.tar.bz2
gentoo-2-f71d74417087e05d088808db4398956bd3b74194.zip
Minor scripting improvement.
Diffstat (limited to 'net-mail')
-rw-r--r--net-mail/fetchmail/fetchmail-5.9.7.ebuild6
1 files changed, 2 insertions, 4 deletions
diff --git a/net-mail/fetchmail/fetchmail-5.9.7.ebuild b/net-mail/fetchmail/fetchmail-5.9.7.ebuild
index 81d99780ca1b..2f597ce50042 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.2 2002/02/27 02:19:55 agenkin Exp $
+# $Header: /var/cvsroot/gentoo-x86/net-mail/fetchmail/fetchmail-5.9.7.ebuild,v 1.3 2002/03/19 17:15:53 agenkin Exp $
DESCRIPTION="Fetchmail is a full-featured remote-mail retrieval and forwarding utility"
HOMEPAGE="http://www.tuxedo.org/~esr/fetchmail/"
@@ -45,10 +45,8 @@ 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
einfo
einfo "You will not be able to use fetchmailconf(1), because you"
einfo "don't seem to have Python with tkinter support."