diff options
author | 2002-03-19 17:15:53 +0000 | |
---|---|---|
committer | 2002-03-19 17:15:53 +0000 | |
commit | 01a78276d64b7eba0f900eed91e7dc16431e064a (patch) | |
tree | 5fe7b0bda4e9687ae42264592c928b2634620ff4 /net-mail/fetchmail | |
parent | mask libtool-1.4.2 (diff) | |
download | historical-01a78276d64b7eba0f900eed91e7dc16431e064a.tar.gz historical-01a78276d64b7eba0f900eed91e7dc16431e064a.tar.bz2 historical-01a78276d64b7eba0f900eed91e7dc16431e064a.zip |
Minor scripting improvement.
Diffstat (limited to 'net-mail/fetchmail')
-rw-r--r-- | net-mail/fetchmail/fetchmail-5.9.7.ebuild | 6 |
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." |