diff options
author | Michael Sterrett <mr_bones_@gentoo.org> | 2004-06-22 05:02:47 +0000 |
---|---|---|
committer | Michael Sterrett <mr_bones_@gentoo.org> | 2004-06-22 05:02:47 +0000 |
commit | 1575a8e9ddec67e5302d3d4d4ad9b1ad3f48c179 (patch) | |
tree | a11acd728f9a50f0af9800e1e4d2c78c3e6c7557 /games-emulation | |
parent | Clean older ebuilds (Manifest recommit) (diff) | |
download | gentoo-2-1575a8e9ddec67e5302d3d4d4ad9b1ad3f48c179.tar.gz gentoo-2-1575a8e9ddec67e5302d3d4d4ad9b1ad3f48c179.tar.bz2 gentoo-2-1575a8e9ddec67e5302d3d4d4ad9b1ad3f48c179.zip |
not stable enough yet on amd64 (bugs #52274 and #52276)
Diffstat (limited to 'games-emulation')
-rw-r--r-- | games-emulation/dosbox/ChangeLog | 8 | ||||
-rw-r--r-- | games-emulation/dosbox/dosbox-0.61.ebuild | 4 |
2 files changed, 9 insertions, 3 deletions
diff --git a/games-emulation/dosbox/ChangeLog b/games-emulation/dosbox/ChangeLog index 7f53256b4759..01af9d5ed21f 100644 --- a/games-emulation/dosbox/ChangeLog +++ b/games-emulation/dosbox/ChangeLog @@ -1,6 +1,12 @@ # ChangeLog for games-emulation/dosbox # Copyright 2002-2004 Gentoo Technologies, Inc.; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/games-emulation/dosbox/ChangeLog,v 1.9 2004/06/10 08:11:45 hanno Exp $ +# $Header: /var/cvsroot/gentoo-x86/games-emulation/dosbox/ChangeLog,v 1.10 2004/06/22 05:02:47 mr_bones_ Exp $ + + 21 Jun 2004; Michael Sterrett <mr_bones_@gentoo.org> dosbox-0.61.ebuild: + Well, it works, but isn't "stable" on amd64 so back to ~ it goes. + amd64 users will need to keyword locally for this version. (bugs #52274 + and #52276) dosbox-cvs is recommended for amd64 users until the next + release from upstream. 10 Jun 2004; Hanno Boeck <hanno@gentoo.org> +files/dosbox_gcc34.gz, dosbox-0.61.ebuild: diff --git a/games-emulation/dosbox/dosbox-0.61.ebuild b/games-emulation/dosbox/dosbox-0.61.ebuild index e8c578b8c290..0390ccae2cce 100644 --- a/games-emulation/dosbox/dosbox-0.61.ebuild +++ b/games-emulation/dosbox/dosbox-0.61.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/games-emulation/dosbox/dosbox-0.61.ebuild,v 1.8 2004/06/10 08:31:48 mr_bones_ Exp $ +# $Header: /var/cvsroot/gentoo-x86/games-emulation/dosbox/dosbox-0.61.ebuild,v 1.9 2004/06/22 05:02:47 mr_bones_ Exp $ inherit eutils games @@ -8,7 +8,7 @@ DESCRIPTION="DOS emulator" HOMEPAGE="http://dosbox.sourceforge.net/" SRC_URI="mirror://sourceforge/dosbox/${P}.tar.gz" -KEYWORDS="x86 amd64 ~ppc" +KEYWORDS="x86 ~amd64 ~ppc" LICENSE="GPL-2" SLOT="0" IUSE="alsa opengl" |