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