summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAlexis Ballier <aballier@gentoo.org>2017-06-20 14:44:10 +0200
committerAlexis Ballier <aballier@gentoo.org>2017-06-20 15:15:19 +0200
commit236914e133efc32022be9bccc5b8701873f05527 (patch)
treeed45a15c8c070e56cb8fd151daccfa3efa52b0e4 /app-emulation/xen-tools
parentwww-plugins/adobe-flash: Version bump. (diff)
downloadgentoo-236914e133efc32022be9bccc5b8701873f05527.tar.gz
gentoo-236914e133efc32022be9bccc5b8701873f05527.tar.bz2
gentoo-236914e133efc32022be9bccc5b8701873f05527.zip
app-emulation/xen-tools: arm64 does not need nasm either, fixes a repoman warning
Package-Manager: Portage-2.3.6, Repoman-2.3.2
Diffstat (limited to 'app-emulation/xen-tools')
-rw-r--r--app-emulation/xen-tools/xen-tools-4.7.2.ebuild2
-rw-r--r--app-emulation/xen-tools/xen-tools-4.8.1.ebuild2
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 230f4579eb78..c4fa110e0690 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 b0b687340dbb..0a1b8ac77b58 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 )