diff options
author | Torsten Veller <tove@gentoo.org> | 2010-03-29 09:18:36 +0000 |
---|---|---|
committer | Torsten Veller <tove@gentoo.org> | 2010-03-29 09:18:36 +0000 |
commit | 95c353c5f68d6947ef2a10a48d79e09a9580e9c2 (patch) | |
tree | c4307001767ac3558e55203d5795414e6bbce9b4 /net-mail | |
parent | Version bump (diff) | |
download | gentoo-2-95c353c5f68d6947ef2a10a48d79e09a9580e9c2.tar.gz gentoo-2-95c353c5f68d6947ef2a10a48d79e09a9580e9c2.tar.bz2 gentoo-2-95c353c5f68d6947ef2a10a48d79e09a9580e9c2.zip |
Remove dev-lang/python from DEPEND
(Portage version: 2.2_rc67/cvs/Linux x86_64)
Diffstat (limited to 'net-mail')
-rw-r--r-- | net-mail/fetchmail/fetchmail-6.3.15.ebuild | 5 |
1 files changed, 2 insertions, 3 deletions
diff --git a/net-mail/fetchmail/fetchmail-6.3.15.ebuild b/net-mail/fetchmail/fetchmail-6.3.15.ebuild index cc2f7da28a4d..d8c51d2da58b 100644 --- a/net-mail/fetchmail/fetchmail-6.3.15.ebuild +++ b/net-mail/fetchmail/fetchmail-6.3.15.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.15.ebuild,v 1.1 2010/03/29 09:14:37 tove Exp $ +# $Header: /var/cvsroot/gentoo-x86/net-mail/fetchmail/fetchmail-6.3.15.ebuild,v 1.2 2010/03/29 09:18:36 tove Exp $ EAPI=2 @@ -23,8 +23,7 @@ RDEPEND="hesiod? ( net-dns/hesiod ) ssl? ( >=dev-libs/openssl-0.9.6 ) kerberos? ( virtual/krb5 >=dev-libs/openssl-0.9.6 ) nls? ( virtual/libintl ) - elibc_FreeBSD? ( sys-libs/com_err ) - dev-lang/python[tk?]" + elibc_FreeBSD? ( sys-libs/com_err )" DEPEND="${RDEPEND} nls? ( sys-devel/gettext )" |