diff options
author | Michał Górny <mgorny@gentoo.org> | 2015-04-08 17:28:02 +0000 |
---|---|---|
committer | Michał Górny <mgorny@gentoo.org> | 2015-04-08 17:28:02 +0000 |
commit | b0d34eca94e217b5c4beff7edfcc9ba3a96398e6 (patch) | |
tree | 10232b1426de8bb7cb0d14e29441ddd5a972dcad /x11-libs/vte | |
parent | Drop old Python implementations (diff) | |
download | gentoo-2-b0d34eca94e217b5c4beff7edfcc9ba3a96398e6.tar.gz gentoo-2-b0d34eca94e217b5c4beff7edfcc9ba3a96398e6.tar.bz2 gentoo-2-b0d34eca94e217b5c4beff7edfcc9ba3a96398e6.zip |
Drop old Python implementations
(Portage version: 2.2.18/cvs/Linux x86_64, signed Manifest commit with key EFB4464E!)
Diffstat (limited to 'x11-libs/vte')
-rw-r--r-- | x11-libs/vte/ChangeLog | 5 | ||||
-rw-r--r-- | x11-libs/vte/vte-0.28.2-r206.ebuild | 4 |
2 files changed, 6 insertions, 3 deletions
diff --git a/x11-libs/vte/ChangeLog b/x11-libs/vte/ChangeLog index 1c54a6360160..05f8d24ee4a0 100644 --- a/x11-libs/vte/ChangeLog +++ b/x11-libs/vte/ChangeLog @@ -1,6 +1,9 @@ # ChangeLog for x11-libs/vte # Copyright 1999-2015 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/x11-libs/vte/ChangeLog,v 1.407 2015/03/29 11:19:29 jer Exp $ +# $Header: /var/cvsroot/gentoo-x86/x11-libs/vte/ChangeLog,v 1.408 2015/04/08 17:28:02 mgorny Exp $ + + 08 Apr 2015; Michał Górny <mgorny@gentoo.org> vte-0.28.2-r206.ebuild: + Drop old Python implementations 29 Mar 2015; Jeroen Roovers <jer@gentoo.org> vte-0.38.3.ebuild: Stable for HPPA (bug #534012). diff --git a/x11-libs/vte/vte-0.28.2-r206.ebuild b/x11-libs/vte/vte-0.28.2-r206.ebuild index 738870bc31e5..1c470b99f15f 100644 --- a/x11-libs/vte/vte-0.28.2-r206.ebuild +++ b/x11-libs/vte/vte-0.28.2-r206.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/x11-libs/vte/vte-0.28.2-r206.ebuild,v 1.13 2015/03/03 11:52:44 dlan Exp $ +# $Header: /var/cvsroot/gentoo-x86/x11-libs/vte/vte-0.28.2-r206.ebuild,v 1.14 2015/04/08 17:28:02 mgorny Exp $ EAPI="5" GCONF_DEBUG="yes" -PYTHON_COMPAT=( python2_{6,7} ) +PYTHON_COMPAT=( python2_7 ) inherit eutils gnome2 python-r1 |