diff options
author | Justin Lecher <jlec@gentoo.org> | 2012-09-16 16:07:37 +0000 |
---|---|---|
committer | Justin Lecher <jlec@gentoo.org> | 2012-09-16 16:07:37 +0000 |
commit | ba1c4c8e343b1161b9742019279573449234070a (patch) | |
tree | e9651e0cc80550270009262e590e135caac244ed /sci-misc | |
parent | Force latest dev-util/pkgconfig to ensure installed pkg.m4 is up to date. (diff) | |
download | gentoo-2-ba1c4c8e343b1161b9742019279573449234070a.tar.gz gentoo-2-ba1c4c8e343b1161b9742019279573449234070a.tar.bz2 gentoo-2-ba1c4c8e343b1161b9742019279573449234070a.zip |
sci-misc/gato: Require tk support in python, #435036
(Portage version: 2.2.0_alpha128/cvs/Linux x86_64)
Diffstat (limited to 'sci-misc')
-rw-r--r-- | sci-misc/gato/ChangeLog | 5 | ||||
-rw-r--r-- | sci-misc/gato/gato-1.1.2.ebuild | 4 | ||||
-rw-r--r-- | sci-misc/gato/metadata.xml | 4 |
3 files changed, 8 insertions, 5 deletions
diff --git a/sci-misc/gato/ChangeLog b/sci-misc/gato/ChangeLog index 963f90fa82ff..f2bbe0ee345c 100644 --- a/sci-misc/gato/ChangeLog +++ b/sci-misc/gato/ChangeLog @@ -1,6 +1,9 @@ # ChangeLog for sci-misc/gato # Copyright 1999-2012 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/sci-misc/gato/ChangeLog,v 1.14 2012/08/04 16:01:17 bicatali Exp $ +# $Header: /var/cvsroot/gentoo-x86/sci-misc/gato/ChangeLog,v 1.15 2012/09/16 16:07:37 jlec Exp $ + + 16 Sep 2012; Justin Lecher <jlec@gentoo.org> gato-1.1.2.ebuild, metadata.xml: + Require tk support in python, #435036 *gato-1.1.2 (04 Aug 2012) diff --git a/sci-misc/gato/gato-1.1.2.ebuild b/sci-misc/gato/gato-1.1.2.ebuild index 26db0583bf25..44182090c3ea 100644 --- a/sci-misc/gato/gato-1.1.2.ebuild +++ b/sci-misc/gato/gato-1.1.2.ebuild @@ -1,11 +1,11 @@ # Copyright 1999-2012 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/sci-misc/gato/gato-1.1.2.ebuild,v 1.1 2012/08/04 16:01:17 bicatali Exp $ +# $Header: /var/cvsroot/gentoo-x86/sci-misc/gato/gato-1.1.2.ebuild,v 1.2 2012/09/16 16:07:37 jlec Exp $ EAPI=4 PYTHON_DEPEND="2" -#PYTHON_USE_WITH="tk" +PYTHON_USE_WITH="tk" inherit eutils python diff --git a/sci-misc/gato/metadata.xml b/sci-misc/gato/metadata.xml index 340e9aa29d0b..2cdece44949d 100644 --- a/sci-misc/gato/metadata.xml +++ b/sci-misc/gato/metadata.xml @@ -1,8 +1,8 @@ <?xml version="1.0" encoding="UTF-8"?> <!DOCTYPE pkgmetadata SYSTEM "http://www.gentoo.org/dtd/metadata.dtd"> <pkgmetadata> -<herd>sci-mathematics</herd> -<longdescription lang="en"> + <herd>sci-mathematics</herd> + <longdescription lang="en"> Gato - the Graph Animation Toolbox - is a software which visualizes algorithms on mathematical graphs. </longdescription> |