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/esearch/
Date: Sun, 15 Sep 2019 17:17:36
Message-Id: 1568567418.6de8a64f1e83dfb0cf391c7a4b01578313a1db58.mgorny@gentoo
1 commit: 6de8a64f1e83dfb0cf391c7a4b01578313a1db58
2 Author: Michał Górny <mgorny <AT> gentoo <DOT> org>
3 AuthorDate: Sun Sep 15 17:10:18 2019 +0000
4 Commit: Michał Górny <mgorny <AT> gentoo <DOT> org>
5 CommitDate: Sun Sep 15 17:10:18 2019 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=6de8a64f
7
8 app-portage/esearch: Inline mirror://github
9
10 Signed-off-by: Michał Górny <mgorny <AT> gentoo.org>
11
12 app-portage/esearch/esearch-1.3-r2.ebuild | 2 +-
13 1 file changed, 1 insertion(+), 1 deletion(-)
14
15 diff --git a/app-portage/esearch/esearch-1.3-r2.ebuild b/app-portage/esearch/esearch-1.3-r2.ebuild
16 index c1daaf3bc88..23d4292bd7e 100644
17 --- a/app-portage/esearch/esearch-1.3-r2.ebuild
18 +++ b/app-portage/esearch/esearch-1.3-r2.ebuild
19 @@ -10,7 +10,7 @@ inherit distutils-r1
20
21 DESCRIPTION="Replacement for 'emerge --search' with search-index"
22 HOMEPAGE="https://github.com/fuzzyray/esearch"
23 -SRC_URI="mirror://github/fuzzyray/${PN}/${P}.tar.gz"
24 +SRC_URI="https://github.com/downloads/fuzzyray/${PN}/${P}.tar.gz"
25
26 LICENSE="GPL-2"
27 SLOT="0"