diff options
author | Michael Sterrett <mr_bones_@gentoo.org> | 2006-06-04 07:34:36 +0000 |
---|---|---|
committer | Michael Sterrett <mr_bones_@gentoo.org> | 2006-06-04 07:34:36 +0000 |
commit | 5f8e4b2019023f79206384ddfe50be06a5b14df2 (patch) | |
tree | e041dad2f4585b1a2d34634afeffabc4c29447c6 /games-emulation | |
parent | Remove old development snapshots. (diff) | |
download | gentoo-2-5f8e4b2019023f79206384ddfe50be06a5b14df2.tar.gz gentoo-2-5f8e4b2019023f79206384ddfe50be06a5b14df2.tar.bz2 gentoo-2-5f8e4b2019023f79206384ddfe50be06a5b14df2.zip |
drop sparc keyword for now since it doesn't seem to compile? - bug #135467
(Portage version: 2.1_rc4)
Diffstat (limited to 'games-emulation')
-rw-r--r-- | games-emulation/xmess/ChangeLog | 5 | ||||
-rw-r--r-- | games-emulation/xmess/xmess-0.106.ebuild | 5 |
2 files changed, 7 insertions, 3 deletions
diff --git a/games-emulation/xmess/ChangeLog b/games-emulation/xmess/ChangeLog index 9b13b69deb9c..16f5e259eef1 100644 --- a/games-emulation/xmess/ChangeLog +++ b/games-emulation/xmess/ChangeLog @@ -1,6 +1,9 @@ # ChangeLog for games-emulation/xmess # Copyright 1999-2006 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/games-emulation/xmess/ChangeLog,v 1.51 2006/06/02 07:14:25 mr_bones_ Exp $ +# $Header: /var/cvsroot/gentoo-x86/games-emulation/xmess/ChangeLog,v 1.52 2006/06/04 07:34:36 mr_bones_ Exp $ + + 04 Jun 2006; Michael Sterrett <mr_bones_@gentoo.org> xmess-0.106.ebuild: + drop sparc keyword for now since it doesn't seem to compile? - bug #135467 *xmess-0.106 (02 Jun 2006) diff --git a/games-emulation/xmess/xmess-0.106.ebuild b/games-emulation/xmess/xmess-0.106.ebuild index 8106c9085c82..3bd0cb1dc857 100644 --- a/games-emulation/xmess/xmess-0.106.ebuild +++ b/games-emulation/xmess/xmess-0.106.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/games-emulation/xmess/xmess-0.106.ebuild,v 1.1 2006/06/02 07:14:25 mr_bones_ Exp $ +# $Header: /var/cvsroot/gentoo-x86/games-emulation/xmess/xmess-0.106.ebuild,v 1.2 2006/06/04 07:34:36 mr_bones_ Exp $ inherit flag-o-matic toolchain-funcs eutils games @@ -12,7 +12,8 @@ SRC_URI="http://x.mame.net/download/xmame-${PV}.tar.bz2" LICENSE="XMAME" SLOT="0" -KEYWORDS="alpha ~amd64 ~hppa ia64 ppc sparc x86" +# dropped sparc keyword - bug #135467 +KEYWORDS="alpha ~amd64 ~hppa ia64 ppc -sparc x86" IUSE="alsa arts dga esd expat ggi joystick lirc mmx net opengl sdl svga X xinerama xv" RDEPEND="sys-libs/zlib |