diff options
author | Daniel Black <dragonheart@gentoo.org> | 2004-06-07 04:40:17 +0000 |
---|---|---|
committer | Daniel Black <dragonheart@gentoo.org> | 2004-06-07 04:40:17 +0000 |
commit | 67a7a97315f0d6417d061bb54ca8ebddc249f6fb (patch) | |
tree | 4427c2cefccec00f291c28748b1ea730bd354711 /app-emulation/basiliskII | |
parent | Added a patch from iluxa that moves an include of asm/spaces.h in asm/page.h ... (diff) | |
download | gentoo-2-67a7a97315f0d6417d061bb54ca8ebddc249f6fb.tar.gz gentoo-2-67a7a97315f0d6417d061bb54ca8ebddc249f6fb.tar.bz2 gentoo-2-67a7a97315f0d6417d061bb54ca8ebddc249f6fb.zip |
x86 stable
Diffstat (limited to 'app-emulation/basiliskII')
-rw-r--r-- | app-emulation/basiliskII/ChangeLog | 6 | ||||
-rw-r--r-- | app-emulation/basiliskII/basiliskII-1.0.0_pre20020115.ebuild | 4 |
2 files changed, 7 insertions, 3 deletions
diff --git a/app-emulation/basiliskII/ChangeLog b/app-emulation/basiliskII/ChangeLog index 9d69ceacd493..c4f14d61086c 100644 --- a/app-emulation/basiliskII/ChangeLog +++ b/app-emulation/basiliskII/ChangeLog @@ -1,6 +1,10 @@ # ChangeLog for app-emulation/basiliskII # Copyright 2002-2004 Gentoo Technologies, Inc.; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/app-emulation/basiliskII/ChangeLog,v 1.10 2004/03/21 14:22:39 dholm Exp $ +# $Header: /var/cvsroot/gentoo-x86/app-emulation/basiliskII/ChangeLog,v 1.11 2004/06/07 04:40:17 dragonheart Exp $ + + 07 Jun 2004; Daniel Black <dragonheart@gentoo.org> + basiliskII-1.0.0_pre20020115.ebuild: + x86 stable *basiliskII-1.0.0_pre20020115 (21 Mar 2004) diff --git a/app-emulation/basiliskII/basiliskII-1.0.0_pre20020115.ebuild b/app-emulation/basiliskII/basiliskII-1.0.0_pre20020115.ebuild index e883277150ec..31ea694123dc 100644 --- a/app-emulation/basiliskII/basiliskII-1.0.0_pre20020115.ebuild +++ b/app-emulation/basiliskII/basiliskII-1.0.0_pre20020115.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/basiliskII/basiliskII-1.0.0_pre20020115.ebuild,v 1.2 2004/03/21 18:28:03 dholm Exp $ +# $Header: /var/cvsroot/gentoo-x86/app-emulation/basiliskII/basiliskII-1.0.0_pre20020115.ebuild,v 1.3 2004/06/07 04:40:17 dragonheart Exp $ IUSE="X gtk xv esd dga" @@ -13,7 +13,7 @@ inherit flag-o-matic DESCRIPTION="Basilisk II Macintosh Emulator" HOMEPAGE="http://www.uni-mainz.de/~bauec002/B2Main.html" LICENSE="GPL-2 | LGPL-2.1" -KEYWORDS="~x86 ~ppc" +KEYWORDS="x86 ~ppc" SLOT="0" ### We'll set $S Manually, it's version dependant, and nested strangely. |