diff options
author | 2008-10-28 00:06:46 +0000 | |
---|---|---|
committer | 2008-10-28 00:06:46 +0000 | |
commit | e982c3cdaf2ebc0e10990a31b04660c42cae05f9 (patch) | |
tree | e1dac807c64727ece3c891b2ae9b2e95a4d27718 /dev-python | |
parent | Stable for HPPA (bug #244621). (diff) | |
download | gentoo-2-e982c3cdaf2ebc0e10990a31b04660c42cae05f9.tar.gz gentoo-2-e982c3cdaf2ebc0e10990a31b04660c42cae05f9.tar.bz2 gentoo-2-e982c3cdaf2ebc0e10990a31b04660c42cae05f9.zip |
Stable for HPPA (bug #238774).
(Portage version: 2.2_rc12/cvs/Linux 2.6.25-gentoo-r7-JeR i686)
Diffstat (limited to 'dev-python')
-rw-r--r-- | dev-python/pygame/ChangeLog | 5 | ||||
-rw-r--r-- | dev-python/pygame/pygame-1.8.1.ebuild | 4 |
2 files changed, 6 insertions, 3 deletions
diff --git a/dev-python/pygame/ChangeLog b/dev-python/pygame/ChangeLog index 7217884c95ed..f714de164b2a 100644 --- a/dev-python/pygame/ChangeLog +++ b/dev-python/pygame/ChangeLog @@ -1,6 +1,9 @@ # ChangeLog for dev-python/pygame # Copyright 2002-2008 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/dev-python/pygame/ChangeLog,v 1.55 2008/10/27 19:57:11 maekke Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-python/pygame/ChangeLog,v 1.56 2008/10/28 00:06:46 jer Exp $ + + 28 Oct 2008; Jeroen Roovers <jer@gentoo.org> pygame-1.8.1.ebuild: + Stable for HPPA (bug #238774). 27 Oct 2008; Markus Meier <maekke@gentoo.org> pygame-1.8.1.ebuild: amd64/x86 stable, bug #238774 diff --git a/dev-python/pygame/pygame-1.8.1.ebuild b/dev-python/pygame/pygame-1.8.1.ebuild index 09cb194c8028..ba6a163ce91b 100644 --- a/dev-python/pygame/pygame-1.8.1.ebuild +++ b/dev-python/pygame/pygame-1.8.1.ebuild @@ -1,6 +1,6 @@ # Copyright 1999-2008 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/dev-python/pygame/pygame-1.8.1.ebuild,v 1.5 2008/10/27 19:57:11 maekke Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-python/pygame/pygame-1.8.1.ebuild,v 1.6 2008/10/28 00:06:46 jer Exp $ inherit distutils multilib eutils @@ -10,7 +10,7 @@ SRC_URI="http://www.pygame.org/ftp/pygame-${PV}release.tar.gz" LICENSE="LGPL-2.1" SLOT="0" -KEYWORDS="~alpha amd64 ~hppa ~ia64 ppc sparc x86 ~x86-fbsd" +KEYWORDS="~alpha amd64 hppa ~ia64 ppc sparc x86 ~x86-fbsd" IUSE="doc" RDEPEND=">=media-libs/libsdl-1.2.5 |