summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMike Frysinger <vapier@gentoo.org>2003-07-13 07:40:58 +0000
committerMike Frysinger <vapier@gentoo.org>2003-07-13 07:40:58 +0000
commit1d6d7b15f518f48c7b00b3e3a4c329ec11b15fe7 (patch)
tree59e834917711c3bbfcc32027a392dd092322b09c /app-emulation
parentnls support fix #24041 + games.eclass (diff)
downloadhistorical-1d6d7b15f518f48c7b00b3e3a4c329ec11b15fe7.tar.gz
historical-1d6d7b15f518f48c7b00b3e3a4c329ec11b15fe7.tar.bz2
historical-1d6d7b15f518f48c7b00b3e3a4c329ec11b15fe7.zip
nls support fix #24041 + games.eclass
Diffstat (limited to 'app-emulation')
-rw-r--r--app-emulation/vice/vice-1.12-r1.ebuild4
-rw-r--r--app-emulation/vice/vice-1.12.ebuild3
2 files changed, 3 insertions, 4 deletions
diff --git a/app-emulation/vice/vice-1.12-r1.ebuild b/app-emulation/vice/vice-1.12-r1.ebuild
index 44e213352dc4..41fa2e0cb230 100644
--- a/app-emulation/vice/vice-1.12-r1.ebuild
+++ b/app-emulation/vice/vice-1.12-r1.ebuild
@@ -1,6 +1,6 @@
# Copyright 1999-2003 Gentoo Technologies, Inc.
# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/app-emulation/vice/vice-1.12-r1.ebuild,v 1.1 2003/07/13 07:40:14 vapier Exp $
+# $Header: /var/cvsroot/gentoo-x86/app-emulation/vice/vice-1.12-r1.ebuild,v 1.2 2003/07/13 07:40:27 vapier Exp $
inherit games eutils
@@ -10,7 +10,7 @@ SRC_URI="ftp://ftp.funet.fi/pub/cbm/crossplatform/emulators/VICE/${P}.tar.gz"
LICENSE="GPL-2"
SLOT="0"
-KEYWORDS="x86"
+KEYWORDS="~x86"
IUSE="sdl nls gnome arts"
DEPEND=">=x11-base/xfree-4.0
diff --git a/app-emulation/vice/vice-1.12.ebuild b/app-emulation/vice/vice-1.12.ebuild
index 959b3a14c18d..ec7d0e06486b 100644
--- a/app-emulation/vice/vice-1.12.ebuild
+++ b/app-emulation/vice/vice-1.12.ebuild
@@ -1,6 +1,6 @@
# Copyright 1999-2003 Gentoo Technologies, Inc.
# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/app-emulation/vice/vice-1.12.ebuild,v 1.1 2003/06/24 11:55:34 hanno Exp $
+# $Header: /var/cvsroot/gentoo-x86/app-emulation/vice/vice-1.12.ebuild,v 1.2 2003/07/13 07:40:58 vapier Exp $
IUSE="sdl nls gnome"
@@ -21,7 +21,6 @@ src_compile() {
local myconf="--enable-fullscreen"
use sdl && myconf="${myconf} --with-sdl"
use gnome && myconf="${myconf} --enable-gnomeui"
- use nls || myconf="${myconf} --disable-nls"
./configure \
--host=${CHOST} \