From a5885b70adb38b840dbf309c258a1ad11c1088f4 Mon Sep 17 00:00:00 2001 From: Sergei Trofimovich Date: Fri, 31 May 2013 14:20:45 +0000 Subject: Unbreak live ebuild: tried to apply nonexisting BACKPORTS, --enable-opengl was renamed to --enable-glx. (Portage version: 2.2.0_alpha170_p3/cvs/Linux x86_64, signed Manifest commit with key 611FF3AA) --- app-emulation/qemu/ChangeLog | 6 +++++- app-emulation/qemu/qemu-9999.ebuild | 5 +++-- 2 files changed, 8 insertions(+), 3 deletions(-) (limited to 'app-emulation/qemu') diff --git a/app-emulation/qemu/ChangeLog b/app-emulation/qemu/ChangeLog index 1b382d6d1a81..074da01d9623 100644 --- a/app-emulation/qemu/ChangeLog +++ b/app-emulation/qemu/ChangeLog @@ -1,6 +1,10 @@ # ChangeLog for app-emulation/qemu # Copyright 1999-2013 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/app-emulation/qemu/ChangeLog,v 1.213 2013/05/30 15:56:30 cardoe Exp $ +# $Header: /var/cvsroot/gentoo-x86/app-emulation/qemu/ChangeLog,v 1.214 2013/05/31 14:20:45 slyfox Exp $ + + 31 May 2013; Sergei Trofimovich qemu-9999.ebuild: + Unbreak live ebuild: tried to apply nonexisting BACKPORTS, --enable-opengl was + renamed to --enable-glx. 30 May 2013; Doug Goldstein qemu-9999.ebuild: Updates to the live ebuild diff --git a/app-emulation/qemu/qemu-9999.ebuild b/app-emulation/qemu/qemu-9999.ebuild index fdcb157d327a..3b18ab214729 100644 --- a/app-emulation/qemu/qemu-9999.ebuild +++ b/app-emulation/qemu/qemu-9999.ebuild @@ -1,6 +1,6 @@ # Copyright 1999-2013 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.50 2013/05/30 15:56:30 cardoe Exp $ +# $Header: /var/cvsroot/gentoo-x86/app-emulation/qemu/qemu-9999.ebuild,v 1.51 2013/05/31 14:20:45 slyfox Exp $ EAPI=5 @@ -17,6 +17,7 @@ if [[ ${PV} = *9999* ]]; then inherit git-2 SRC_URI="" KEYWORDS="" + BACKPORTS="" # live does not need backporting else SRC_URI="http://wiki.qemu-project.org/download/${P}.tar.bz2 ${BACKPORTS:+ @@ -286,7 +287,7 @@ qemu_src_configure() { conf_opts+=" $(use_enable kernel_linux kvm)" conf_opts+=" $(use_enable kernel_linux nptl)" conf_opts+=" $(use_enable ncurses curses)" - conf_opts+=" $(use_enable opengl)" + conf_opts+=" $(use_enable opengl glx)" conf_opts+=" $(use_enable png vnc-png)" conf_opts+=" $(use_enable rbd)" conf_opts+=" $(use_enable sasl vnc-sasl)" -- cgit v1.2.3-65-gdbad