diff options
author | Michele Noberasco <s4t4n@gentoo.org> | 2007-01-26 09:47:21 +0000 |
---|---|---|
committer | Michele Noberasco <s4t4n@gentoo.org> | 2007-01-26 09:47:21 +0000 |
commit | 71d30af8a5aeafc1956d8ed6d0ac4fc28051a77e (patch) | |
tree | 67694459bae0d11404bd2a462802dbfa2a0cf8d9 /x11-misc/adesklets | |
parent | arm/ia64/sh stable (diff) | |
download | gentoo-2-71d30af8a5aeafc1956d8ed6d0ac4fc28051a77e.tar.gz gentoo-2-71d30af8a5aeafc1956d8ed6d0ac4fc28051a77e.tar.bz2 gentoo-2-71d30af8a5aeafc1956d8ed6d0ac4fc28051a77e.zip |
Re-fix bug #148988
(Portage version: 2.1.1-r2)
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 | 6 |
2 files changed, 7 insertions, 4 deletions
diff --git a/x11-misc/adesklets/ChangeLog b/x11-misc/adesklets/ChangeLog index 82f93be492bd..2cfca9bc7c5b 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.32 2007/01/24 08:43:32 s4t4n Exp $ +# $Header: /var/cvsroot/gentoo-x86/x11-misc/adesklets/ChangeLog,v 1.33 2007/01/26 09:47:21 s4t4n Exp $ + + 26 Jan 2007; Michele Noberasco <s4t4n@gentoo.org> adesklets-0.6.1-r1.ebuild: + Re-fixed bug #148988. 24 Jan 2007; Michele Noberasco <s4t4n@gentoo.org> adesklets-0.6.1-r1.ebuild: Made fontconfig 2.4 patch be applied only if fontconfig >=2.4 is actually installed. diff --git a/x11-misc/adesklets/adesklets-0.6.1-r1.ebuild b/x11-misc/adesklets/adesklets-0.6.1-r1.ebuild index 977ead2c6529..a50104851237 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.3 2007/01/24 08:43:32 s4t4n Exp $ +# $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 $ WANT_AUTOMAKE="latest" WANT_AUTOCONF="latest" @@ -48,7 +48,7 @@ src_unpack() #Fix for bug #148988: fontconfig >= 2.4 support use fontconfig && { - if has_version ">=dev-libs/fontconfig-2.4"; then + if has_version ">=media-libs/fontconfig-2.4"; then epatch ${FILESDIR}/${P}-fontconfig.patch eautoreconf fi @@ -78,7 +78,7 @@ src_install() #a bit of black magick to fix bug #157002 use fontconfig && { - if has_version ">=dev-libs/fontconfig-2.4"; then + if has_version ">=media-libs/fontconfig-2.4"; then if [ "`cat doc/Makefile | grep \/bin\/sh\ \$\(SHELL\)`" != "" ]; then sed -i 's/\/bin\/sh//' doc/Makefile fi |