From c6b8dbfd193f39afe3ae801d138960f2d70953a2 Mon Sep 17 00:00:00 2001 From: Justin Lecher Date: Wed, 2 Mar 2011 21:23:21 +0000 Subject: Correct Slots for gtk 3 introduction to tree (Portage version: 2.2.0_alpha26/cvs/Linux x86_64) --- sci-misc/pythoncad/ChangeLog | 7 +++++-- sci-misc/pythoncad/pythoncad-1.37.ebuild | 6 +++--- 2 files changed, 8 insertions(+), 5 deletions(-) (limited to 'sci-misc') 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 pythoncad-1.37.ebuild: + Correct Slots for gtk 3 introduction to tree 06 Jul 2010; Arfrever Frehtes Taifersar Arahesis 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} -- cgit v1.2.3-65-gdbad