diff options
author | Diego Elio Pettenò <flameeyes@gentoo.org> | 2010-02-12 12:36:21 +0000 |
---|---|---|
committer | Diego Elio Pettenò <flameeyes@gentoo.org> | 2010-02-12 12:36:21 +0000 |
commit | df054b9f5ea629ed71a651c67e00328938352d80 (patch) | |
tree | 2625eb8b503a193584b2e5cb28cc7f5958e7a9bc /app-emulation/libvirt | |
parent | Add workaround for bug #275073. Proper fix sent upstream. (diff) | |
download | gentoo-2-df054b9f5ea629ed71a651c67e00328938352d80.tar.gz gentoo-2-df054b9f5ea629ed71a651c67e00328938352d80.tar.bz2 gentoo-2-df054b9f5ea629ed71a651c67e00328938352d80.zip |
Ouch, inverted logic.
(Portage version: 2.2_rc62/cvs/Linux x86_64)
Diffstat (limited to 'app-emulation/libvirt')
-rw-r--r-- | app-emulation/libvirt/ChangeLog | 6 | ||||
-rw-r--r-- | app-emulation/libvirt/libvirt-0.7.6-r1.ebuild | 4 |
2 files changed, 8 insertions, 2 deletions
diff --git a/app-emulation/libvirt/ChangeLog b/app-emulation/libvirt/ChangeLog index d1b34083f432..9f159ee193c4 100644 --- a/app-emulation/libvirt/ChangeLog +++ b/app-emulation/libvirt/ChangeLog @@ -1,6 +1,10 @@ # ChangeLog for app-emulation/libvirt # Copyright 1999-2010 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/app-emulation/libvirt/ChangeLog,v 1.50 2010/02/12 12:35:36 flameeyes Exp $ +# $Header: /var/cvsroot/gentoo-x86/app-emulation/libvirt/ChangeLog,v 1.51 2010/02/12 12:36:21 flameeyes Exp $ + + 12 Feb 2010; Diego E. Pettenò <flameeyes@gentoo.org> + libvirt-0.7.6-r1.ebuild: + Ouch, inverted logic. 12 Feb 2010; Diego E. Pettenò <flameeyes@gentoo.org> libvirt-0.7.6-r1.ebuild: diff --git a/app-emulation/libvirt/libvirt-0.7.6-r1.ebuild b/app-emulation/libvirt/libvirt-0.7.6-r1.ebuild index 888e50b3581f..ff0d303a9c2b 100644 --- a/app-emulation/libvirt/libvirt-0.7.6-r1.ebuild +++ b/app-emulation/libvirt/libvirt-0.7.6-r1.ebuild @@ -1,6 +1,6 @@ # Copyright 1999-2010 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/app-emulation/libvirt/libvirt-0.7.6-r1.ebuild,v 1.2 2010/02/12 12:35:36 flameeyes Exp $ +# $Header: /var/cvsroot/gentoo-x86/app-emulation/libvirt/libvirt-0.7.6-r1.ebuild,v 1.3 2010/02/12 12:36:21 flameeyes Exp $ BACKPORTS= @@ -125,6 +125,8 @@ src_configure() { # mime the same functionality with this. case ${CHOST} in *cygwin* | *mingw* ) + ;; + *) ac_cv_prog_WINDRES=no ;; esac |