summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMichele Noberasco <s4t4n@gentoo.org>2007-01-26 09:47:21 +0000
committerMichele Noberasco <s4t4n@gentoo.org>2007-01-26 09:47:21 +0000
commit71d30af8a5aeafc1956d8ed6d0ac4fc28051a77e (patch)
tree67694459bae0d11404bd2a462802dbfa2a0cf8d9 /x11-misc/adesklets/adesklets-0.6.1-r1.ebuild
parentarm/ia64/sh stable (diff)
downloadgentoo-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/adesklets-0.6.1-r1.ebuild')
-rw-r--r--x11-misc/adesklets/adesklets-0.6.1-r1.ebuild6
1 files changed, 3 insertions, 3 deletions
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