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-tex | |
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-tex')
-rw-r--r-- | dev-tex/bibtexu/bibtexu-3.71_p20210325.ebuild | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/dev-tex/bibtexu/bibtexu-3.71_p20210325.ebuild b/dev-tex/bibtexu/bibtexu-3.71_p20210325.ebuild index 4c31f2a38543..93da52b47309 100644 --- a/dev-tex/bibtexu/bibtexu-3.71_p20210325.ebuild +++ b/dev-tex/bibtexu/bibtexu-3.71_p20210325.ebuild @@ -5,7 +5,7 @@ EAPI=7 DESCRIPTION="8-bit Implementation of BibTeX 0.99 with a Very Large Capacity" HOMEPAGE="http://tug.org/texlive/" -SRC_URI="https://dev.gentoo.org/~{zlogene,sam}/distfiles/texlive/texlive-${PV#*_p}-source.tar.xz" +SRC_URI="https://dev.gentoo.org/~sam/distfiles/texlive/texlive-${PV#*_p}-source.tar.xz" LICENSE="GPL-2" SLOT="0" @@ -24,12 +24,12 @@ EXTRA_TL_MODULES="bibtex8 bibtexu" EXTRA_TL_DOC_MODULES="bibtex8.doc bibtexu.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} ) " |