diff options
author | Mikle Kolyada <zlogene@gentoo.org> | 2021-04-02 10:31:19 +0300 |
---|---|---|
committer | Mikle Kolyada <zlogene@gentoo.org> | 2021-04-02 10:31:19 +0300 |
commit | e0d94f1d30f10d548c41e14c534045c8177ee951 (patch) | |
tree | 9cd01793ea5acf00df5ba49d8516478cc3b0361c /dev-libs/kpathsea/kpathsea-6.3.3_p20210325.ebuild | |
parent | profiles: start texlive 2021 mask (diff) | |
download | gentoo-e0d94f1d30f10d548c41e14c534045c8177ee951.tar.gz gentoo-e0d94f1d30f10d548c41e14c534045c8177ee951.tar.bz2 gentoo-e0d94f1d30f10d548c41e14c534045c8177ee951.zip |
dev-libs/kpathsea: use correct versions
Package-Manager: Portage-3.0.17, Repoman-3.0.2
Signed-off-by: Mikle Kolyada <zlogene@gentoo.org>
Diffstat (limited to 'dev-libs/kpathsea/kpathsea-6.3.3_p20210325.ebuild')
-rw-r--r-- | dev-libs/kpathsea/kpathsea-6.3.3_p20210325.ebuild | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/dev-libs/kpathsea/kpathsea-6.3.3_p20210325.ebuild b/dev-libs/kpathsea/kpathsea-6.3.3_p20210325.ebuild index 100fb4e9fb9c..c5ab6c78239b 100644 --- a/dev-libs/kpathsea/kpathsea-6.3.3_p20210325.ebuild +++ b/dev-libs/kpathsea/kpathsea-6.3.3_p20210325.ebuild @@ -5,7 +5,7 @@ EAPI=7 inherit texlive-common libtool prefix tmpfiles -TEXMFD_VERSION="10" +TEXMFD_VERSION="11" DESCRIPTION="Path searching library for TeX-related files" HOMEPAGE="http://tug.org/texlive/" @@ -19,7 +19,7 @@ IUSE="doc source static-libs" S=${WORKDIR}/texlive-${PV#*_p}-source/texk/${PN} -TL_VERSION=2020 +TL_VERSION=2021 EXTRA_TL_MODULES="kpathsea" EXTRA_TL_DOC_MODULES="kpathsea.doc" |