diff options
author | Michał Górny <mgorny@gentoo.org> | 2015-04-08 18:18:33 +0000 |
---|---|---|
committer | Michał Górny <mgorny@gentoo.org> | 2015-04-08 18:18:33 +0000 |
commit | ef0e56facc52f8e12d4c4e5092321c27008781ca (patch) | |
tree | 050a58e83e4d562f7e66fded150b7697547186fc /net-mail/fetchmail | |
parent | Drop old Python implementations (diff) | |
download | gentoo-2-ef0e56facc52f8e12d4c4e5092321c27008781ca.tar.gz gentoo-2-ef0e56facc52f8e12d4c4e5092321c27008781ca.tar.bz2 gentoo-2-ef0e56facc52f8e12d4c4e5092321c27008781ca.zip |
Drop old Python implementations
(Portage version: 2.2.18/cvs/Linux x86_64, signed Manifest commit with key EFB4464E!)
Diffstat (limited to 'net-mail/fetchmail')
-rw-r--r-- | net-mail/fetchmail/ChangeLog | 5 | ||||
-rw-r--r-- | net-mail/fetchmail/fetchmail-6.3.26-r2.ebuild | 4 |
2 files changed, 6 insertions, 3 deletions
diff --git a/net-mail/fetchmail/ChangeLog b/net-mail/fetchmail/ChangeLog index 1bf5c143e832..bd374bd6529b 100644 --- a/net-mail/fetchmail/ChangeLog +++ b/net-mail/fetchmail/ChangeLog @@ -1,6 +1,9 @@ # ChangeLog for net-mail/fetchmail # Copyright 1999-2015 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/net-mail/fetchmail/ChangeLog,v 1.273 2015/02/23 20:09:54 mgorny Exp $ +# $Header: /var/cvsroot/gentoo-x86/net-mail/fetchmail/ChangeLog,v 1.274 2015/04/08 18:18:33 mgorny Exp $ + + 08 Apr 2015; Michał Górny <mgorny@gentoo.org> fetchmail-6.3.26-r2.ebuild: + Drop old Python implementations 23 Feb 2015; Michał Górny <mgorny@gentoo.org> fetchmail-6.3.26-r2.ebuild: Update SRC_URI. https://github.com/gentoo/gentoo-portage-rsync-mirror/pull/49 diff --git a/net-mail/fetchmail/fetchmail-6.3.26-r2.ebuild b/net-mail/fetchmail/fetchmail-6.3.26-r2.ebuild index 9804e58eb889..6ef2048ae36f 100644 --- a/net-mail/fetchmail/fetchmail-6.3.26-r2.ebuild +++ b/net-mail/fetchmail/fetchmail-6.3.26-r2.ebuild @@ -1,9 +1,9 @@ # Copyright 1999-2015 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/net-mail/fetchmail/fetchmail-6.3.26-r2.ebuild,v 1.10 2015/02/23 20:09:54 mgorny Exp $ +# $Header: /var/cvsroot/gentoo-x86/net-mail/fetchmail/fetchmail-6.3.26-r2.ebuild,v 1.11 2015/04/08 18:18:33 mgorny Exp $ EAPI=5 -PYTHON_COMPAT=( python2_{6,7} ) +PYTHON_COMPAT=( python2_7 ) PYTHON_REQ_USE="tk" inherit python-single-r1 user systemd toolchain-funcs autotools eutils |