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 | f23fe42c634222e3f2ea6b43d3c330206afa6a28 (patch) | |
tree | b1bb3e3c23ed778e48d6e3f51f643c5eb1c3cbe8 /app-emulation/point2play | |
parent | old (diff) | |
download | historical-f23fe42c634222e3f2ea6b43d3c330206afa6a28.tar.gz historical-f23fe42c634222e3f2ea6b43d3c330206afa6a28.tar.bz2 historical-f23fe42c634222e3f2ea6b43d3c330206afa6a28.zip |
force newer pygtk #85628
Package-Manager: portage-2.0.51.19
Diffstat (limited to 'app-emulation/point2play')
-rw-r--r-- | app-emulation/point2play/Manifest | 16 | ||||
-rw-r--r-- | app-emulation/point2play/point2play-1.3.3.ebuild | 4 |
2 files changed, 4 insertions, 16 deletions
diff --git a/app-emulation/point2play/Manifest b/app-emulation/point2play/Manifest index 56de4b750b61..a02b5c8a0b77 100644 --- a/app-emulation/point2play/Manifest +++ b/app-emulation/point2play/Manifest @@ -1,17 +1,5 @@ ------BEGIN PGP SIGNED MESSAGE----- -Hash: SHA1 - MD5 f93ba08d5711bff0594f6bc59c577572 ChangeLog 2569 MD5 086d7322b591c18822e6a6ef25213c3b metadata.xml 465 -MD5 594f1fbc511fec504d85b578116583c6 point2play-1.3.2.ebuild 952 -MD5 72d4e593e5fad5351a0bda55adaf5100 point2play-1.3.3.ebuild 1079 -MD5 d7589e80ac0d830c971c8f43268eb558 files/1.3.2-fix-sound-test.patch 1032 -MD5 b4608c53b6fef98dfa39242ad07f191f files/digest-point2play-1.3.2 71 +MD5 15d1bcecd833e6ed26649dd488d399c3 point2play-1.3.3.ebuild 1075 MD5 f7671ce19e085f88c3681e920d9286cc files/digest-point2play-1.3.3 73 ------BEGIN PGP SIGNATURE----- -Version: GnuPG v1.4.0 (GNU/Linux) - -iD8DBQFCLmJmArHZZzCEUG0RAoPuAJ9+y9Tw2jHTWxyC9tS9gvyuy0a/hQCbBEYc -nYFgI5t6of4zAK4itD9h28w= -=CMqL ------END PGP SIGNATURE----- +MD5 d7589e80ac0d830c971c8f43268eb558 files/1.3.2-fix-sound-test.patch 1032 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} |