summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorSaleem Abdulrasool <compnerd@gentoo.org>2006-11-17 23:06:10 +0000
committerSaleem Abdulrasool <compnerd@gentoo.org>2006-11-17 23:06:10 +0000
commite0221ce9323a26259cd6f48eb25c609075b07ac5 (patch)
tree8456d43d4f6ad334c6220ec93050d135d05c74df /app-emulation/vice/vice-1.20.ebuild
parentAdd patch from Josh Coalson to be able to build with flac 1.1.3 (diff)
downloadhistorical-e0221ce9323a26259cd6f48eb25c609075b07ac5.tar.gz
historical-e0221ce9323a26259cd6f48eb25c609075b07ac5.tar.bz2
historical-e0221ce9323a26259cd6f48eb25c609075b07ac5.zip
dropping gnome useflag for gnome-1.x removal
Package-Manager: portage-2.1.2_rc1-r7
Diffstat (limited to 'app-emulation/vice/vice-1.20.ebuild')
-rw-r--r--app-emulation/vice/vice-1.20.ebuild6
1 files changed, 2 insertions, 4 deletions
diff --git a/app-emulation/vice/vice-1.20.ebuild b/app-emulation/vice/vice-1.20.ebuild
index db3c64c3b6ad..ad6a50d4bf2c 100644
--- a/app-emulation/vice/vice-1.20.ebuild
+++ b/app-emulation/vice/vice-1.20.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/app-emulation/vice/vice-1.20.ebuild,v 1.2 2006/10/26 00:26:20 nyhm Exp $
+# $Header: /var/cvsroot/gentoo-x86/app-emulation/vice/vice-1.20.ebuild,v 1.3 2006/11/17 23:06:10 compnerd Exp $
inherit games
@@ -11,7 +11,7 @@ SRC_URI="http://www.zimmers.net/anonftp/pub/cbm/crossplatform/emulators/VICE/${P
LICENSE="GPL-2"
SLOT="0"
KEYWORDS="~amd64 ~ppc ~sparc ~x86"
-IUSE="Xaw3d alsa arts esd gnome nls png readline sdl"
+IUSE="Xaw3d alsa arts esd nls png readline sdl"
RDEPEND="media-libs/giflib
media-libs/jpeg
@@ -29,7 +29,6 @@ RDEPEND="media-libs/giflib
alsa? ( media-libs/alsa-lib )
arts? ( kde-base/arts )
esd? ( media-sound/esound )
- gnome? ( gnome-base/libgnomeui )
nls? ( virtual/libintl )
png? ( media-libs/libpng )
readline? ( sys-libs/readline )
@@ -64,7 +63,6 @@ src_compile() {
--enable-realdevice \
--with-resid \
--without-midas \
- $(use_enable gnome gnomeui) \
$(use_enable nls) \
$(use_with Xaw3d xaw3d) \
$(use_with alsa) \