commit:     aa79eef52c5449ee50a36b1ddeab44dc63161e6a
Author:     Thomas Bracht Laumann Jespersen <t <AT> laumann <DOT> xyz>
AuthorDate: Thu Mar 30 20:54:55 2023 +0000
Commit:     Sam James <sam <AT> gentoo <DOT> org>
CommitDate: Thu Mar 30 21:07:41 2023 +0000
URL:        https://gitweb.gentoo.org/proj/tex.git/commit/?id=aa79eef5

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 <AT> gentoo.org>

 scripts/texlive/common/Makefile.common | 2 +-
 scripts/texlive/tlpsrc/Makefile.common | 2 +-
 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

Reply via email to