--- /usr/portage/app-admin/conky/conky-1.4.5.ebuild 2007-02-07 14:05:33.000000000 -0500 +++ ./conky-1.4.5-r1.ebuild 2007-02-20 12:10:44.000000000 -0500 @@ -1,6 +1,6 @@ # Copyright 1999-2007 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/app-admin/conky/conky-1.4.5.ebuild,v 1.7 2007/02/07 18:55:57 blubb Exp $ +# $Header: inherit eutils # used for epause @@ -63,11 +63,16 @@ mymake="MPD_NO_IPV6=noipv6" fi local myconf - myconf="--enable-own-window --enable-proc-uptime" - use X && myconf="${myconf} --enable-x11 --enable-double-buffer --enable-xdamage" + myconf="--enable-proc-uptime" + if useq X; then + myconf="${myconf} --enable-x11 --enable-double-buffer --enable-xdamage --enable-own-window" + myconf="${myconf} $(use_enable truetype xft)" + else + myconf="${myconf} --disable-x11 --disable-double-buffer --disable-xdamage --disable-own-window" + myconf="${myconf} --disable-xft" + fi econf \ ${myconf} \ - $(use_enable truetype xft) \ $(use_enable audacious) \ $(use_enable bmpx) \ $(use_enable hddtemp ) \