diff options
author | Stephen Klimaszewski <steev@gentoo.org> | 2013-03-28 02:06:23 +0000 |
---|---|---|
committer | Stephen Klimaszewski <steev@gentoo.org> | 2013-03-28 02:06:23 +0000 |
commit | 5e7e59c224c8eb452a46fe3926bf7c060847fe47 (patch) | |
tree | a385f95e13d79307c26c5dc1cddccd088e377df0 /app-emulation | |
parent | Drop unused file. (diff) | |
download | gentoo-2-5e7e59c224c8eb452a46fe3926bf7c060847fe47.tar.gz gentoo-2-5e7e59c224c8eb452a46fe3926bf7c060847fe47.tar.bz2 gentoo-2-5e7e59c224c8eb452a46fe3926bf7c060847fe47.zip |
Upstream has changed the qemu configure script, change requested by Cardoe via email
(Portage version: 2.1.11.59/cvs/Linux x86_64, signed Manifest commit with key FDAA957E)
Diffstat (limited to 'app-emulation')
-rw-r--r-- | app-emulation/qemu/ChangeLog | 6 | ||||
-rw-r--r-- | app-emulation/qemu/qemu-9999.ebuild | 4 |
2 files changed, 7 insertions, 3 deletions
diff --git a/app-emulation/qemu/ChangeLog b/app-emulation/qemu/ChangeLog index 2a6c51bc4222..264415d7d958 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.203 2013/03/19 17:34:57 cardoe Exp $ +# $Header: /var/cvsroot/gentoo-x86/app-emulation/qemu/ChangeLog,v 1.204 2013/03/28 02:06:23 steev Exp $ + + 28 Mar 2013; Steev Klimaszewski <steev@gentoo.org> qemu-9999.ebuild: + Upstream has changed the qemu configure script, change requested by Cardoe + via email 19 Mar 2013; Doug Goldstein <cardoe@gentoo.org> qemu-1.4.0-r1.ebuild: Always ensure the check-report is generated. fixes bug #462010 diff --git a/app-emulation/qemu/qemu-9999.ebuild b/app-emulation/qemu/qemu-9999.ebuild index 1aa86af3ca34..49e767cab298 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.47 2013/02/28 16:07:36 cardoe Exp $ +# $Header: /var/cvsroot/gentoo-x86/app-emulation/qemu/qemu-9999.ebuild,v 1.48 2013/03/28 02:06:23 steev Exp $ EAPI="4" @@ -280,7 +280,7 @@ src_configure() { $(use_enable kernel_linux kvm) \ $(use_enable kernel_linux nptl) \ $(use_enable ncurses curses) \ - $(use_enable opengl) \ + $(use_enable opengl glx) \ $(use_enable png vnc-png) \ $(use_enable rbd) \ $(use_enable sasl vnc-sasl) \ |