summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorDan Armak <danarmak@gentoo.org>2002-02-19 10:39:36 +0000
committerDan Armak <danarmak@gentoo.org>2002-02-19 10:39:36 +0000
commit561dd82e0985897faea20c62128987691a5cd83b (patch)
tree34223d2b32713a29f55fc5744ed2ec632f3b67e7 /media-sound/freeamp
parentenable gb support (diff)
downloadhistorical-561dd82e0985897faea20c62128987691a5cd83b.tar.gz
historical-561dd82e0985897faea20c62128987691a5cd83b.tar.bz2
historical-561dd82e0985897faea20c62128987691a5cd83b.zip
fixed very stupid bug of my own making where die would be called if arts wasn't in use. sorry
Diffstat (limited to 'media-sound/freeamp')
-rw-r--r--media-sound/freeamp/freeamp-2.1.1.ebuild7
1 files changed, 3 insertions, 4 deletions
diff --git a/media-sound/freeamp/freeamp-2.1.1.ebuild b/media-sound/freeamp/freeamp-2.1.1.ebuild
index 1bf10001c006..53a89f677431 100644
--- a/media-sound/freeamp/freeamp-2.1.1.ebuild
+++ b/media-sound/freeamp/freeamp-2.1.1.ebuild
@@ -1,8 +1,9 @@
# Copyright 1999-2000 Gentoo Technologies, Inc.
# Distributed under the terms of the GNU General Public License, v2 or later
# Author Donny Davies <woodchip@gentoo.org>
-# $Header: /var/cvsroot/gentoo-x86/media-sound/freeamp/freeamp-2.1.1.ebuild,v 1.2 2002/02/12 18:55:38 danarmak Exp $
-use arts && . /usr/portage/eclass/inherit.eclass || die
+# $Header: /var/cvsroot/gentoo-x86/media-sound/freeamp/freeamp-2.1.1.ebuild,v 1.3 2002/02/19 10:39:36 danarmak Exp $
+use arts && . /usr/portage/eclass/inherit.eclass
+use arts && inherit functions && set-kdedir
# I highly suggest you read the features section of the freeamp website to
# see all the neat stuff this program can do. Pretty spiffy :)
@@ -22,8 +23,6 @@ RDEPEND="virtual/glibc
vorbis? ( media-libs/libvorbis )"
DEPEND="${RDEPEND} dev-lang/nasm sys-devel/perl"
-use arts && inherit functions && set-kdedir
-
# Unfortunately you can't selectively build a lot of the features. Therefore
# this whole package is essentially a judgement call. However, I've made the
# DEPEND in a strategic manner to ensure that your USE variable is respected