Gentoo Archives: gentoo-commits

From: Alexis Ballier <aballier@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] repo/gentoo:master commit in: app-emulation/xen-tools/
Date: Tue, 20 Jun 2017 13:15:35
Message-Id: 1497964519.236914e133efc32022be9bccc5b8701873f05527.aballier@gentoo
1 commit: 236914e133efc32022be9bccc5b8701873f05527
2 Author: Alexis Ballier <aballier <AT> gentoo <DOT> org>
3 AuthorDate: Tue Jun 20 12:44:10 2017 +0000
4 Commit: Alexis Ballier <aballier <AT> gentoo <DOT> org>
5 CommitDate: Tue Jun 20 13:15:19 2017 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=236914e1
7
8 app-emulation/xen-tools: arm64 does not need nasm either, fixes a repoman warning
9
10 Package-Manager: Portage-2.3.6, Repoman-2.3.2
11
12 app-emulation/xen-tools/xen-tools-4.7.2.ebuild | 2 +-
13 app-emulation/xen-tools/xen-tools-4.8.1.ebuild | 2 +-
14 2 files changed, 2 insertions(+), 2 deletions(-)
15
16 diff --git a/app-emulation/xen-tools/xen-tools-4.7.2.ebuild b/app-emulation/xen-tools/xen-tools-4.7.2.ebuild
17 index 230f4579eb7..c4fa110e069 100644
18 --- a/app-emulation/xen-tools/xen-tools-4.7.2.ebuild
19 +++ b/app-emulation/xen-tools/xen-tools-4.7.2.ebuild
20 @@ -88,7 +88,7 @@ DEPEND="${COMMON_DEPEND}
21 api? ( dev-libs/libxml2
22 net-misc/curl )
23 ovmf? (
24 - !arm? ( dev-lang/nasm )
25 + !arm? ( !arm64? ( dev-lang/nasm ) )
26 $(python_gen_impl_dep sqlite)
27 )
28 !amd64? ( >=sys-apps/dtc-1.4.0 )
29
30 diff --git a/app-emulation/xen-tools/xen-tools-4.8.1.ebuild b/app-emulation/xen-tools/xen-tools-4.8.1.ebuild
31 index b0b687340db..0a1b8ac77b5 100644
32 --- a/app-emulation/xen-tools/xen-tools-4.8.1.ebuild
33 +++ b/app-emulation/xen-tools/xen-tools-4.8.1.ebuild
34 @@ -88,7 +88,7 @@ DEPEND="${COMMON_DEPEND}
35 api? ( dev-libs/libxml2
36 net-misc/curl )
37 ovmf? (
38 - !arm? ( dev-lang/nasm )
39 + !arm? ( !arm64? ( dev-lang/nasm ) )
40 $(python_gen_impl_dep sqlite)
41 )
42 !amd64? ( >=sys-apps/dtc-1.4.0 )