From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from lists.gentoo.org (pigeon.gentoo.org [208.92.234.80]) by finch.gentoo.org (Postfix) with ESMTP id D70AE1388C0 for ; Sun, 28 Feb 2016 05:16:08 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 0AD1C21C00C; Sun, 28 Feb 2016 05:16:07 +0000 (UTC) Received: from smtp.gentoo.org (smtp.gentoo.org [140.211.166.183]) (using TLSv1.2 with cipher AECDH-AES256-SHA (256/256 bits)) (No client certificate requested) by pigeon.gentoo.org (Postfix) with ESMTPS id 9934E21C00C for ; Sun, 28 Feb 2016 05:16:06 +0000 (UTC) Received: from oystercatcher.gentoo.org (oystercatcher.gentoo.org [148.251.78.52]) (using TLSv1.2 with cipher AECDH-AES256-SHA (256/256 bits)) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id 7D9B4340B65 for ; Sun, 28 Feb 2016 05:16:05 +0000 (UTC) Received: from localhost.localdomain (localhost [127.0.0.1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id C8F7A16C4 for ; Sun, 28 Feb 2016 05:16:02 +0000 (UTC) From: "Doug Goldstein" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Doug Goldstein" Message-ID: <1456636544.88d5c41a84630de75b8ebf7fbc19d77336fab8b3.cardoe@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: app-emulation/qemu/ X-VCS-Repository: repo/gentoo X-VCS-Files: app-emulation/qemu/qemu-2.5.0-r1.ebuild X-VCS-Directories: app-emulation/qemu/ X-VCS-Committer: cardoe X-VCS-Committer-Name: Doug Goldstein X-VCS-Revision: 88d5c41a84630de75b8ebf7fbc19d77336fab8b3 X-VCS-Branch: master Date: Sun, 28 Feb 2016 05:16:02 +0000 (UTC) Precedence: bulk List-Post: List-Help: List-Unsubscribe: List-Subscribe: List-Id: Gentoo Linux mail X-BeenThere: gentoo-commits@lists.gentoo.org X-Archives-Salt: 742354c8-d3d6-4943-b727-3dfaf8b2e46f X-Archives-Hash: 0f618193ec037c21061ec1c95f9c16d6 commit: 88d5c41a84630de75b8ebf7fbc19d77336fab8b3 Author: Doug Goldstein gentoo org> AuthorDate: Sun Feb 28 05:00:31 2016 +0000 Commit: Doug Goldstein gentoo org> CommitDate: Sun Feb 28 05:15:44 2016 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=88d5c41a app-emulation/qemu: fix arm64 dependencies arm/arm64 have some dependencies which are higher than other platforms. Unfortunately the dependencies are not stable on arm but this package is so arm updates will come later. Package-Manager: portage-2.2.26 Signed-off-by: Doug Goldstein gentoo.org> app-emulation/qemu/qemu-2.5.0-r1.ebuild | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/app-emulation/qemu/qemu-2.5.0-r1.ebuild b/app-emulation/qemu/qemu-2.5.0-r1.ebuild index 8c35339..87e6cb2 100644 --- a/app-emulation/qemu/qemu-2.5.0-r1.ebuild +++ b/app-emulation/qemu/qemu-2.5.0-r1.ebuild @@ -122,7 +122,10 @@ SOFTMMU_LIB_DEPEND="${COMMON_LIB_DEPEND} media-libs/libsdl2[static-libs(+)] ) ) - seccomp? ( >=sys-libs/libseccomp-2.1.0[static-libs(+)] ) + seccomp? ( + arm64? ( >=sys-libs/libseccomp-2.2.3[static-libs(+)] ) + >=sys-libs/libseccomp-2.1.0[static-libs(+)] + ) smartcard? ( >=app-emulation/libcacard-2.5.0[static-libs(+)] ) snappy? ( app-arch/snappy[static-libs(+)] ) spice? (