|
|
# $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: $ |
|
|
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" |
|
|
audacious? ( <media-sound/audacious-1.4.0 ) |
audacious? ( >=media-sound/audacious-1.4.0 ) |
|
audacious-legacy? ( <media-sound/audacious-1.4.0 ) |
|
|
|
if useq audacious-legacy; then |
|
myconf="${myconf} --enable-audacious=legacy" |
|
elif useq audacious; then |
|
myconf="${myconf} --enable-audacious" |
|
fi |
|
|
$(use_enable audacious) \ |
|