diff options
-rw-r--r-- | sci-misc/pythoncad/ChangeLog | 7 | ||||
-rw-r--r-- | sci-misc/pythoncad/pythoncad-1.37.ebuild | 6 |
2 files changed, 8 insertions, 5 deletions
diff --git a/sci-misc/pythoncad/ChangeLog b/sci-misc/pythoncad/ChangeLog index 6aa89052a974..1565164bb72f 100644 --- a/sci-misc/pythoncad/ChangeLog +++ b/sci-misc/pythoncad/ChangeLog @@ -1,6 +1,9 @@ # ChangeLog for sci-misc/pythoncad -# Copyright 1999-2010 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/sci-misc/pythoncad/ChangeLog,v 1.5 2010/07/06 14:56:37 arfrever Exp $ +# Copyright 1999-2011 Gentoo Foundation; Distributed under the GPL v2 +# $Header: /var/cvsroot/gentoo-x86/sci-misc/pythoncad/ChangeLog,v 1.6 2011/03/02 21:23:21 jlec Exp $ + + 02 Mar 2011; Justin Lecher <jlec@gentoo.org> pythoncad-1.37.ebuild: + Correct Slots for gtk 3 introduction to tree 06 Jul 2010; Arfrever Frehtes Taifersar Arahesis <arfrever@gentoo.org> pythoncad-1.37.ebuild: 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} |