diff options
author | Sergei Trofimovich <slyfox@gentoo.org> | 2013-05-31 14:20:45 +0000 |
---|---|---|
committer | Sergei Trofimovich <slyfox@gentoo.org> | 2013-05-31 14:20:45 +0000 |
commit | a5885b70adb38b840dbf309c258a1ad11c1088f4 (patch) | |
tree | e94ad00bc30c89d5340eaadc876459dbdcb2c1c7 /app-emulation/qemu | |
parent | sci-libs/scikits_timeseries: Drop dead maintainer email timcera@earthlink.net (diff) | |
download | gentoo-2-a5885b70adb38b840dbf309c258a1ad11c1088f4.tar.gz gentoo-2-a5885b70adb38b840dbf309c258a1ad11c1088f4.tar.bz2 gentoo-2-a5885b70adb38b840dbf309c258a1ad11c1088f4.zip |
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)
Diffstat (limited to 'app-emulation/qemu')
-rw-r--r-- | app-emulation/qemu/ChangeLog | 6 | ||||
-rw-r--r-- | app-emulation/qemu/qemu-9999.ebuild | 5 |
2 files changed, 8 insertions, 3 deletions
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 <slyfox@gentoo.org> qemu-9999.ebuild: + Unbreak live ebuild: tried to apply nonexisting BACKPORTS, --enable-opengl was + renamed to --enable-glx. 30 May 2013; Doug Goldstein <cardoe@gentoo.org> 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)" |