diff options
author | Richard Freeman <rich0@gentoo.org> | 2012-06-24 16:17:30 +0000 |
---|---|---|
committer | Richard Freeman <rich0@gentoo.org> | 2012-06-24 16:17:30 +0000 |
commit | c5ef5b3d25c7a172014c216726a47583e3f00493 (patch) | |
tree | 57532d9b253751bd765ad2b5941aa2e425df899e /games-rpg/eternal-lands/eternal-lands-1.9.3-r2.ebuild | |
parent | Use snapshot to relicense Menu.py with LGPL-2 and incorporate -subprocess.patch. (diff) | |
download | historical-c5ef5b3d25c7a172014c216726a47583e3f00493.tar.gz historical-c5ef5b3d25c7a172014c216726a47583e3f00493.tar.bz2 historical-c5ef5b3d25c7a172014c216726a47583e3f00493.zip |
Now fixing bug introduced during cosmetic change. I hate cosmetic changes...
Package-Manager: portage-2.1.10.65/cvs/Linux x86_64
Diffstat (limited to 'games-rpg/eternal-lands/eternal-lands-1.9.3-r2.ebuild')
-rw-r--r-- | games-rpg/eternal-lands/eternal-lands-1.9.3-r2.ebuild | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/games-rpg/eternal-lands/eternal-lands-1.9.3-r2.ebuild b/games-rpg/eternal-lands/eternal-lands-1.9.3-r2.ebuild index 684cd3ad9572..bf01d588d83c 100644 --- a/games-rpg/eternal-lands/eternal-lands-1.9.3-r2.ebuild +++ b/games-rpg/eternal-lands/eternal-lands-1.9.3-r2.ebuild @@ -1,6 +1,6 @@ # Copyright 1999-2012 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/games-rpg/eternal-lands/eternal-lands-1.9.3-r2.ebuild,v 1.1 2012/06/24 14:57:01 rich0 Exp $ +# $Header: /var/cvsroot/gentoo-x86/games-rpg/eternal-lands/eternal-lands-1.9.3-r2.ebuild,v 1.2 2012/06/24 16:17:30 rich0 Exp $ EAPI=4 inherit eutils flag-o-matic gnome2-utils games @@ -65,7 +65,7 @@ src_prepare() { src_compile() { emake \ DEBUG="$(usex debug "yes" "no")" \ - BSD_KERNEL="$(usex kernel_linux "no" "yes")" \ + BSD_KERNEL="$(usex !kernel_linux)" \ DATADIR="${GAMES_DATADIR}/${PN}/" if use doc; then |