diff options
Diffstat (limited to 'app-emulation')
-rw-r--r-- | app-emulation/x48/ChangeLog | 5 | ||||
-rw-r--r-- | app-emulation/x48/x48-0.4.3-r1.ebuild | 4 |
2 files changed, 6 insertions, 3 deletions
diff --git a/app-emulation/x48/ChangeLog b/app-emulation/x48/ChangeLog index 6ef348a8363c..61ec9b2c30a7 100644 --- a/app-emulation/x48/ChangeLog +++ b/app-emulation/x48/ChangeLog @@ -1,6 +1,9 @@ # ChangeLog for app-emulation/x48 # Copyright 1999-2006 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/app-emulation/x48/ChangeLog,v 1.5 2006/05/05 05:23:47 tsunam Exp $ +# $Header: /var/cvsroot/gentoo-x86/app-emulation/x48/ChangeLog,v 1.6 2006/05/05 07:57:57 corsair Exp $ + + 05 May 2006; Markus Rothe <corsair@gentoo.org> x48-0.4.3-r1.ebuild: + Added ~ppc64; bug #132248 05 May 2006; Joshua Jackson <tsunam@gentoo.org> x48-0.4.3-r1.ebuild: Stable on x86; bug #132248 diff --git a/app-emulation/x48/x48-0.4.3-r1.ebuild b/app-emulation/x48/x48-0.4.3-r1.ebuild index 2d9b05d57f7c..1edc1f6afb6e 100644 --- a/app-emulation/x48/x48-0.4.3-r1.ebuild +++ b/app-emulation/x48/x48-0.4.3-r1.ebuild @@ -1,6 +1,6 @@ # Copyright 1999-2006 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/app-emulation/x48/x48-0.4.3-r1.ebuild,v 1.7 2006/05/05 05:23:47 tsunam Exp $ +# $Header: /var/cvsroot/gentoo-x86/app-emulation/x48/x48-0.4.3-r1.ebuild,v 1.8 2006/05/05 07:57:57 corsair Exp $ inherit eutils @@ -12,7 +12,7 @@ SRC_URI="http://download.berlios.de/x48/${P}.tar.gz LICENSE="|| ( ( GPL-2 free-noncomm ) GPL-2 )" SLOT="0" -KEYWORDS="~alpha ~amd64 x86" +KEYWORDS="~alpha ~amd64 ~ppc64 x86" IUSE="" RDEPEND="|| ( ( x11-libs/libXext x11-libs/libX11 ) virtual/x11 )" |