From 638fdb78bc895be2df4b60b6ae3da788ee1ed4fb Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Micha=C5=82=20G=C3=B3rny?= Date: Wed, 30 Nov 2016 09:03:13 +0100 Subject: [PATCH] app-portage/gentoopm: Fix EGIT_REPO_URI --- app-portage/gentoopm/gentoopm-9999.ebuild | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/app-portage/gentoopm/gentoopm-9999.ebuild b/app-portage/gentoopm/gentoopm-9999.ebuild index 00ffce28a5992..b477ec6a238ab 100644 --- a/app-portage/gentoopm/gentoopm-9999.ebuild +++ b/app-portage/gentoopm/gentoopm-9999.ebuild @@ -8,7 +8,7 @@ PYTHON_COMPAT=( python{2_7,3_4,3_5} pypy ) inherit distutils-r1 #if LIVE -HOMEPAGE="https://github.com/mgorny/gentoopm.git" +EGIT_REPO_URI="https://github.com/mgorny/gentoopm.git" inherit git-r3 #endif