vapier 15/07/20 02:19:35 Modified: qemu-9999.ebuild metadata.xml ChangeLog Log: Drop quorum configure flag to match upstream which made it unconditional #554274 by Guy. (Portage version: 2.2.20/cvs/Linux x86_64, signed Manifest commit with key D2E96200)
Revision Changes Path 1.102 app-emulation/qemu/qemu-9999.ebuild file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/app-emulation/qemu/qemu-9999.ebuild?rev=1.102&view=markup plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/app-emulation/qemu/qemu-9999.ebuild?rev=1.102&content-type=text/plain diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/app-emulation/qemu/qemu-9999.ebuild?r1=1.101&r2=1.102 Index: qemu-9999.ebuild =================================================================== RCS file: /var/cvsroot/gentoo-x86/app-emulation/qemu/qemu-9999.ebuild,v retrieving revision 1.101 retrieving revision 1.102 diff -u -r1.101 -r1.102 --- qemu-9999.ebuild 6 Jul 2015 13:27:54 -0000 1.101 +++ qemu-9999.ebuild 20 Jul 2015 02:19:35 -0000 1.102 @@ -1,6 +1,6 @@ # Copyright 1999-2015 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/app-emulation/qemu/qemu-9999.ebuild,v 1.101 2015/07/06 13:27:54 vapier Exp $ +# $Header: /var/cvsroot/gentoo-x86/app-emulation/qemu/qemu-9999.ebuild,v 1.102 2015/07/20 02:19:35 vapier Exp $ EAPI=5 @@ -359,7 +359,6 @@ $(conf_softmmu snappy) $(conf_softmmu spice) $(conf_softmmu ssh libssh2) - $(conf_softmmu tls quorum) $(conf_softmmu tls vnc-tls) $(conf_softmmu tls vnc-ws) $(conf_softmmu usb libusb) 1.39 app-emulation/qemu/metadata.xml file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/app-emulation/qemu/metadata.xml?rev=1.39&view=markup plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/app-emulation/qemu/metadata.xml?rev=1.39&content-type=text/plain diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/app-emulation/qemu/metadata.xml?r1=1.38&r2=1.39 Index: metadata.xml =================================================================== RCS file: /var/cvsroot/gentoo-x86/app-emulation/qemu/metadata.xml,v retrieving revision 1.38 retrieving revision 1.39 diff -u -r1.38 -r1.39 --- metadata.xml 6 Jul 2015 13:27:54 -0000 1.38 +++ metadata.xml 20 Jul 2015 02:19:35 -0000 1.39 @@ -38,7 +38,7 @@ <flag name='tci'>Enable the TCG Interpreter which can speed up or slowdown workloads depending on the host and guest CPUs being emulated. In the future it will be a runtime option but for now its compile time.</flag> <flag name='tls'>Enable TLS support for the VNC console server. For 1.4 and newer this also enables WebSocket support. - For 2.0 and newer this also enables disk quorum support.</flag> + For 2.0 through 2.3 also enables disk quorum support.</flag> <flag name='jpeg'>Enable jpeg image support for the VNC console server</flag> <flag name='png'>Enable png image support for the VNC console server</flag> <flag name='usb'>Enable USB passthrough via <pkg>dev-libs/libusb</pkg></flag> 1.335 app-emulation/qemu/ChangeLog file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/app-emulation/qemu/ChangeLog?rev=1.335&view=markup plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/app-emulation/qemu/ChangeLog?rev=1.335&content-type=text/plain diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/app-emulation/qemu/ChangeLog?r1=1.334&r2=1.335 Index: ChangeLog =================================================================== RCS file: /var/cvsroot/gentoo-x86/app-emulation/qemu/ChangeLog,v retrieving revision 1.334 retrieving revision 1.335 diff -u -r1.334 -r1.335 --- ChangeLog 6 Jul 2015 13:27:54 -0000 1.334 +++ ChangeLog 20 Jul 2015 02:19:35 -0000 1.335 @@ -1,6 +1,11 @@ # ChangeLog for app-emulation/qemu # Copyright 1999-2015 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/app-emulation/qemu/ChangeLog,v 1.334 2015/07/06 13:27:54 vapier Exp $ +# $Header: /var/cvsroot/gentoo-x86/app-emulation/qemu/ChangeLog,v 1.335 2015/07/20 02:19:35 vapier Exp $ + + 20 Jul 2015; Mike Frysinger <[email protected]> metadata.xml, + qemu-9999.ebuild: + Drop quorum configure flag to match upstream which made it unconditional + #554274 by Guy. 06 Jul 2015; Mike Frysinger <[email protected]> metadata.xml, qemu-9999.ebuild:
