summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAron Griffis <agriffis@gentoo.org>2004-06-24 01:01:26 +0000
committerAron Griffis <agriffis@gentoo.org>2004-06-24 01:01:26 +0000
commit1d9d9f6ca0a129e59d4f5395d3e6dab5ad03ae40 (patch)
tree60a9addc34b348eb0b50594756a92e68cb09bf0c /x11-misc/xmbdfed
parentAdded missing files. (diff)
downloadhistorical-1d9d9f6ca0a129e59d4f5395d3e6dab5ad03ae40.tar.gz
historical-1d9d9f6ca0a129e59d4f5395d3e6dab5ad03ae40.tar.bz2
historical-1d9d9f6ca0a129e59d4f5395d3e6dab5ad03ae40.zip
QA - fix use invocation
Diffstat (limited to 'x11-misc/xmbdfed')
-rw-r--r--x11-misc/xmbdfed/ChangeLog3
-rw-r--r--x11-misc/xmbdfed/xmbdfed-4.5.ebuild4
2 files changed, 5 insertions, 2 deletions
diff --git a/x11-misc/xmbdfed/ChangeLog b/x11-misc/xmbdfed/ChangeLog
index c1f23d0b1228..9a57193c752d 100644
--- a/x11-misc/xmbdfed/ChangeLog
+++ b/x11-misc/xmbdfed/ChangeLog
@@ -2,6 +2,9 @@
# Copyright 2002-2004 Gentoo Technologies, Inc.; Distributed under the GPL v2
# /space/gentoo/cvsroot/gentoo-x86/skel.ChangeLog,v 1.2 2002/02/05 00:57:47 gbevin Exp
+ 23 Jun 2004; Aron Griffis <agriffis@gentoo.org> xmbdfed-4.5.ebuild:
+ QA - fix use invocation
+
27 Apr 2004; Aron Griffis <agriffis@gentoo.org> xmbdfed-4.5.ebuild:
Add inherit eutils
diff --git a/x11-misc/xmbdfed/xmbdfed-4.5.ebuild b/x11-misc/xmbdfed/xmbdfed-4.5.ebuild
index d79cfce884cb..057c6c370fa1 100644
--- a/x11-misc/xmbdfed/xmbdfed-4.5.ebuild
+++ b/x11-misc/xmbdfed/xmbdfed-4.5.ebuild
@@ -1,6 +1,6 @@
# Copyright 1999-2004 Gentoo Technologies, Inc.
# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/x11-misc/xmbdfed/xmbdfed-4.5.ebuild,v 1.7 2004/04/27 20:54:48 agriffis Exp $
+# $Header: /var/cvsroot/gentoo-x86/x11-misc/xmbdfed/xmbdfed-4.5.ebuild,v 1.8 2004/06/24 01:01:26 agriffis Exp $
inherit eutils
@@ -36,7 +36,7 @@ src_compile() {
local incs="-I/usr/X11R6/include"
local libs="-L/usr/X11R6/lib -lXm -lXpm -lXmu -lXt -lXext -lX11 -lSM -lICE"
- if [ `use truetype` ] ; then
+ if use truetype ; then
flags="FTYPE_DEFS=\"-DHAVE_FREETYPE\""
incs="${incs} -I/usr/include/freetype"
libs="${libs} -lttf"