diff options
author | Michał Górny <mgorny@gentoo.org> | 2015-04-08 17:58:14 +0000 |
---|---|---|
committer | Michał Górny <mgorny@gentoo.org> | 2015-04-08 17:58:14 +0000 |
commit | 6c586418370fdea7f0b5513b2468552e51fbc042 (patch) | |
tree | 31fe91f1a5b68ef0430fd6e482ee748f2346a85c /media-gfx/graphviz/graphviz-2.38.0.ebuild | |
parent | Drop old Python implementations (diff) | |
download | gentoo-2-6c586418370fdea7f0b5513b2468552e51fbc042.tar.gz gentoo-2-6c586418370fdea7f0b5513b2468552e51fbc042.tar.bz2 gentoo-2-6c586418370fdea7f0b5513b2468552e51fbc042.zip |
Drop old Python implementations
(Portage version: 2.2.18/cvs/Linux x86_64, signed Manifest commit with key EFB4464E!)
Diffstat (limited to 'media-gfx/graphviz/graphviz-2.38.0.ebuild')
-rw-r--r-- | media-gfx/graphviz/graphviz-2.38.0.ebuild | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/media-gfx/graphviz/graphviz-2.38.0.ebuild b/media-gfx/graphviz/graphviz-2.38.0.ebuild index e9657cbe974e..449bd5e81a64 100644 --- a/media-gfx/graphviz/graphviz-2.38.0.ebuild +++ b/media-gfx/graphviz/graphviz-2.38.0.ebuild @@ -1,9 +1,9 @@ # Copyright 1999-2015 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/media-gfx/graphviz/graphviz-2.38.0.ebuild,v 1.2 2015/03/25 15:42:04 jlec Exp $ +# $Header: /var/cvsroot/gentoo-x86/media-gfx/graphviz/graphviz-2.38.0.ebuild,v 1.3 2015/04/08 17:58:13 mgorny Exp $ EAPI=5 -PYTHON_COMPAT=( python{2_6,2_7} ) +PYTHON_COMPAT=( python2_7 ) inherit autotools eutils flag-o-matic java-pkg-opt-2 multilib python-single-r1 |