summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
Diffstat (limited to 'games-strategy/xscorch/xscorch-0.2.0-r1.ebuild')
-rw-r--r--games-strategy/xscorch/xscorch-0.2.0-r1.ebuild10
1 files changed, 4 insertions, 6 deletions
diff --git a/games-strategy/xscorch/xscorch-0.2.0-r1.ebuild b/games-strategy/xscorch/xscorch-0.2.0-r1.ebuild
index 3f7c3736836a..5609f54dff9c 100644
--- a/games-strategy/xscorch/xscorch-0.2.0-r1.ebuild
+++ b/games-strategy/xscorch/xscorch-0.2.0-r1.ebuild
@@ -1,6 +1,6 @@
-# Copyright 1999-2005 Gentoo Foundation
+# Copyright 1999-2006 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/games-strategy/xscorch/xscorch-0.2.0-r1.ebuild,v 1.2 2005/11/02 08:48:40 mr_bones_ Exp $
+# $Header: /var/cvsroot/gentoo-x86/games-strategy/xscorch/xscorch-0.2.0-r1.ebuild,v 1.3 2006/11/18 02:04:10 compnerd Exp $
inherit eutils games
@@ -13,11 +13,10 @@ SRC_URI="http://xscorch.org./releases/${P}.tar.gz
LICENSE="GPL-2"
SLOT="0"
KEYWORDS="alpha ~amd64 ppc x86"
-IUSE="gnome gtk mikmod"
+IUSE="gtk mikmod"
DEPEND="gtk? ( =x11-libs/gtk+-1* )
- mikmod? ( media-libs/libmikmod )
- gnome? ( gnome-base/gnome-libs )"
+ mikmod? ( media-libs/libmikmod )"
src_unpack() {
unpack ${P}.tar.gz
@@ -34,7 +33,6 @@ src_compile() {
--without-readline \
$(use_enable mikmod sound) \
$(use_with gtk) \
- $(use_with gnome) \
|| die
emake || die "emake failed"
}