diff options
author | 2007-08-14 21:27:56 +0000 | |
---|---|---|
committer | 2007-08-14 21:27:56 +0000 | |
commit | 1ef000b56b93ee0c0b0cf10d57cd328cef5e8a92 (patch) | |
tree | 3ab22683ba8b6f33b69754af34eb8d53f430699b /sys-libs/libkudzu/libkudzu-1.2.57.1.ebuild | |
parent | Modified to use the same built_with_use logic as other ebuilds in the tree an... (diff) | |
download | historical-1ef000b56b93ee0c0b0cf10d57cd328cef5e8a92.tar.gz historical-1ef000b56b93ee0c0b0cf10d57cd328cef5e8a92.tar.bz2 historical-1ef000b56b93ee0c0b0cf10d57cd328cef5e8a92.zip |
Added a --missing false since not all versions of pciutils support the zlib USE flag. This was reported to bug #188221 by Åsmund Grammeltvedt <asmundg@big-oil.org>.
Package-Manager: portage-2.1.3.3
Diffstat (limited to 'sys-libs/libkudzu/libkudzu-1.2.57.1.ebuild')
-rw-r--r-- | sys-libs/libkudzu/libkudzu-1.2.57.1.ebuild | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/sys-libs/libkudzu/libkudzu-1.2.57.1.ebuild b/sys-libs/libkudzu/libkudzu-1.2.57.1.ebuild index 7fd92c6a5653..9c0f1246701b 100644 --- a/sys-libs/libkudzu/libkudzu-1.2.57.1.ebuild +++ b/sys-libs/libkudzu/libkudzu-1.2.57.1.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/sys-libs/libkudzu/libkudzu-1.2.57.1.ebuild,v 1.7 2007/08/13 21:55:59 dertobi123 Exp $ +# $Header: /var/cvsroot/gentoo-x86/sys-libs/libkudzu/libkudzu-1.2.57.1.ebuild,v 1.8 2007/08/14 21:27:56 wolf31o2 Exp $ inherit eutils toolchain-funcs flag-o-matic @@ -34,7 +34,7 @@ src_compile() { if use zlib then append-ldflags -lz - elif built_with_use sys-apps/pciutils zlib + elif built_with_use --missing false sys-apps/pciutils zlib then die "You need to build with USE=zlib to match sys-apps/pcituils" fi |