View | Details | Raw Unified
Collapse All | Expand All

(-) file_not_specified_in_diff (-4 / +9 lines)
Line 3    Link Here 
# $Header: /var/cvsroot/gentoo-x86/app-admin/conky/conky-1.4.8.ebuild,v 1.2 2007/11/17 22:36:03 dragonheart Exp $
# $Header: $
Line 15    Link Here 
IUSE="audacious bmpx hddtemp ipv6 mpd rss truetype vim-syntax wifi X"
IUSE="audacious audacious-legacy bmpx hddtemp ipv6 mpd rss truetype vim-syntax wifi X"
Line 28    Link Here 
		audacious? ( <media-sound/audacious-1.4.0 )
		audacious? ( >=media-sound/audacious-1.4.0 )
		audacious-legacy? ( <media-sound/audacious-1.4.0 )
Line 69    Link Here 
	if useq audacious-legacy; then
		myconf="${myconf} --enable-audacious=legacy"
	elif useq audacious; then
		myconf="${myconf} --enable-audacious"
	fi
Line 71    Link Here 
		$(use_enable audacious) \