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/gato/gato-1.1.2.ebuild | |
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/gato/gato-1.1.2.ebuild')
-rw-r--r-- | sci-misc/gato/gato-1.1.2.ebuild | 4 |
1 files changed, 2 insertions, 2 deletions
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 |