commit: fbddad302f8f89476ee57ab7d511971f1dd258be Author: Florian Schmaus <flow <AT> gentoo <DOT> org> AuthorDate: Fri Nov 29 09:07:33 2024 +0000 Commit: Florian Schmaus <flow <AT> gentoo <DOT> org> CommitDate: Fri Nov 29 09:07:33 2024 +0000 URL: https://gitweb.gentoo.org/proj/tex-overlay.git/commit/?id=fbddad30
dev-tex/bibtexu: move S in right position, quote WORKDIR Signed-off-by: Florian Schmaus <flow <AT> gentoo.org> dev-tex/bibtexu/bibtexu-4.00_p20230311.ebuild | 6 ++++-- 1 file changed, 4 insertions(+), 2 deletions(-) diff --git a/dev-tex/bibtexu/bibtexu-4.00_p20230311.ebuild b/dev-tex/bibtexu/bibtexu-4.00_p20230311.ebuild index ccb855f..98092dd 100644 --- a/dev-tex/bibtexu/bibtexu-4.00_p20230311.ebuild +++ b/dev-tex/bibtexu/bibtexu-4.00_p20230311.ebuild @@ -9,9 +9,12 @@ DESCRIPTION="8-bit Implementation of BibTeX 0.99 with a Very Large Capacity" HOMEPAGE="https://tug.org/texlive/" SRC_URI="https://mirrors.ctan.org/systems/texlive/Source/texlive-${PV#*_p}-source.tar.xz" +S="${WORKDIR}"/texlive-${PV#*_p}-source/texk/bibtex-x LICENSE="GPL-2" SLOT="0" -KEYWORDS="~alpha amd64 arm arm64 hppa ~loong ~mips ppc ppc64 ~riscv ~s390 sparc x86 ~amd64-linux ~x86-linux ~ppc-macos ~x64-macos ~x64-solaris" + +KEYWORDS="~alpha ~amd64 ~arm ~arm64 ~hppa ~loong ~mips ~ppc ~ppc64 ~riscv ~s390 ~sparc ~x86 ~amd64-linux ~x86-linux ~ppc-macos ~x64-macos ~x64-solaris" + IUSE="doc source" RDEPEND=" @@ -21,7 +24,6 @@ RDEPEND=" DEPEND="${RDEPEND}" BDEPEND="virtual/pkgconfig" -S=${WORKDIR}/texlive-${PV#*_p}-source/texk/bibtex-x TL_REVISION=66186 EXTRA_TL_MODULES="bibtex8.r${TL_REVISION} bibtexu.r${TL_REVISION}"
