diff options
author | Michał Górny <mgorny@gentoo.org> | 2013-09-05 18:54:13 +0000 |
---|---|---|
committer | Michał Górny <mgorny@gentoo.org> | 2013-09-05 18:54:13 +0000 |
commit | 35d5a5d100d4cf6cea6316b1735c4514d6d0c363 (patch) | |
tree | 5d5ed4665d28525c717f190c7999448a815cabf8 /media-gfx/graphviz | |
parent | Clean up PYTHON_COMPAT from old implementations. (diff) | |
download | gentoo-2-35d5a5d100d4cf6cea6316b1735c4514d6d0c363.tar.gz gentoo-2-35d5a5d100d4cf6cea6316b1735c4514d6d0c363.tar.bz2 gentoo-2-35d5a5d100d4cf6cea6316b1735c4514d6d0c363.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 'media-gfx/graphviz')
-rw-r--r-- | media-gfx/graphviz/ChangeLog | 5 | ||||
-rw-r--r-- | media-gfx/graphviz/graphviz-2.28.0.ebuild | 4 |
2 files changed, 6 insertions, 3 deletions
diff --git a/media-gfx/graphviz/ChangeLog b/media-gfx/graphviz/ChangeLog index 9f1b15559427..a9e8fe14fdf3 100644 --- a/media-gfx/graphviz/ChangeLog +++ b/media-gfx/graphviz/ChangeLog @@ -1,6 +1,9 @@ # ChangeLog for media-gfx/graphviz # Copyright 1999-2013 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/media-gfx/graphviz/ChangeLog,v 1.274 2013/08/15 09:50:13 grobian Exp $ +# $Header: /var/cvsroot/gentoo-x86/media-gfx/graphviz/ChangeLog,v 1.275 2013/09/05 18:54:13 mgorny Exp $ + + 05 Sep 2013; Michał Górny <mgorny@gentoo.org> graphviz-2.28.0.ebuild: + Clean up PYTHON_COMPAT from old implementations. 15 Aug 2013; Fabian Groffen <grobian@gentoo.org> graphviz-2.28.0.ebuild: Marked ~x64-solaris diff --git a/media-gfx/graphviz/graphviz-2.28.0.ebuild b/media-gfx/graphviz/graphviz-2.28.0.ebuild index ee25b78892b5..969d70110999 100644 --- a/media-gfx/graphviz/graphviz-2.28.0.ebuild +++ b/media-gfx/graphviz/graphviz-2.28.0.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/media-gfx/graphviz/graphviz-2.28.0.ebuild,v 1.20 2013/08/15 09:50:13 grobian Exp $ +# $Header: /var/cvsroot/gentoo-x86/media-gfx/graphviz/graphviz-2.28.0.ebuild,v 1.21 2013/09/05 18:54:13 mgorny Exp $ EAPI=5 -PYTHON_COMPAT=( python{2_5,2_6,2_7} ) +PYTHON_COMPAT=( python{2_6,2_7} ) inherit autotools eutils flag-o-matic multilib python-single-r1 |