diff options
| -rw-r--r-- | dev-tex/rubber/rubber-1.6.6.ebuild | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/dev-tex/rubber/rubber-1.6.6.ebuild b/dev-tex/rubber/rubber-1.6.6.ebuild index ed2a131ae566..506a4b26795d 100644 --- a/dev-tex/rubber/rubber-1.6.6.ebuild +++ b/dev-tex/rubber/rubber-1.6.6.ebuild @@ -1,4 +1,4 @@ -# Copyright 1999-2024 Gentoo Authors +# Copyright 1999-2025 Gentoo Authors # Distributed under the terms of the GNU General Public License v2 EAPI=8 @@ -14,7 +14,7 @@ if [[ ${PV} == "9999" ]] || [[ -n "${EGIT_COMMIT_ID}" ]]; then else # NOTE: Cannot be "PYPI_PN=latex-rubber" + "inherit pypi" due to missing files SRC_URI="https://gitlab.com/latex-rubber/${PN}/-/archive/${PV}/${P}.tar.bz2" - KEYWORDS="amd64 ~ppc ~riscv x86" + KEYWORDS="amd64 ppc ~riscv x86" fi DESCRIPTION="A LaTeX wrapper for automatically building documents" |
