summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAron Griffis <agriffis@gentoo.org>2004-06-02 21:36:51 +0000
committerAron Griffis <agriffis@gentoo.org>2004-06-02 21:36:51 +0000
commitdc6774ddc2074a462e216c72f78fa4e0dfc8d86d (patch)
treec6f7150d0fb165236b29c85bb7e242a66f92493d /dev-games/clanlib
parentStable on alpha. (Manifest recommit) (diff)
downloadgentoo-2-dc6774ddc2074a462e216c72f78fa4e0dfc8d86d.tar.gz
gentoo-2-dc6774ddc2074a462e216c72f78fa4e0dfc8d86d.tar.bz2
gentoo-2-dc6774ddc2074a462e216c72f78fa4e0dfc8d86d.zip
Fix use invocation
Diffstat (limited to 'dev-games/clanlib')
-rw-r--r--dev-games/clanlib/ChangeLog5
-rw-r--r--dev-games/clanlib/clanlib-0.7.7.ebuild4
2 files changed, 6 insertions, 3 deletions
diff --git a/dev-games/clanlib/ChangeLog b/dev-games/clanlib/ChangeLog
index 287d2bc2d058..821f8837c84e 100644
--- a/dev-games/clanlib/ChangeLog
+++ b/dev-games/clanlib/ChangeLog
@@ -1,6 +1,9 @@
# ChangeLog for dev-games/clanlib
# Copyright 2002-2004 Gentoo Technologies, Inc.; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/dev-games/clanlib/ChangeLog,v 1.14 2004/05/11 02:50:38 mr_bones_ Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-games/clanlib/ChangeLog,v 1.15 2004/06/02 21:33:46 agriffis Exp $
+
+ 02 Jun 2004; Aron Griffis <agriffis@gentoo.org> clanlib-0.7.7.ebuild:
+ Fix use invocation
*clanlib-0.7.8 (10 May 2004)
diff --git a/dev-games/clanlib/clanlib-0.7.7.ebuild b/dev-games/clanlib/clanlib-0.7.7.ebuild
index 2de8f48adad1..fd3a918258ed 100644
--- a/dev-games/clanlib/clanlib-0.7.7.ebuild
+++ b/dev-games/clanlib/clanlib-0.7.7.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/dev-games/clanlib/clanlib-0.7.7.ebuild,v 1.7 2004/04/29 19:57:10 agriffis Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-games/clanlib/clanlib-0.7.7.ebuild,v 1.8 2004/06/02 21:33:46 agriffis Exp $
inherit flag-o-matic eutils
@@ -38,7 +38,7 @@ src_compile() {
#clanDisplay only controls X, SDL, OpenGL plugins
# so no need to pass --{en,dis}able-clanDisplay
# also same reason why we dont have to use clanGUI
- [ `use doc` ] || sed -i '/^SUBDIRS/s:Documentation::' Makefile.in
+ use doc || sed -i '/^SUBDIRS/s:Documentation::' Makefile.in
econf \
--libdir=/usr/lib/${P} \
`use_enable x86 asm386` \