diff options
author | 2007-11-13 23:31:34 +0000 | |
---|---|---|
committer | 2007-11-13 23:31:34 +0000 | |
commit | 8a5d75ce610e6c6501de492b03e8e115ce98304e (patch) | |
tree | 80217cca8416b5ba90c811eec77c145e35b26489 /dev-games/crystalspace/crystalspace-1.0.1.ebuild | |
parent | dev-java/servletapi is only needed to build the examples to add examples use ... (diff) | |
download | gentoo-2-8a5d75ce610e6c6501de492b03e8e115ce98304e.tar.gz gentoo-2-8a5d75ce610e6c6501de492b03e8e115ce98304e.tar.bz2 gentoo-2-8a5d75ce610e6c6501de492b03e8e115ce98304e.zip |
Changing ~amd64 to -amd64 due to bug #187093.
(Portage version: 2.1.3.19)
Diffstat (limited to 'dev-games/crystalspace/crystalspace-1.0.1.ebuild')
-rw-r--r-- | dev-games/crystalspace/crystalspace-1.0.1.ebuild | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/dev-games/crystalspace/crystalspace-1.0.1.ebuild b/dev-games/crystalspace/crystalspace-1.0.1.ebuild index 7ce7793b6373..6147de9ab707 100644 --- a/dev-games/crystalspace/crystalspace-1.0.1.ebuild +++ b/dev-games/crystalspace/crystalspace-1.0.1.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/dev-games/crystalspace/crystalspace-1.0.1.ebuild,v 1.5 2007/10/28 13:26:44 nixnut Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-games/crystalspace/crystalspace-1.0.1.ebuild,v 1.6 2007/11/13 23:31:34 wolf31o2 Exp $ inherit flag-o-matic java-pkg-opt-2 multilib wxwidgets @@ -11,7 +11,7 @@ SRC_URI="mirror://sourceforge/crystal/${MY_P}.tar.bz2" LICENSE="LGPL-2.1" SLOT="0" -KEYWORDS="~amd64 x86" +KEYWORDS="-amd64 x86" IUSE="3ds alsa cal3d cegui cg doc java javascript jpeg mng ode perl png python sdl truetype vorbis wxwindows" |