diff options
author | Michał Górny <mgorny@gentoo.org> | 2015-04-08 17:58:33 +0000 |
---|---|---|
committer | Michał Górny <mgorny@gentoo.org> | 2015-04-08 17:58:33 +0000 |
commit | 4012ae9438f969af92c5c878c14f8706da4a07b4 (patch) | |
tree | 89f1c421e10117e04f7f08611b1bcd564f1870bb /media-gfx/graphite2/graphite2-1.2.1.ebuild | |
parent | Drop old Python implementations (diff) | |
download | historical-4012ae9438f969af92c5c878c14f8706da4a07b4.tar.gz historical-4012ae9438f969af92c5c878c14f8706da4a07b4.tar.bz2 historical-4012ae9438f969af92c5c878c14f8706da4a07b4.zip |
Drop old Python implementations
Package-Manager: portage-2.2.18/cvs/Linux x86_64
Manifest-Sign-Key: 0xEFB4464E!
Diffstat (limited to 'media-gfx/graphite2/graphite2-1.2.1.ebuild')
-rw-r--r-- | media-gfx/graphite2/graphite2-1.2.1.ebuild | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/media-gfx/graphite2/graphite2-1.2.1.ebuild b/media-gfx/graphite2/graphite2-1.2.1.ebuild index 7e1a74c51826..0e1a1234cdda 100644 --- a/media-gfx/graphite2/graphite2-1.2.1.ebuild +++ b/media-gfx/graphite2/graphite2-1.2.1.ebuild @@ -1,10 +1,10 @@ -# 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/media-gfx/graphite2/graphite2-1.2.1.ebuild,v 1.19 2014/12/13 21:01:33 dilfridge Exp $ +# $Header: /var/cvsroot/gentoo-x86/media-gfx/graphite2/graphite2-1.2.1.ebuild,v 1.20 2015/04/08 17:58:14 mgorny Exp $ EAPI=5 -PYTHON_COMPAT=( python{2_6,2_7} ) +PYTHON_COMPAT=( python2_7 ) GENTOO_DEPEND_ON_PERL="no" inherit base eutils cmake-utils perl-module python-any-r1 |