diff options
author | Alexis Ballier <aballier@gentoo.org> | 2017-06-20 14:44:10 +0200 |
---|---|---|
committer | Alexis Ballier <aballier@gentoo.org> | 2017-06-20 15:15:19 +0200 |
commit | 236914e133efc32022be9bccc5b8701873f05527 (patch) | |
tree | ed45a15c8c070e56cb8fd151daccfa3efa52b0e4 /app-emulation | |
parent | www-plugins/adobe-flash: Version bump. (diff) | |
download | gentoo-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')
-rw-r--r-- | app-emulation/xen-tools/xen-tools-4.7.2.ebuild | 2 | ||||
-rw-r--r-- | 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 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 ) |