From 3d72ae4b90c9da7e39c21623aee75370bd7f417b Mon Sep 17 00:00:00 2001 From: Brenden Matthews Date: Fri, 28 Sep 2007 20:21:48 +0000 Subject: [PATCH] update ebuild git-svn-id: https://conky.svn.sourceforge.net/svnroot/conky/trunk/conky1@967 7f574dfc-610e-0410-a909-a81674777703 --- app-admin/conky/conky-1.4.7.ebuild | 3 +++ 1 file changed, 3 insertions(+) diff --git a/app-admin/conky/conky-1.4.7.ebuild b/app-admin/conky/conky-1.4.7.ebuild index 21b68f57..75920965 100644 --- a/app-admin/conky/conky-1.4.7.ebuild +++ b/app-admin/conky/conky-1.4.7.ebuild @@ -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"