diff options
author | Florian Schmaus <flow@gentoo.org> | 2024-07-06 12:33:51 +0200 |
---|---|---|
committer | Florian Schmaus <flow@gentoo.org> | 2024-07-06 12:33:51 +0200 |
commit | e51e433fb53b6525ff8d7d0c2f791d30a7559325 (patch) | |
tree | 53209fdd2dd3ff93074912de8ca49a6713512de7 /dev-tex | |
parent | dev-tex/lgrind: patch for newer texlive and gcc, eapi8, cleanup (diff) | |
download | gentoo-e51e433fb53b6525ff8d7d0c2f791d30a7559325.tar.gz gentoo-e51e433fb53b6525ff8d7d0c2f791d30a7559325.tar.bz2 gentoo-e51e433fb53b6525ff8d7d0c2f791d30a7559325.zip |
dev-tex/lgrind: fix ebuild variable order
Signed-off-by: Florian Schmaus <flow@gentoo.org>
Diffstat (limited to 'dev-tex')
-rw-r--r-- | dev-tex/lgrind/lgrind-3.67-r4.ebuild | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/dev-tex/lgrind/lgrind-3.67-r4.ebuild b/dev-tex/lgrind/lgrind-3.67-r4.ebuild index e6dd54f267f3..3c28480e5a9a 100644 --- a/dev-tex/lgrind/lgrind-3.67-r4.ebuild +++ b/dev-tex/lgrind/lgrind-3.67-r4.ebuild @@ -13,11 +13,11 @@ SRC_URI=" https://salsa.debian.org/debian/lgrind/-/raw/dbf049621a61720c8350c37659cf6537ac3893a9/debian/patches/texlive-2020.patch -> lgrind-3.67-fix-begin-document.patch " +S="${WORKDIR}/${PN}" LICENSE="BSD LGrind-Jacobson" SLOT="0" KEYWORDS="amd64 ppc ~sparc x86" -S="${WORKDIR}/${PN}" IUSE="examples" |