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/mpop | |
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/mpop')
-rw-r--r-- | net-mail/mpop/ChangeLog | 5 | ||||
-rw-r--r-- | net-mail/mpop/mpop-1.0.29.ebuild | 6 |
2 files changed, 7 insertions, 4 deletions
diff --git a/net-mail/mpop/ChangeLog b/net-mail/mpop/ChangeLog index d0daf46009e0..05c8c1ee9a61 100644 --- a/net-mail/mpop/ChangeLog +++ b/net-mail/mpop/ChangeLog @@ -1,6 +1,9 @@ # ChangeLog for net-mail/mpop # Copyright 1999-2015 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/net-mail/mpop/ChangeLog,v 1.11 2015/01/24 15:30:15 radhermit Exp $ +# $Header: /var/cvsroot/gentoo-x86/net-mail/mpop/ChangeLog,v 1.12 2015/04/08 18:18:33 mgorny Exp $ + + 08 Apr 2015; Michał Górny <mgorny@gentoo.org> mpop-1.0.29.ebuild: + Drop old Python implementations *mpop-1.2.2 (24 Jan 2015) diff --git a/net-mail/mpop/mpop-1.0.29.ebuild b/net-mail/mpop/mpop-1.0.29.ebuild index 4b2f2ff6246d..7d772a5a6000 100644 --- a/net-mail/mpop/mpop-1.0.29.ebuild +++ b/net-mail/mpop/mpop-1.0.29.ebuild @@ -1,9 +1,9 @@ -# Copyright 1999-2014 Gentoo Foundation +# Copyright 1999-2015 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/net-mail/mpop/mpop-1.0.29.ebuild,v 1.1 2014/03/09 22:05:28 radhermit Exp $ +# $Header: /var/cvsroot/gentoo-x86/net-mail/mpop/mpop-1.0.29.ebuild,v 1.2 2015/04/08 18:18:33 mgorny Exp $ EAPI=5 -PYTHON_COMPAT=( python{2_6,2_7} ) +PYTHON_COMPAT=( python2_7 ) inherit python-single-r1 |