From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from lists.gentoo.org (pigeon.gentoo.org [208.92.234.80]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by finch.gentoo.org (Postfix) with ESMTPS id CF350139696 for ; Tue, 20 Jun 2017 13:15:35 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 6F9FBE0D12; Tue, 20 Jun 2017 13:15:34 +0000 (UTC) Received: from smtp.gentoo.org (smtp.gentoo.org [140.211.166.183]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by pigeon.gentoo.org (Postfix) with ESMTPS id 4A8F3E0D12 for ; Tue, 20 Jun 2017 13:15:33 +0000 (UTC) Received: from oystercatcher.gentoo.org (oystercatcher.gentoo.org [148.251.78.52]) (using TLSv1.2 with cipher ECDHE-RSA-AES128-GCM-SHA256 (128/128 bits)) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id 26E85341713 for ; Tue, 20 Jun 2017 13:15:32 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 8CEA2746C for ; Tue, 20 Jun 2017 13:15:30 +0000 (UTC) From: "Alexis Ballier" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Alexis Ballier" Message-ID: <1497964519.236914e133efc32022be9bccc5b8701873f05527.aballier@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: app-emulation/xen-tools/ X-VCS-Repository: repo/gentoo X-VCS-Files: app-emulation/xen-tools/xen-tools-4.7.2.ebuild app-emulation/xen-tools/xen-tools-4.8.1.ebuild X-VCS-Directories: app-emulation/xen-tools/ X-VCS-Committer: aballier X-VCS-Committer-Name: Alexis Ballier X-VCS-Revision: 236914e133efc32022be9bccc5b8701873f05527 X-VCS-Branch: master Date: Tue, 20 Jun 2017 13:15:30 +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: ec9d873e-7ffb-4e5a-9b6e-f58112d31567 X-Archives-Hash: 7105b459940911e526aeefe3eebce250 commit: 236914e133efc32022be9bccc5b8701873f05527 Author: Alexis Ballier gentoo org> AuthorDate: Tue Jun 20 12:44:10 2017 +0000 Commit: Alexis Ballier gentoo org> CommitDate: Tue Jun 20 13:15:19 2017 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=236914e1 app-emulation/xen-tools: arm64 does not need nasm either, fixes a repoman warning Package-Manager: Portage-2.3.6, Repoman-2.3.2 app-emulation/xen-tools/xen-tools-4.7.2.ebuild | 2 +- app-emulation/xen-tools/xen-tools-4.8.1.ebuild | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/app-emulation/xen-tools/xen-tools-4.7.2.ebuild b/app-emulation/xen-tools/xen-tools-4.7.2.ebuild index 230f4579eb7..c4fa110e069 100644 --- a/app-emulation/xen-tools/xen-tools-4.7.2.ebuild +++ b/app-emulation/xen-tools/xen-tools-4.7.2.ebuild @@ -88,7 +88,7 @@ DEPEND="${COMMON_DEPEND} api? ( dev-libs/libxml2 net-misc/curl ) ovmf? ( - !arm? ( dev-lang/nasm ) + !arm? ( !arm64? ( dev-lang/nasm ) ) $(python_gen_impl_dep sqlite) ) !amd64? ( >=sys-apps/dtc-1.4.0 ) diff --git a/app-emulation/xen-tools/xen-tools-4.8.1.ebuild b/app-emulation/xen-tools/xen-tools-4.8.1.ebuild index b0b687340db..0a1b8ac77b5 100644 --- a/app-emulation/xen-tools/xen-tools-4.8.1.ebuild +++ b/app-emulation/xen-tools/xen-tools-4.8.1.ebuild @@ -88,7 +88,7 @@ DEPEND="${COMMON_DEPEND} api? ( dev-libs/libxml2 net-misc/curl ) ovmf? ( - !arm? ( dev-lang/nasm ) + !arm? ( !arm64? ( dev-lang/nasm ) ) $(python_gen_impl_dep sqlite) ) !amd64? ( >=sys-apps/dtc-1.4.0 )