diff options
author | Sam James <sam@gentoo.org> | 2023-05-16 06:44:56 +0100 |
---|---|---|
committer | Sam James <sam@gentoo.org> | 2023-05-16 06:44:56 +0100 |
commit | dd259414e65bc83375438ec7a51fdec2278c357d (patch) | |
tree | 495d8d8f6b5b1705592cee95a1c39b89cfa2709c /dev-libs/kpathsea | |
parent | dev-python/tavern: Remove old (diff) | |
download | gentoo-dd259414e65bc83375438ec7a51fdec2278c357d.tar.gz gentoo-dd259414e65bc83375438ec7a51fdec2278c357d.tar.bz2 gentoo-dd259414e65bc83375438ec7a51fdec2278c357d.zip |
*/*: fix texlive SRC_URI
Signed-off-by: Sam James <sam@gentoo.org>
Diffstat (limited to 'dev-libs/kpathsea')
-rw-r--r-- | dev-libs/kpathsea/kpathsea-6.3.3_p20210325-r1.ebuild | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/dev-libs/kpathsea/kpathsea-6.3.3_p20210325-r1.ebuild b/dev-libs/kpathsea/kpathsea-6.3.3_p20210325-r1.ebuild index 070d1bdb0646..742b27cdf2fc 100644 --- a/dev-libs/kpathsea/kpathsea-6.3.3_p20210325-r1.ebuild +++ b/dev-libs/kpathsea/kpathsea-6.3.3_p20210325-r1.ebuild @@ -9,8 +9,8 @@ TEXMFD_VERSION="11" DESCRIPTION="Path searching library for TeX-related files" HOMEPAGE="http://tug.org/texlive/" -SRC_URI="https://dev.gentoo.org/~{zlogene,sam}/distfiles/texlive/texlive-${PV#*_p}-source.tar.xz - https://dev.gentoo.org/~{zlogene,sam}/distfiles/texlive/${PN}-texmf.d-${TEXMFD_VERSION}.tar.xz" +SRC_URI="https://dev.gentoo.org/~sam/distfiles/texlive/texlive-${PV#*_p}-source.tar.xz + https://dev.gentoo.org/~sam/distfiles/texlive/${PN}-texmf.d-${TEXMFD_VERSION}.tar.xz" LICENSE="GPL-2" SLOT="0/${PV%_p*}" @@ -24,12 +24,12 @@ EXTRA_TL_MODULES="kpathsea" EXTRA_TL_DOC_MODULES="kpathsea.doc" for i in ${EXTRA_TL_MODULES} ; do - SRC_URI="${SRC_URI} https://dev.gentoo.org/~{zlogene,sam}/distfiles/texlive/tl-${i}-${TL_VERSION}.tar.xz" + SRC_URI="${SRC_URI} https://dev.gentoo.org/~sam/distfiles/texlive/tl-${i}-${TL_VERSION}.tar.xz" done SRC_URI="${SRC_URI} doc? ( " for i in ${EXTRA_TL_DOC_MODULES} ; do - SRC_URI="${SRC_URI} https://dev.gentoo.org/~{zlogene,sam}/distfiles/texlive/tl-${i}-${TL_VERSION}.tar.xz" + SRC_URI="${SRC_URI} https://dev.gentoo.org/~sam/distfiles/texlive/tl-${i}-${TL_VERSION}.tar.xz" done SRC_URI="${SRC_URI} ) " |