From 7992b9456082fca41fd94706101b4e21052ae987 Mon Sep 17 00:00:00 2001 From: Krzesimir Nowak Date: Tue, 19 Jan 2021 09:00:05 +0100 Subject: [PATCH] app-emulation/open-vmdk: Update Replace the use of deprecated git eclass with git-r3 and bump the commit version to latest version. This version dropped a dependency on jq. It is a breaking change for users of mkova.sh, since it has changed the order of parameters to allow passing multiple vmdk files to it. --- .../app-emulation/open-vmdk/open-vmdk-1.0.ebuild | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/sdk_container/src/third_party/coreos-overlay/app-emulation/open-vmdk/open-vmdk-1.0.ebuild b/sdk_container/src/third_party/coreos-overlay/app-emulation/open-vmdk/open-vmdk-1.0.ebuild index b664e0b00e..2c3ce7e7e3 100644 --- a/sdk_container/src/third_party/coreos-overlay/app-emulation/open-vmdk/open-vmdk-1.0.ebuild +++ b/sdk_container/src/third_party/coreos-overlay/app-emulation/open-vmdk/open-vmdk-1.0.ebuild @@ -4,7 +4,7 @@ EAPI=5 -inherit git-2 +inherit git-r3 DESCRIPTION="Tool to convert vmdk to an ova file" HOMEPAGE="https://github.com/vmware/open-vmdk" @@ -13,13 +13,13 @@ SLOT="0" EGIT_REPO_URI="https://github.com/vmware/open-vmdk" EGIT_BRANCH="master" -EGIT_COMMIT="82eb7268e78cc32907573b713569e1331c571ce5" +EGIT_COMMIT="fed311f0529333efb42a289dc864d1ea9f59ebfa" KEYWORDS="amd64 ~x86" IUSE="" DEPEND="" -RDEPEND="app-misc/jq ${DEPEND}" +RDEPEND="${DEPEND}" src_install() { emake DESTDIR="${D}" install