diff options
Diffstat (limited to 'x11-misc/adesklets')
-rw-r--r-- | x11-misc/adesklets/ChangeLog | 5 | ||||
-rw-r--r-- | x11-misc/adesklets/adesklets-0.6.1-r1.ebuild | 3 |
2 files changed, 6 insertions, 2 deletions
diff --git a/x11-misc/adesklets/ChangeLog b/x11-misc/adesklets/ChangeLog index 2cfca9bc7c5b..054a8c1f4f1b 100644 --- a/x11-misc/adesklets/ChangeLog +++ b/x11-misc/adesklets/ChangeLog @@ -1,6 +1,9 @@ # ChangeLog for x11-misc/adesklets # Copyright 1999-2006 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/x11-misc/adesklets/ChangeLog,v 1.33 2007/01/26 09:47:21 s4t4n Exp $ +# $Header: /var/cvsroot/gentoo-x86/x11-misc/adesklets/ChangeLog,v 1.34 2007/02/13 18:29:37 s4t4n Exp $ + + 13 Feb 2007; Michele Noberasco <s4t4n@gentoo.org> adesklets-0.6.1-r1.ebuild: + Explicitly disable fontconfig if it is not in USE. Closes bug #166292. 26 Jan 2007; Michele Noberasco <s4t4n@gentoo.org> adesklets-0.6.1-r1.ebuild: Re-fixed bug #148988. diff --git a/x11-misc/adesklets/adesklets-0.6.1-r1.ebuild b/x11-misc/adesklets/adesklets-0.6.1-r1.ebuild index a50104851237..44f42ea5732f 100644 --- a/x11-misc/adesklets/adesklets-0.6.1-r1.ebuild +++ b/x11-misc/adesklets/adesklets-0.6.1-r1.ebuild @@ -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/x11-misc/adesklets/adesklets-0.6.1-r1.ebuild,v 1.4 2007/01/26 09:47:21 s4t4n Exp $ +# $Header: /var/cvsroot/gentoo-x86/x11-misc/adesklets/adesklets-0.6.1-r1.ebuild,v 1.5 2007/02/13 18:29:37 s4t4n Exp $ WANT_AUTOMAKE="latest" WANT_AUTOCONF="latest" @@ -68,6 +68,7 @@ src_compile() use perl || myconf="${myconf} --without-perl-support" myconf="${myconf} $(use_enable debug)" use ctrlmenu && myconf="--enable-control-on-context-menu" + use fontconfig || myconf="${myconf} --without-fontconfig" econf ${myconf} || die emake || die |