diff options
author | Mike Frysinger <vapier@gentoo.org> | 2005-03-17 14:40:13 +0000 |
---|---|---|
committer | Mike Frysinger <vapier@gentoo.org> | 2005-03-17 14:40:13 +0000 |
commit | 1e9839e064cd876fef678eb8a40dcc0cfbb8d7af (patch) | |
tree | 0edce050e00715680fd8f25417b7db380db5057e /app-emulation/point2play/point2play-1.3.3.ebuild | |
parent | old (diff) | |
download | gentoo-2-1e9839e064cd876fef678eb8a40dcc0cfbb8d7af.tar.gz gentoo-2-1e9839e064cd876fef678eb8a40dcc0cfbb8d7af.tar.bz2 gentoo-2-1e9839e064cd876fef678eb8a40dcc0cfbb8d7af.zip |
force newer pygtk #85628
(Portage version: 2.0.51.19)
Diffstat (limited to 'app-emulation/point2play/point2play-1.3.3.ebuild')
-rw-r--r-- | app-emulation/point2play/point2play-1.3.3.ebuild | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/app-emulation/point2play/point2play-1.3.3.ebuild b/app-emulation/point2play/point2play-1.3.3.ebuild index 70657cecc5f6..3e5784a53ae2 100644 --- a/app-emulation/point2play/point2play-1.3.3.ebuild +++ b/app-emulation/point2play/point2play-1.3.3.ebuild @@ -1,6 +1,6 @@ # Copyright 1999-2005 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/app-emulation/point2play/point2play-1.3.3.ebuild,v 1.1 2005/03/08 23:20:29 vapier Exp $ +# $Header: /var/cvsroot/gentoo-x86/app-emulation/point2play/point2play-1.3.3.ebuild,v 1.2 2005/03/17 14:40:13 vapier Exp $ inherit eutils @@ -17,7 +17,7 @@ RESTRICT="fetch" RDEPEND="virtual/x11 >=dev-lang/python-2.3 - >=dev-python/pygtk-1.99.16" + >=dev-python/pygtk-2.4" #>=x11-themes/gtk-engines-metal-2.2.0" S=${WORKDIR} |