1
0
mirror of https://github.com/Llewellynvdm/conky.git synced 2025-01-24 23:58:35 +00:00

ebuild update

git-svn-id: https://conky.svn.sourceforge.net/svnroot/conky/trunk/conky@113 7f574dfc-610e-0410-a909-a81674777703
This commit is contained in:
Brenden Matthews 2005-08-15 05:33:14 +00:00
parent 578800c8a6
commit df0acafa31

View File

@ -11,17 +11,18 @@ HOMEPAGE="http://conky.rty.ca"
LICENSE="BSD"
SLOT="0"
KEYWORDS="~amd64 ~ppc ~sparc ~x86"
IUSE="truetype seti metar"
IUSE="truetype seti metar X"
RDEPEND="virtual/libc
virtual/x11
X? ( virtual/x11 )
truetype? ( >=media-libs/freetype-2 )
seti? ( sci-astronomy/setiathome )
metar? ( dev-libs/mdsplib )"
metar? ( dev-libs/mdsplib )
"
DEPEND="truetype? ( >=media-libs/freetype-2 )
metar? ( dev-libs/mdsplib )
virtual/x11
X? ( virtual/x11 )
>=sys-devel/automake-1.4
sys-devel/autoconf
sys-apps/grep
@ -42,6 +43,7 @@ src_compile() {
$(use_enable truetype xft) \
$(use_enable metar) \
$(use_enable seti) \
$(use_enable x x11) \
--enable-double-buffer \
--enable-own-window \
--enable-proc-uptime \