aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorLucio Sauer <watermanpaint@posteo.net>2024-06-23 12:22:42 +0200
committerLucio Sauer <watermanpaint@posteo.net>2024-06-23 12:22:42 +0200
commitdb8556d725410bdbc2805f366111637cbad157fb (patch)
tree42e90f19f59bf13eff88c18fd4f13bdaf204a65e /app-text
parentsfwbar: correct KEYWORDS location, enable nm by default (diff)
downloadguru-db8556d725410bdbc2805f366111637cbad157fb.tar.gz
guru-db8556d725410bdbc2805f366111637cbad157fb.tar.bz2
guru-db8556d725410bdbc2805f366111637cbad157fb.zip
app-text/OCRmyPDF: fix variable order
Fix bad ${PN} usage in SRC_URI Signed-off-by: Lucio Sauer <watermanpaint@posteo.net>
Diffstat (limited to 'app-text')
-rw-r--r--app-text/OCRmyPDF/OCRmyPDF-16.3.1.ebuild4
1 files changed, 2 insertions, 2 deletions
diff --git a/app-text/OCRmyPDF/OCRmyPDF-16.3.1.ebuild b/app-text/OCRmyPDF/OCRmyPDF-16.3.1.ebuild
index 8a3db17de5..bdc1a8b12e 100644
--- a/app-text/OCRmyPDF/OCRmyPDF-16.3.1.ebuild
+++ b/app-text/OCRmyPDF/OCRmyPDF-16.3.1.ebuild
@@ -10,12 +10,12 @@ inherit distutils-r1 optfeature shell-completion
DESCRIPTION="OCRmyPDF adds an OCR text layer to scanned PDF files"
HOMEPAGE="https://github.com/ocrmypdf/OCRmyPDF"
-SRC_URI="https://github.com/${PN}/${PN}/archive/v${PV}.tar.gz -> ${P}.tar.gz"
-RESTRICT=test
+SRC_URI="https://github.com/ocrmypdf/ocrmypdf/archive/v${PV}.tar.gz -> ${P}.tar.gz"
LICENSE="CC-BY-SA-2.5 CC-BY-SA-4.0 MIT MPL-2.0 ZLIB"
SLOT="0"
KEYWORDS="~amd64"
+RESTRICT="test"
RDEPEND="
>=app-text/ghostscript-gpl-10.01.2