diff options
author | Sven Blumenstein <bazik@gentoo.org> | 2004-01-10 14:56:58 +0000 |
---|---|---|
committer | Sven Blumenstein <bazik@gentoo.org> | 2004-01-10 14:56:58 +0000 |
commit | 23751d2f915bbf9d7ef95898db203d9ba29f7387 (patch) | |
tree | d93d16e1379603c84bf1d9198787cee4540ab78f /app-emulation/bochs | |
parent | Version bumped. (diff) | |
download | gentoo-2-23751d2f915bbf9d7ef95898db203d9ba29f7387.tar.gz gentoo-2-23751d2f915bbf9d7ef95898db203d9ba29f7387.tar.bz2 gentoo-2-23751d2f915bbf9d7ef95898db203d9ba29f7387.zip |
Stable on sparc. Hey, I saw Win2K booting on my Sun Ultra5!
Diffstat (limited to 'app-emulation/bochs')
-rw-r--r-- | app-emulation/bochs/ChangeLog | 5 | ||||
-rw-r--r-- | app-emulation/bochs/bochs-2.0.2.ebuild | 4 |
2 files changed, 6 insertions, 3 deletions
diff --git a/app-emulation/bochs/ChangeLog b/app-emulation/bochs/ChangeLog index ca61d96cf861..6e9af3afe430 100644 --- a/app-emulation/bochs/ChangeLog +++ b/app-emulation/bochs/ChangeLog @@ -1,6 +1,9 @@ # ChangeLog for app-emulation/bochs # Copyright 2002-2004 Gentoo Technologies, Inc.; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/app-emulation/bochs/ChangeLog,v 1.18 2004/01/09 23:24:56 agriffis Exp $ +# $Header: /var/cvsroot/gentoo-x86/app-emulation/bochs/ChangeLog,v 1.19 2004/01/10 14:56:58 bazik Exp $ + + 10 Jan 2004; Sven Blumenstein <bazik@gentoo.org> bochs-2.0.2.ebuild: + Stable on sparc. Hey, I saw Win2K booting on my Sun Ultra5! 09 Jan 2004; Aron Griffis <agriffis@gentoo.org> bochs-2.0.2.ebuild: stable on alpha diff --git a/app-emulation/bochs/bochs-2.0.2.ebuild b/app-emulation/bochs/bochs-2.0.2.ebuild index 62306dad1df8..3dd6516a4f99 100644 --- a/app-emulation/bochs/bochs-2.0.2.ebuild +++ b/app-emulation/bochs/bochs-2.0.2.ebuild @@ -1,6 +1,6 @@ # Copyright 1999-2004 Gentoo Technologies, Inc. # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/app-emulation/bochs/bochs-2.0.2.ebuild,v 1.11 2004/01/09 23:24:56 agriffis Exp $ +# $Header: /var/cvsroot/gentoo-x86/app-emulation/bochs/bochs-2.0.2.ebuild,v 1.12 2004/01/10 14:56:58 bazik Exp $ inherit eutils @@ -11,7 +11,7 @@ SRC_URI="mirror://sourceforge/bochs/${P}.tar.gz LICENSE="LGPL-2.1" SLOT="0" -KEYWORDS="x86 ~ppc alpha ~sparc" +KEYWORDS="x86 ~ppc alpha sparc" IUSE="sdl gtk" DEPEND=">=sys-libs/glibc-2.1.3 |