aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorThomas Bracht Laumann Jespersen <t@laumann.xyz>2023-03-30 22:54:55 +0200
committerSam James <sam@gentoo.org>2023-03-30 22:07:41 +0100
commitaa79eef52c5449ee50a36b1ddeab44dc63161e6a (patch)
tree4ae6e7d7771b05b3b54a4830b148d05e6ce92f27
parentdo not strip slash in metapost's einfo (diff)
downloadtex-aa79eef52c5449ee50a36b1ddeab44dc63161e6a.tar.gz
tex-aa79eef52c5449ee50a36b1ddeab44dc63161e6a.tar.bz2
tex-aa79eef52c5449ee50a36b1ddeab44dc63161e6a.zip
scripts/texlive: start 2023
Fix a portageq complaint about "portdir" being deprecated in favour of "get_repo_path / gentoo". Signed-off-by: Sam James <sam@gentoo.org>
-rw-r--r--scripts/texlive/common/Makefile.common2
-rw-r--r--scripts/texlive/tlpsrc/Makefile.common2
2 files changed, 2 insertions, 2 deletions
diff --git a/scripts/texlive/common/Makefile.common b/scripts/texlive/common/Makefile.common
index cd46244..26a4039 100644
--- a/scripts/texlive/common/Makefile.common
+++ b/scripts/texlive/common/Makefile.common
@@ -1,5 +1,5 @@
-PORTDIR=$(shell portageq portdir)
+PORTDIR=$(shell portageq get_repo_path / gentoo)
DISTDIR=$(shell portageq distdir)
diff --git a/scripts/texlive/tlpsrc/Makefile.common b/scripts/texlive/tlpsrc/Makefile.common
index 95dd416..abb73e1 100644
--- a/scripts/texlive/tlpsrc/Makefile.common
+++ b/scripts/texlive/tlpsrc/Makefile.common
@@ -1,4 +1,4 @@
-TEXLIVE_VERSION=2021
+TEXLIVE_VERSION=2023
include ../common/Makefile.common