1
0
mirror of https://github.com/Llewellynvdm/conky.git synced 2024-12-25 12:10:03 +00:00

update ebuild

git-svn-id: https://conky.svn.sourceforge.net/svnroot/conky/trunk/conky1@967 7f574dfc-610e-0410-a909-a81674777703
This commit is contained in:
Brenden Matthews 2007-09-28 20:21:48 +00:00
parent 2d10c4c08d
commit 3d72ae4b90

View File

@ -30,6 +30,7 @@ DEPEND_COMMON="
>=sys-apps/dbus-0.35
)
)
wlan? ( net-wireless/wireless-tools )
!ipv6? ( >=dev-libs/glib-2.0 )"
RDEPEND="${DEPEND_COMMON}
hddtemp? ( app-admin/hddtemp )
@ -68,6 +69,8 @@ src_compile() {
$(use_enable audacious) \
$(use_enable bmpx) \
$(use_enable hddtemp ) \
$(use_enable rss) \
$(use_enable wlan) \
$(use_enable mpd) \
$(use_enable !ipv6 portmon) || die "econf failed"
emake ${mymake} || die "compile failed"