1
0
mirror of https://github.com/Llewellynvdm/conky.git synced 2024-12-24 11:55:43 +00:00

ebuild changes

git-svn-id: https://conky.svn.sourceforge.net/svnroot/conky/trunk/conky1@732 7f574dfc-610e-0410-a909-a81674777703
This commit is contained in:
Philip Kovacs 2006-11-07 01:40:40 +00:00
parent 4b37a0e158
commit 13b33a257c
2 changed files with 5 additions and 7 deletions

View File

@ -61,12 +61,11 @@ src_compile() {
mymake="MPD_NO_IPV6=noipv6"
fi
local myconf
myconf="--enable-double-buffer --enable-own-window --enable-proc-uptime \
--enable-mpd"
myconf="--enable-own-window --enable-proc-uptime --enable-mpd"
use X && myconf="${myconf} --enable-x11 --enable-double-buffer --enable-xdamage"
econf \
${myconf} \
$(use_enable truetype xft) \
$(use_enable X x11) \
$(use_enable audacious) \
$(use_enable bmpx) \
$(use_enable !ipv6 portmon) || die "econf failed"

View File

@ -10,7 +10,7 @@ HOMEPAGE="http://conky.sf.net"
LICENSE="BSD"
SLOT="0"
KEYWORDS="~amd64 ~ppc ~ppc64 ~sparc ~x86 ~alpha"
KEYWORDS="~alpha ~amd64 ~ppc ~ppc64 ~sparc ~x86"
IUSE="truetype X ipv6 audacious bmpx"
DEPEND_COMMON="
@ -65,12 +65,11 @@ src_compile() {
mymake="MPD_NO_IPV6=noipv6"
fi
local myconf
myconf="--enable-double-buffer --enable-own-window --enable-proc-uptime \
--enable-mpd"
myconf="--enable-own-window --enable-proc-uptime --enable-mpd"
use X && myconf="${myconf} --enable-x11 --enable-double-buffer --enable-xdamage"
econf \
${myconf} \
$(use_enable truetype xft) \
$(use_enable X x11) \
$(use_enable audacious) \
$(use_enable bmpx) \
$(use_enable !ipv6 portmon) || die "econf failed"