diff options
Diffstat (limited to 'dev-python/pygraphviz/pygraphviz-0.99.1.ebuild')
-rw-r--r-- | dev-python/pygraphviz/pygraphviz-0.99.1.ebuild | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/dev-python/pygraphviz/pygraphviz-0.99.1.ebuild b/dev-python/pygraphviz/pygraphviz-0.99.1.ebuild index f007f269ca9d..8a26587c3053 100644 --- a/dev-python/pygraphviz/pygraphviz-0.99.1.ebuild +++ b/dev-python/pygraphviz/pygraphviz-0.99.1.ebuild @@ -1,10 +1,10 @@ -# Copyright 1999-2009 Gentoo Foundation +# Copyright 1999-2010 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/dev-python/pygraphviz/pygraphviz-0.99.1.ebuild,v 1.1 2009/02/27 20:49:23 bicatali Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-python/pygraphviz/pygraphviz-0.99.1.ebuild,v 1.2 2010/02/08 08:38:38 pva Exp $ EAPI=2 NEED_PYTHON="2.4" -inherit distutils +inherit eutils distutils DESCRIPTION="Python bindings for the agraph library in the graphviz package." HOMEPAGE="http://networkx.lanl.gov/pygraphviz/" |