diff options
author | Chris Gianelloni <wolf31o2@gentoo.org> | 2007-08-14 21:21:48 +0000 |
---|---|---|
committer | Chris Gianelloni <wolf31o2@gentoo.org> | 2007-08-14 21:21:48 +0000 |
commit | f137ce1dded06b12e08ad9661f4495acc4abe9f6 (patch) | |
tree | 55373c7c4ce4ba53ff20c92ba79910dafb97ba26 /sys-apps | |
parent | clean up some old soundconverter ebuilds (diff) | |
download | historical-f137ce1dded06b12e08ad9661f4495acc4abe9f6.tar.gz historical-f137ce1dded06b12e08ad9661f4495acc4abe9f6.tar.bz2 historical-f137ce1dded06b12e08ad9661f4495acc4abe9f6.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-apps')
-rw-r--r-- | sys-apps/hwsetup/ChangeLog | 7 | ||||
-rw-r--r-- | sys-apps/hwsetup/hwsetup-1.2.ebuild | 4 | ||||
-rw-r--r-- | sys-apps/vbetool/ChangeLog | 7 | ||||
-rw-r--r-- | sys-apps/vbetool/vbetool-0.7.ebuild | 4 |
4 files changed, 16 insertions, 6 deletions
diff --git a/sys-apps/hwsetup/ChangeLog b/sys-apps/hwsetup/ChangeLog index fc25045d9611..e3a1f1ee1525 100644 --- a/sys-apps/hwsetup/ChangeLog +++ b/sys-apps/hwsetup/ChangeLog @@ -1,6 +1,11 @@ # ChangeLog for sys-apps/hwsetup # Copyright 2002-2007 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/sys-apps/hwsetup/ChangeLog,v 1.48 2007/06/22 18:22:38 wolf31o2 Exp $ +# $Header: /var/cvsroot/gentoo-x86/sys-apps/hwsetup/ChangeLog,v 1.49 2007/08/14 21:19:53 wolf31o2 Exp $ + + 14 Aug 2007; Chris Gianelloni <wolf31o2@gentoo.org> hwsetup-1.2.ebuild: + 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>. 22 Jun 2007; Chris Gianelloni <wolf31o2@gentoo.org> hwsetup-1.2.ebuild: Modified the zlib linking to use USE=zlib and also check if diff --git a/sys-apps/hwsetup/hwsetup-1.2.ebuild b/sys-apps/hwsetup/hwsetup-1.2.ebuild index 2d3a770a5228..71e5a24d2950 100644 --- a/sys-apps/hwsetup/hwsetup-1.2.ebuild +++ b/sys-apps/hwsetup/hwsetup-1.2.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-apps/hwsetup/hwsetup-1.2.ebuild,v 1.3 2007/06/22 18:22:38 wolf31o2 Exp $ +# $Header: /var/cvsroot/gentoo-x86/sys-apps/hwsetup/hwsetup-1.2.ebuild,v 1.4 2007/08/14 21:19:53 wolf31o2 Exp $ inherit eutils toolchain-funcs flag-o-matic @@ -33,7 +33,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 diff --git a/sys-apps/vbetool/ChangeLog b/sys-apps/vbetool/ChangeLog index efda132fe3a4..b5a4e263da0b 100644 --- a/sys-apps/vbetool/ChangeLog +++ b/sys-apps/vbetool/ChangeLog @@ -1,6 +1,11 @@ # ChangeLog for sys-apps/vbetool # Copyright 1999-2007 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/sys-apps/vbetool/ChangeLog,v 1.9 2007/06/22 17:59:15 wolf31o2 Exp $ +# $Header: /var/cvsroot/gentoo-x86/sys-apps/vbetool/ChangeLog,v 1.10 2007/08/14 21:21:48 wolf31o2 Exp $ + + 14 Aug 2007; Chris Gianelloni <wolf31o2@gentoo.org> vbetool-0.7.ebuild: + 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>. 22 Jun 2007; Chris Gianelloni <wolf31o2@gentoo.org> vbetool-0.7.ebuild: Added USE=zlib and a check on sys-apps/pciutils so we'll link with zlib when diff --git a/sys-apps/vbetool/vbetool-0.7.ebuild b/sys-apps/vbetool/vbetool-0.7.ebuild index b91460836034..9f6e8f730ced 100644 --- a/sys-apps/vbetool/vbetool-0.7.ebuild +++ b/sys-apps/vbetool/vbetool-0.7.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-apps/vbetool/vbetool-0.7.ebuild,v 1.2 2007/06/22 17:59:15 wolf31o2 Exp $ +# $Header: /var/cvsroot/gentoo-x86/sys-apps/vbetool/vbetool-0.7.ebuild,v 1.3 2007/08/14 21:21:48 wolf31o2 Exp $ inherit eutils flag-o-matic @@ -26,7 +26,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 |