diff options
author | Bernard Cafarelli <voyageur@gentoo.org> | 2020-01-16 21:10:53 +0100 |
---|---|---|
committer | Bernard Cafarelli <voyageur@gentoo.org> | 2020-01-16 21:20:11 +0100 |
commit | f4ebd1736eba22017310514a7b081edcffa7c511 (patch) | |
tree | 0b60776a2d9d87fbc53cfbd10c2d9ed19f7068cd /app-text/tesseract | |
parent | net-libs/libproxy: Drop unused CMake variables (diff) | |
download | gentoo-f4ebd1736eba22017310514a7b081edcffa7c511.tar.gz gentoo-f4ebd1736eba22017310514a7b081edcffa7c511.tar.bz2 gentoo-f4ebd1736eba22017310514a7b081edcffa7c511.zip |
app-text/tesseract: fix live ebuild repo URI
Package-Manager: Portage-2.3.84, Repoman-2.3.20
Signed-off-by: Bernard Cafarelli <voyageur@gentoo.org>
Diffstat (limited to 'app-text/tesseract')
-rw-r--r-- | app-text/tesseract/tesseract-9999.ebuild | 4 |
1 files 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" |