Gentoo Archives: gentoo-commits

From: Matthias Maier <tamiko@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] repo/gentoo:master commit in: app-emulation/qemu/
Date: Wed, 03 May 2017 13:32:34
Message-Id: 1493818177.28cb2418389f33ac58f982031f625d11bd940d84.tamiko@gentoo
1 commit: 28cb2418389f33ac58f982031f625d11bd940d84
2 Author: Matthias Maier <tamiko <AT> gentoo <DOT> org>
3 AuthorDate: Wed May 3 13:27:13 2017 +0000
4 Commit: Matthias Maier <tamiko <AT> gentoo <DOT> org>
5 CommitDate: Wed May 3 13:29:37 2017 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=28cb2418
7
8 app-emulation/qemu: add REQUIRED_USE for mips64el-sotfmmu, bug #617354
9
10 Package-Manager: Portage-2.3.5, Repoman-2.3.2
11
12 app-emulation/qemu/qemu-2.9.0-r1.ebuild | 1 +
13 app-emulation/qemu/qemu-2.9.0-r51.ebuild | 1 +
14 app-emulation/qemu/qemu-9999.ebuild | 1 +
15 3 files changed, 3 insertions(+)
16
17 diff --git a/app-emulation/qemu/qemu-2.9.0-r1.ebuild b/app-emulation/qemu/qemu-2.9.0-r1.ebuild
18 index 2d6bed861d6..9fdaa1ebac5 100644
19 --- a/app-emulation/qemu/qemu-2.9.0-r1.ebuild
20 +++ b/app-emulation/qemu/qemu-2.9.0-r1.ebuild
21 @@ -50,6 +50,7 @@ REQUIRED_USE="${PYTHON_REQUIRED_USE}
22 gtk2? ( gtk )
23 qemu_softmmu_targets_arm? ( fdt )
24 qemu_softmmu_targets_microblaze? ( fdt )
25 + qemu_softmmu_targets_mips64el? ( fdt )
26 qemu_softmmu_targets_ppc? ( fdt )
27 qemu_softmmu_targets_ppc64? ( fdt )
28 sdl2? ( sdl )
29
30 diff --git a/app-emulation/qemu/qemu-2.9.0-r51.ebuild b/app-emulation/qemu/qemu-2.9.0-r51.ebuild
31 index 1d51ab28f5c..fbbe659a2b2 100644
32 --- a/app-emulation/qemu/qemu-2.9.0-r51.ebuild
33 +++ b/app-emulation/qemu/qemu-2.9.0-r51.ebuild
34 @@ -53,6 +53,7 @@ REQUIRED_USE="${PYTHON_REQUIRED_USE}
35 gtk2? ( gtk )
36 qemu_softmmu_targets_arm? ( fdt )
37 qemu_softmmu_targets_microblaze? ( fdt )
38 + qemu_softmmu_targets_mips64el? ( fdt )
39 qemu_softmmu_targets_ppc? ( fdt )
40 qemu_softmmu_targets_ppc64? ( fdt )
41 sdl2? ( sdl )
42
43 diff --git a/app-emulation/qemu/qemu-9999.ebuild b/app-emulation/qemu/qemu-9999.ebuild
44 index c5cac4ad4c6..f5ab6dbad23 100644
45 --- a/app-emulation/qemu/qemu-9999.ebuild
46 +++ b/app-emulation/qemu/qemu-9999.ebuild
47 @@ -52,6 +52,7 @@ REQUIRED_USE="${PYTHON_REQUIRED_USE}
48 gtk2? ( gtk )
49 qemu_softmmu_targets_arm? ( fdt )
50 qemu_softmmu_targets_microblaze? ( fdt )
51 + qemu_softmmu_targets_mips64el? ( fdt )
52 qemu_softmmu_targets_ppc? ( fdt )
53 qemu_softmmu_targets_ppc64? ( fdt )
54 sdl2? ( sdl )