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
commit1bfb3c492c843d7e02e40efc1e8e8df5c424db72 (patch)
tree0c0c2e3da48970c109262d87b52d13e2e0e1e1ae /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)
downloadhistorical-1bfb3c492c843d7e02e40efc1e8e8df5c424db72.tar.gz
historical-1bfb3c492c843d7e02e40efc1e8e8df5c424db72.tar.bz2
historical-1bfb3c492c843d7e02e40efc1e8e8df5c424db72.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"