Gentoo Archives: gentoo-commits

From: "Michał Górny" <mgorny@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] repo/gentoo:master commit in: app-portage/gentoopm/
Date: Wed, 30 Nov 2016 09:42:31
Message-Id: 1480498932.638fdb78bc895be2df4b60b6ae3da788ee1ed4fb.mgorny@gentoo
1 commit: 638fdb78bc895be2df4b60b6ae3da788ee1ed4fb
2 Author: Michał Górny <mgorny <AT> gentoo <DOT> org>
3 AuthorDate: Wed Nov 30 08:03:13 2016 +0000
4 Commit: Michał Górny <mgorny <AT> gentoo <DOT> org>
5 CommitDate: Wed Nov 30 09:42:12 2016 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=638fdb78
7
8 app-portage/gentoopm: Fix EGIT_REPO_URI
9
10 app-portage/gentoopm/gentoopm-9999.ebuild | 2 +-
11 1 file changed, 1 insertion(+), 1 deletion(-)
12
13 diff --git a/app-portage/gentoopm/gentoopm-9999.ebuild b/app-portage/gentoopm/gentoopm-9999.ebuild
14 index 00ffce2..b477ec6 100644
15 --- a/app-portage/gentoopm/gentoopm-9999.ebuild
16 +++ b/app-portage/gentoopm/gentoopm-9999.ebuild
17 @@ -8,7 +8,7 @@ PYTHON_COMPAT=( python{2_7,3_4,3_5} pypy )
18 inherit distutils-r1
19
20 #if LIVE
21 -HOMEPAGE="https://github.com/mgorny/gentoopm.git"
22 +EGIT_REPO_URI="https://github.com/mgorny/gentoopm.git"
23 inherit git-r3
24 #endif