app-text/tesseract: fix live ebuild repo URI
authorBernard Cafarelli <voyageur@gentoo.org>
Thu, 16 Jan 2020 20:10:53 +0000 (21:10 +0100)
committerBernard Cafarelli <voyageur@gentoo.org>
Thu, 16 Jan 2020 20:20:11 +0000 (21:20 +0100)
Package-Manager: Portage-2.3.84, Repoman-2.3.20
Signed-off-by: Bernard Cafarelli <voyageur@gentoo.org>
app-text/tesseract/tesseract-9999.ebuild

index f44c6f3d8fc8fed5f62d82726fcc470da8932d48..36477196d9559322c2c14eb66441260b82b4f621 100644 (file)
@@ -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"