diff options
author | Mikle Kolyada <zlogene@gentoo.org> | 2019-11-04 22:15:31 +0300 |
---|---|---|
committer | Mikle Kolyada <zlogene@gentoo.org> | 2019-11-04 22:15:31 +0300 |
commit | 30b016ba0cf616dd4dd07538cbc3c729a59f61b7 (patch) | |
tree | 8c7553ccbc1bc356dd7b8fbe778825141805a838 | |
parent | do not strip xcolor (diff) | |
download | tex-30b016ba0cf616dd4dd07538cbc3c729a59f61b7.tar.gz tex-30b016ba0cf616dd4dd07538cbc3c729a59f61b7.tar.bz2 tex-30b016ba0cf616dd4dd07538cbc3c729a59f61b7.zip |
bump eapi
Signed-off-by: Mikle Kolyada <zlogene@gentoo.org>
-rw-r--r-- | scripts/texlive/tlpsrc/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/scripts/texlive/tlpsrc/Makefile b/scripts/texlive/tlpsrc/Makefile index 900fad3..fd52d2a 100644 --- a/scripts/texlive/tlpsrc/Makefile +++ b/scripts/texlive/tlpsrc/Makefile @@ -118,7 +118,7 @@ clean: %.ebuild: %.desc %.deps %.list %.doclist %.srclist %.gentoolicense %-post-ebuild %.extrardepend %-preinherit-ebuild cat $(PORTDIR)/header.txt > $@ - printf "EAPI=\"5\"\n\n" >> $@ + printf "EAPI=\"7\"\n\n" >> $@ echo -n "TEXLIVE_MODULE_CONTENTS=\"" >> $@ cat $(@:%.ebuild=%.list) >> $@ echo "\"" >> $@ |