diff options
author | Raúl Porcel <armin76@gentoo.org> | 2007-03-25 22:35:46 +0000 |
---|---|---|
committer | Raúl Porcel <armin76@gentoo.org> | 2007-03-25 22:35:46 +0000 |
commit | 7fbd2c20f00deafab481199258bbd76372a28f93 (patch) | |
tree | 00c48debe0d26eae04488fe8184ca652968e5901 /app-emulation/x48 | |
parent | Add ~ia64 wrt bug 154626 (diff) | |
download | gentoo-2-7fbd2c20f00deafab481199258bbd76372a28f93.tar.gz gentoo-2-7fbd2c20f00deafab481199258bbd76372a28f93.tar.bz2 gentoo-2-7fbd2c20f00deafab481199258bbd76372a28f93.zip |
Add ~ia64 wrt bug 132248
(Portage version: 2.1.2.2)
Diffstat (limited to 'app-emulation/x48')
-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 52b5bc5b5334..987eadeedfe8 100644 --- a/app-emulation/x48/ChangeLog +++ b/app-emulation/x48/ChangeLog @@ -1,6 +1,9 @@ # ChangeLog for app-emulation/x48 # Copyright 1999-2007 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/app-emulation/x48/ChangeLog,v 1.12 2007/01/25 23:02:23 genone Exp $ +# $Header: /var/cvsroot/gentoo-x86/app-emulation/x48/ChangeLog,v 1.13 2007/03/25 22:35:46 armin76 Exp $ + + 25 Mar 2007; Raúl Porcel <armin76@gentoo.org> x48-0.4.3-r1.ebuild: + Add ~ia64 wrt bug 132248 25 Jan 2007; Marius Mauch <genone@gentoo.org> x48-0.4.3.ebuild, x48-0.4.3-r1.ebuild: diff --git a/app-emulation/x48/x48-0.4.3-r1.ebuild b/app-emulation/x48/x48-0.4.3-r1.ebuild index 3bd127bb7f51..666350bcb092 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-2007 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.14 2007/01/25 23:02:23 genone Exp $ +# $Header: /var/cvsroot/gentoo-x86/app-emulation/x48/x48-0.4.3-r1.ebuild,v 1.15 2007/03/25 22:35:46 armin76 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 hppa ~ppc ppc64 ~sparc x86" +KEYWORDS="alpha ~amd64 hppa ~ia64 ~ppc ppc64 ~sparc x86" IUSE="" RDEPEND="|| ( ( x11-libs/libXext x11-libs/libX11 ) virtual/x11 )" |