summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorDoug Goldstein <cardoe@gentoo.org>2013-07-27 03:50:41 +0000
committerDoug Goldstein <cardoe@gentoo.org>2013-07-27 03:50:41 +0000
commitcc919acaee9d0f957b372147a2576ad78e174f00 (patch)
tree082d650fd92fe819e9ea078d645df08db651b6e3 /app-emulation/qemu
parentFix qxl rom size from old migrations. Fix rtl8139 large copies on Windows. Fi... (diff)
downloadgentoo-2-cc919acaee9d0f957b372147a2576ad78e174f00.tar.gz
gentoo-2-cc919acaee9d0f957b372147a2576ad78e174f00.tar.bz2
gentoo-2-cc919acaee9d0f957b372147a2576ad78e174f00.zip
Fix static-user builds needing to depend on glib with USE=static-libs. bug #478138
(Portage version: 2.1.12.2/cvs/Linux x86_64, signed Manifest commit with key D7DFA8D318FA9AEF!)
Diffstat (limited to 'app-emulation/qemu')
-rw-r--r--app-emulation/qemu/ChangeLog6
-rw-r--r--app-emulation/qemu/qemu-1.4.2-r1.ebuild3
2 files changed, 7 insertions, 2 deletions
diff --git a/app-emulation/qemu/ChangeLog b/app-emulation/qemu/ChangeLog
index 9eda88699575..654bab6c1814 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.225 2013/07/27 03:45:55 cardoe Exp $
+# $Header: /var/cvsroot/gentoo-x86/app-emulation/qemu/ChangeLog,v 1.226 2013/07/27 03:50:41 cardoe Exp $
+
+ 27 Jul 2013; Doug Goldstein <cardoe@gentoo.org> qemu-1.4.2-r1.ebuild:
+ Fix static-user builds needing to depend on glib with USE=static-libs. bug
+ #478138
*qemu-1.4.2-r1 (27 Jul 2013)
diff --git a/app-emulation/qemu/qemu-1.4.2-r1.ebuild b/app-emulation/qemu/qemu-1.4.2-r1.ebuild
index fb64c3490f7c..fbbfb1354dfa 100644
--- a/app-emulation/qemu/qemu-1.4.2-r1.ebuild
+++ b/app-emulation/qemu/qemu-1.4.2-r1.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-1.4.2-r1.ebuild,v 1.1 2013/07/27 03:45:55 cardoe Exp $
+# $Header: /var/cvsroot/gentoo-x86/app-emulation/qemu/qemu-1.4.2-r1.ebuild,v 1.2 2013/07/27 03:50:41 cardoe Exp $
EAPI=5
@@ -85,6 +85,7 @@ LIB_DEPEND=">=dev-libs/glib-2.0[static-libs(+)]
xattr? ( sys-apps/attr[static-libs(+)] )
xfs? ( sys-fs/xfsprogs[static-libs(+)] )"
RDEPEND="!static-softmmu? ( ${LIB_DEPEND//\[static-libs(+)]} )
+ static-user? ( >=dev-libs/glib-2.0[static-libs(+)] )
qemu_softmmu_targets_i386? (
>=sys-firmware/ipxe-1.0.0_p20130225
~sys-firmware/seabios-1.7.2.2