diff options
author | Michał Górny <mgorny@gentoo.org> | 2015-04-08 17:51:56 +0000 |
---|---|---|
committer | Michał Górny <mgorny@gentoo.org> | 2015-04-08 17:51:56 +0000 |
commit | 72c098bc8c560c0284efd6a0a537c97a57016c43 (patch) | |
tree | 8a75c77beed265f861f99a46190162756d288551 /dev-libs/newt | |
parent | Version bump. (diff) | |
download | gentoo-2-72c098bc8c560c0284efd6a0a537c97a57016c43.tar.gz gentoo-2-72c098bc8c560c0284efd6a0a537c97a57016c43.tar.bz2 gentoo-2-72c098bc8c560c0284efd6a0a537c97a57016c43.zip |
Drop old Python implementations
(Portage version: 2.2.18/cvs/Linux x86_64, signed Manifest commit with key EFB4464E!)
Diffstat (limited to 'dev-libs/newt')
-rw-r--r-- | dev-libs/newt/ChangeLog | 5 | ||||
-rw-r--r-- | dev-libs/newt/newt-0.52.15.ebuild | 4 |
2 files changed, 6 insertions, 3 deletions
diff --git a/dev-libs/newt/ChangeLog b/dev-libs/newt/ChangeLog index 522dc295b4e9..077c0918c254 100644 --- a/dev-libs/newt/ChangeLog +++ b/dev-libs/newt/ChangeLog @@ -1,6 +1,9 @@ # ChangeLog for dev-libs/newt # Copyright 1999-2015 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/dev-libs/newt/ChangeLog,v 1.100 2015/03/20 10:17:05 jlec Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-libs/newt/ChangeLog,v 1.101 2015/04/08 17:51:56 mgorny Exp $ + + 08 Apr 2015; Michał Górny <mgorny@gentoo.org> newt-0.52.15.ebuild: + Drop old Python implementations 20 Mar 2015; Justin Lecher <jlec@gentoo.org> newt-0.52.12.ebuild, newt-0.52.13.ebuild, newt-0.52.14-r1.ebuild, newt-0.52.14-r2.ebuild, diff --git a/dev-libs/newt/newt-0.52.15.ebuild b/dev-libs/newt/newt-0.52.15.ebuild index cb7e81ca4360..495221578db5 100644 --- a/dev-libs/newt/newt-0.52.15.ebuild +++ b/dev-libs/newt/newt-0.52.15.ebuild @@ -1,10 +1,10 @@ # Copyright 1999-2015 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/dev-libs/newt/newt-0.52.15.ebuild,v 1.19 2015/03/20 10:17:05 jlec Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-libs/newt/newt-0.52.15.ebuild,v 1.20 2015/04/08 17:51:56 mgorny Exp $ EAPI="5" -PYTHON_COMPAT=( python{2_6,2_7} ) +PYTHON_COMPAT=( python2_7 ) inherit python-r1 eutils multilib autotools toolchain-funcs |