diff options
author | 2011-03-02 21:23:21 +0000 | |
---|---|---|
committer | 2011-03-02 21:23:21 +0000 | |
commit | 420d8e75f91d5c5e214b8a85b0ebab9eaed43540 (patch) | |
tree | 3d9b616e7785fde4af68b921ae318749bf2dc93a /sci-misc/pythoncad/pythoncad-1.37.ebuild | |
parent | Correct Slots for gtk 3 introduction to tree (diff) | |
download | historical-420d8e75f91d5c5e214b8a85b0ebab9eaed43540.tar.gz historical-420d8e75f91d5c5e214b8a85b0ebab9eaed43540.tar.bz2 historical-420d8e75f91d5c5e214b8a85b0ebab9eaed43540.zip |
Correct Slots for gtk 3 introduction to tree
Package-Manager: portage-2.2.0_alpha26/cvs/Linux x86_64
Diffstat (limited to 'sci-misc/pythoncad/pythoncad-1.37.ebuild')
-rw-r--r-- | sci-misc/pythoncad/pythoncad-1.37.ebuild | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/sci-misc/pythoncad/pythoncad-1.37.ebuild b/sci-misc/pythoncad/pythoncad-1.37.ebuild index e75e7257a700..bf5269801d8c 100644 --- a/sci-misc/pythoncad/pythoncad-1.37.ebuild +++ b/sci-misc/pythoncad/pythoncad-1.37.ebuild @@ -1,6 +1,6 @@ -# Copyright 1999-2010 Gentoo Foundation +# Copyright 1999-2011 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/sci-misc/pythoncad/pythoncad-1.37.ebuild,v 1.2 2010/07/06 14:56:37 arfrever Exp $ +# $Header: /var/cvsroot/gentoo-x86/sci-misc/pythoncad/pythoncad-1.37.ebuild,v 1.3 2011/03/02 21:23:21 jlec Exp $ EAPI="3" PYTHON_DEPEND="2" @@ -22,7 +22,7 @@ SLOT="0" KEYWORDS="~amd64 ~x86" IUSE="" -RDEPEND=">=dev-python/pygtk-1.99.16" +RDEPEND="dev-python/pygtk:2" DEPEND="" PYTHON_MODNAME=${MY_PN} |