From f4ebd1736eba22017310514a7b081edcffa7c511 Mon Sep 17 00:00:00 2001 From: Bernard Cafarelli Date: Thu, 16 Jan 2020 21:10:53 +0100 Subject: [PATCH] app-text/tesseract: fix live ebuild repo URI Package-Manager: Portage-2.3.84, Repoman-2.3.20 Signed-off-by: Bernard Cafarelli --- app-text/tesseract/tesseract-9999.ebuild | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/app-text/tesseract/tesseract-9999.ebuild b/app-text/tesseract/tesseract-9999.ebuild index f44c6f3d8fc8..36477196d955 100644 --- a/app-text/tesseract/tesseract-9999.ebuild +++ b/app-text/tesseract/tesseract-9999.ebuild @@ -1,4 +1,4 @@ -# Copyright 1999-2019 Gentoo Authors +# Copyright 1999-2020 Gentoo Authors # Distributed under the terms of the GNU General Public License v2 EAPI=7 @@ -7,7 +7,7 @@ inherit autotools git-r3 multilib-minimal toolchain-funcs DESCRIPTION="An OCR Engine, orginally developed at HP, now open source." HOMEPAGE="https://github.com/tesseract-ocr" -EGIT_REPO_URI="https://github.com/${MY_PN}/${PN}.git" +EGIT_REPO_URI="https://github.com/tesseract-ocr/${PN}.git" LICENSE="Apache-2.0" SLOT="0" -- 2.26.2