diff options
author | Michael Hanselmann <hansmi@gentoo.org> | 2005-04-24 03:34:23 +0000 |
---|---|---|
committer | Michael Hanselmann <hansmi@gentoo.org> | 2005-04-24 03:34:23 +0000 |
commit | ce8806aad906cc98abee555f0fc9df4e2da683de (patch) | |
tree | 1e9df476e22e540e9006dbeed59d5bdc5f670b6a /games-emulation/psemu-padxwin | |
parent | Added check_multilib function (diff) | |
download | gentoo-2-ce8806aad906cc98abee555f0fc9df4e2da683de.tar.gz gentoo-2-ce8806aad906cc98abee555f0fc9df4e2da683de.tar.bz2 gentoo-2-ce8806aad906cc98abee555f0fc9df4e2da683de.zip |
Stable on ppc.
(Portage version: 2.0.51.20)
Diffstat (limited to 'games-emulation/psemu-padxwin')
-rw-r--r-- | games-emulation/psemu-padxwin/ChangeLog | 8 | ||||
-rw-r--r-- | games-emulation/psemu-padxwin/psemu-padxwin-1.6.ebuild | 6 |
2 files changed, 9 insertions, 5 deletions
diff --git a/games-emulation/psemu-padxwin/ChangeLog b/games-emulation/psemu-padxwin/ChangeLog index 6c42bc8427bc..5e3ecc7bd615 100644 --- a/games-emulation/psemu-padxwin/ChangeLog +++ b/games-emulation/psemu-padxwin/ChangeLog @@ -1,6 +1,10 @@ # ChangeLog for games-emulation/psemu-padxwin -# Copyright 2002-2004 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/games-emulation/psemu-padxwin/ChangeLog,v 1.4 2004/06/24 22:34:47 agriffis Exp $ +# Copyright 2002-2005 Gentoo Foundation; Distributed under the GPL v2 +# $Header: /var/cvsroot/gentoo-x86/games-emulation/psemu-padxwin/ChangeLog,v 1.5 2005/04/24 03:31:48 hansmi Exp $ + + 24 Apr 2005; Michael Hanselmann <hansmi@gentoo.org> + psemu-padxwin-1.6.ebuild: + Stable on ppc. 13 Feb 2004; David Holm <dholm@gentoo.org> psemu-padxwin-1.6.ebuild: Added to ~ppc. diff --git a/games-emulation/psemu-padxwin/psemu-padxwin-1.6.ebuild b/games-emulation/psemu-padxwin/psemu-padxwin-1.6.ebuild index f0effad21e85..1c219b1fa977 100644 --- a/games-emulation/psemu-padxwin/psemu-padxwin-1.6.ebuild +++ b/games-emulation/psemu-padxwin/psemu-padxwin-1.6.ebuild @@ -1,6 +1,6 @@ -# Copyright 1999-2004 Gentoo Foundation +# Copyright 1999-2005 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/games-emulation/psemu-padxwin/psemu-padxwin-1.6.ebuild,v 1.4 2004/06/24 22:34:47 agriffis Exp $ +# $Header: /var/cvsroot/gentoo-x86/games-emulation/psemu-padxwin/psemu-padxwin-1.6.ebuild,v 1.5 2005/04/24 03:31:48 hansmi Exp $ inherit games eutils @@ -10,7 +10,7 @@ SRC_URI="http://linuzappz.pcsx.net/downloads/padXwin-${PV}.tgz" LICENSE="freedist" SLOT="0" -KEYWORDS="x86 ~ppc" +KEYWORDS="x86 ppc" IUSE="" DEPEND="=x11-libs/gtk+-1*" |