Gentoo Archives: gentoo-commits

From: Doug Goldstein <cardoe@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] repo/gentoo:master commit in: app-emulation/qemu/
Date: Sun, 28 Feb 2016 05:16:08
Message-Id: 1456636544.88d5c41a84630de75b8ebf7fbc19d77336fab8b3.cardoe@gentoo
1 commit: 88d5c41a84630de75b8ebf7fbc19d77336fab8b3
2 Author: Doug Goldstein <cardoe <AT> gentoo <DOT> org>
3 AuthorDate: Sun Feb 28 05:00:31 2016 +0000
4 Commit: Doug Goldstein <cardoe <AT> gentoo <DOT> org>
5 CommitDate: Sun Feb 28 05:15:44 2016 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=88d5c41a
7
8 app-emulation/qemu: fix arm64 dependencies
9
10 arm/arm64 have some dependencies which are higher than other platforms.
11 Unfortunately the dependencies are not stable on arm but this package is
12 so arm updates will come later.
13
14 Package-Manager: portage-2.2.26
15 Signed-off-by: Doug Goldstein <cardoe <AT> gentoo.org>
16
17 app-emulation/qemu/qemu-2.5.0-r1.ebuild | 5 ++++-
18 1 file changed, 4 insertions(+), 1 deletion(-)
19
20 diff --git a/app-emulation/qemu/qemu-2.5.0-r1.ebuild b/app-emulation/qemu/qemu-2.5.0-r1.ebuild
21 index 8c35339..87e6cb2 100644
22 --- a/app-emulation/qemu/qemu-2.5.0-r1.ebuild
23 +++ b/app-emulation/qemu/qemu-2.5.0-r1.ebuild
24 @@ -122,7 +122,10 @@ SOFTMMU_LIB_DEPEND="${COMMON_LIB_DEPEND}
25 media-libs/libsdl2[static-libs(+)]
26 )
27 )
28 - seccomp? ( >=sys-libs/libseccomp-2.1.0[static-libs(+)] )
29 + seccomp? (
30 + arm64? ( >=sys-libs/libseccomp-2.2.3[static-libs(+)] )
31 + >=sys-libs/libseccomp-2.1.0[static-libs(+)]
32 + )
33 smartcard? ( >=app-emulation/libcacard-2.5.0[static-libs(+)] )
34 snappy? ( app-arch/snappy[static-libs(+)] )
35 spice? (