summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMike Frysinger <vapier@gentoo.org>2004-02-24 17:05:37 +0000
committerMike Frysinger <vapier@gentoo.org>2004-02-24 17:05:37 +0000
commit2ccbdb3c4f562374fc6f5a5a7ca9dfbc1a9c75d6 (patch)
treec56da98a7b30c7ed1fc3d9df972ce9ffd80304af /dev-util/devhelp
parentRemove old 1.8.1, bump 1.8.2 to stable on x86, add 1.8.3 to the tree to close... (diff)
downloadgentoo-2-2ccbdb3c4f562374fc6f5a5a7ca9dfbc1a9c75d6.tar.gz
gentoo-2-2ccbdb3c4f562374fc6f5a5a7ca9dfbc1a9c75d6.tar.bz2
gentoo-2-2ccbdb3c4f562374fc6f5a5a7ca9dfbc1a9c75d6.zip
people say `use_with` breaks
Diffstat (limited to 'dev-util/devhelp')
-rw-r--r--dev-util/devhelp/devhelp-0.8.1.ebuild7
1 files changed, 5 insertions, 2 deletions
diff --git a/dev-util/devhelp/devhelp-0.8.1.ebuild b/dev-util/devhelp/devhelp-0.8.1.ebuild
index b9a5a52584f4..99c5d7a7d76c 100644
--- a/dev-util/devhelp/devhelp-0.8.1.ebuild
+++ b/dev-util/devhelp/devhelp-0.8.1.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-util/devhelp/devhelp-0.8.1.ebuild,v 1.2 2004/02/21 04:34:11 vapier Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-util/devhelp/devhelp-0.8.1.ebuild,v 1.3 2004/02/24 17:05:37 vapier Exp $
inherit gnome2
@@ -22,4 +22,7 @@ DEPEND="${RDEPEND}
dev-util/pkgconfig"
DOCS="AUTHORS COPYING ChangeLog README NEWS TODO"
-G2CONF="${G2CONF} `use_with zlib`"
+
+use zlib \
+ && G2CONF="${G2CONF} --with-zlib" \
+ || G2CONF="${G2CONF} --without-zlib"