diff options
author | Torsten Veller <tove@gentoo.org> | 2006-08-19 23:33:59 +0000 |
---|---|---|
committer | Torsten Veller <tove@gentoo.org> | 2006-08-19 23:33:59 +0000 |
commit | 2d475737abee8b945eeaa0e78f0936c29455e7e7 (patch) | |
tree | ae4be4ef12756b2c635a018ddd7ff4e6500cd8e9 /net-mail/fetchmail/fetchmail-6.2.5.2-r1.ebuild | |
parent | Stable on amd64 wrt Bug #138871. (diff) | |
download | historical-2d475737abee8b945eeaa0e78f0936c29455e7e7.tar.gz historical-2d475737abee8b945eeaa0e78f0936c29455e7e7.tar.bz2 historical-2d475737abee8b945eeaa0e78f0936c29455e7e7.zip |
dev-lang/python has changed the useflag: tcltk -> tk
Package-Manager: portage-2.1.1_pre5-r2
Diffstat (limited to 'net-mail/fetchmail/fetchmail-6.2.5.2-r1.ebuild')
-rw-r--r-- | net-mail/fetchmail/fetchmail-6.2.5.2-r1.ebuild | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/net-mail/fetchmail/fetchmail-6.2.5.2-r1.ebuild b/net-mail/fetchmail/fetchmail-6.2.5.2-r1.ebuild index 46cd73d972b9..d2c54881bc72 100644 --- a/net-mail/fetchmail/fetchmail-6.2.5.2-r1.ebuild +++ b/net-mail/fetchmail/fetchmail-6.2.5.2-r1.ebuild @@ -1,6 +1,6 @@ # Copyright 1999-2006 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/net-mail/fetchmail/fetchmail-6.2.5.2-r1.ebuild,v 1.11 2006/03/01 10:40:37 ticho Exp $ +# $Header: /var/cvsroot/gentoo-x86/net-mail/fetchmail/fetchmail-6.2.5.2-r1.ebuild,v 1.12 2006/08/19 23:33:59 tove Exp $ inherit eutils gnuconfig @@ -97,7 +97,7 @@ pkg_postinst() { einfo "don't seem to have Python with tkinter support." einfo einfo "If you want to be able to use fetchmailconf(1), do the following:" - einfo " 1. Include 'tcltk' in USE variable in your /etc/make.conf." + einfo " 1. Add 'tk' to the USE variable in /etc/make.conf." einfo " 2. (Re-)merge Python." einfo fi |