diff options
author | Michał Górny <mgorny@gentoo.org> | 2013-09-05 18:40:37 +0000 |
---|---|---|
committer | Michał Górny <mgorny@gentoo.org> | 2013-09-05 18:40:37 +0000 |
commit | 1678ed9a0c3ae0737306c65448d52b8a658aa28e (patch) | |
tree | bc69385d0071f753a87cc135a627435400c52623 /dev-util/gtk-builder-convert/gtk-builder-convert-2.24.19.ebuild | |
parent | Remove Python 2.5 and 3.1 support. (diff) | |
download | gentoo-2-1678ed9a0c3ae0737306c65448d52b8a658aa28e.tar.gz gentoo-2-1678ed9a0c3ae0737306c65448d52b8a658aa28e.tar.bz2 gentoo-2-1678ed9a0c3ae0737306c65448d52b8a658aa28e.zip |
Clean up PYTHON_COMPAT from old implementations.
(Portage version: 2.2.1/cvs/Linux x86_64, signed Manifest commit with key EFB4464E!)
Diffstat (limited to 'dev-util/gtk-builder-convert/gtk-builder-convert-2.24.19.ebuild')
-rw-r--r-- | dev-util/gtk-builder-convert/gtk-builder-convert-2.24.19.ebuild | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/dev-util/gtk-builder-convert/gtk-builder-convert-2.24.19.ebuild b/dev-util/gtk-builder-convert/gtk-builder-convert-2.24.19.ebuild index 44d1feee42bc..49650cee56d9 100644 --- a/dev-util/gtk-builder-convert/gtk-builder-convert-2.24.19.ebuild +++ b/dev-util/gtk-builder-convert/gtk-builder-convert-2.24.19.ebuild @@ -1,10 +1,10 @@ # Copyright 1999-2013 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/dev-util/gtk-builder-convert/gtk-builder-convert-2.24.19.ebuild,v 1.2 2013/06/30 15:14:58 jlec Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-util/gtk-builder-convert/gtk-builder-convert-2.24.19.ebuild,v 1.3 2013/09/05 18:40:35 mgorny Exp $ EAPI="5" GNOME_ORG_MODULE="gtk+" -PYTHON_COMPAT=( python{2_5,2_6,2_7} ) +PYTHON_COMPAT=( python{2_6,2_7} ) PYTHON_REQ_USE="xml" inherit gnome.org python-single-r1 |