From dc19cc47e426de02a947fb5b61381fa15b242563 Mon Sep 17 00:00:00 2001 From: David Seifert Date: Mon, 25 Dec 2017 15:25:47 +0100 Subject: [PATCH] app-portage/euscan: [QA] Port to git-r3 Package-Manager: Portage-2.3.19, Repoman-2.3.6 --- app-portage/euscan/euscan-9999.ebuild | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/app-portage/euscan/euscan-9999.ebuild b/app-portage/euscan/euscan-9999.ebuild index f502a249b5fe0..2cf8630bb3c3c 100644 --- a/app-portage/euscan/euscan-9999.ebuild +++ b/app-portage/euscan/euscan-9999.ebuild @@ -6,11 +6,10 @@ EAPI=5 PYTHON_COMPAT=( python2_7 ) PYTHON_REQ_USE="xml" -inherit distutils-r1 git-2 +inherit distutils-r1 git-r3 DESCRIPTION="Ebuild upstream scan utility" HOMEPAGE="https://github.com/iksaif/euscan" -SRC_URI="" EGIT_REPO_URI="https://github.com/iksaif/euscan.git" LICENSE="GPL-2"