diff options
author | 2006-11-18 02:12:15 +0000 | |
---|---|---|
committer | 2006-11-18 02:12:15 +0000 | |
commit | 3cdb91dafb272fa250a9f7079483698df3ca13b8 (patch) | |
tree | 51e0fd618d1a0dd707d8e820707f6a9d0dd113a0 /media-sound/soundtracker/soundtracker-0.6.7-r1.ebuild | |
parent | dropping gnome useflag for gnome-1.x removal (diff) | |
download | historical-3cdb91dafb272fa250a9f7079483698df3ca13b8.tar.gz historical-3cdb91dafb272fa250a9f7079483698df3ca13b8.tar.bz2 historical-3cdb91dafb272fa250a9f7079483698df3ca13b8.zip |
drop gnome useflag for gnome-1.x removal
Package-Manager: portage-2.1.2_rc1-r7
Diffstat (limited to 'media-sound/soundtracker/soundtracker-0.6.7-r1.ebuild')
-rw-r--r-- | media-sound/soundtracker/soundtracker-0.6.7-r1.ebuild | 7 |
1 files changed, 3 insertions, 4 deletions
diff --git a/media-sound/soundtracker/soundtracker-0.6.7-r1.ebuild b/media-sound/soundtracker/soundtracker-0.6.7-r1.ebuild index c39a1dbfe3a3..ccb7f1148e90 100644 --- a/media-sound/soundtracker/soundtracker-0.6.7-r1.ebuild +++ b/media-sound/soundtracker/soundtracker-0.6.7-r1.ebuild @@ -1,8 +1,8 @@ # Copyright 1999-2006 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/media-sound/soundtracker/soundtracker-0.6.7-r1.ebuild,v 1.3 2006/04/28 12:08:14 flameeyes Exp $ +# $Header: /var/cvsroot/gentoo-x86/media-sound/soundtracker/soundtracker-0.6.7-r1.ebuild,v 1.4 2006/11/18 02:12:15 compnerd Exp $ -IUSE="nls esd gnome oss alsa jack" +IUSE="nls esd oss alsa jack" inherit eutils flag-o-matic @@ -18,7 +18,6 @@ RDEPEND="sys-libs/zlib media-libs/libsndfile alsa? ( media-libs/alsa-lib ) esd? ( media-sound/esound ) - gnome? ( >=gnome-base/gnome-libs-1.4.1.7 ) jack? ( media-sound/jack-audio-connection-kit ) nls? ( virtual/libintl )" @@ -51,7 +50,7 @@ src_compile() { use esd || myconf="${myconf} --disable-esd" use nls || myconf="${myconf} --disable-nls" use alsa || myconf="${myconf} --disable-alsa" - use gnome || myconf="${myconf} --disable-gnome" + myconf="${myconf} --disable-gnome" use x86 || myconf="${myconf} --disable-asm" econf ${myconf} || die "configure failed" |