commit: 638fdb78bc895be2df4b60b6ae3da788ee1ed4fb Author: Michał Górny <mgorny <AT> gentoo <DOT> org> AuthorDate: Wed Nov 30 08:03:13 2016 +0000 Commit: Michał Górny <mgorny <AT> gentoo <DOT> org> CommitDate: Wed Nov 30 09:42:12 2016 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=638fdb78
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 00ffce2..b477ec6 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