commit: d787de4c1426d3c7fb5ee82ddc65c99c43e5841e Author: Maciej Barć <xgqt <AT> gentoo <DOT> org> AuthorDate: Tue Jul 29 08:45:56 2025 +0000 Commit: Maciej Barć <xgqt <AT> gentoo <DOT> org> CommitDate: Tue Jul 29 08:48:31 2025 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=d787de4c
app-emacs/htmlize: fix SRC_URI Signed-off-by: Maciej Barć <xgqt <AT> gentoo.org> app-emacs/htmlize/htmlize-1.59.ebuild | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/app-emacs/htmlize/htmlize-1.59.ebuild b/app-emacs/htmlize/htmlize-1.59.ebuild index a085d579febd..7ade7a0c3194 100644 --- a/app-emacs/htmlize/htmlize-1.59.ebuild +++ b/app-emacs/htmlize/htmlize-1.59.ebuild @@ -12,9 +12,9 @@ HOMEPAGE="https://www.emacswiki.org/emacs/Htmlize if [[ "${PV}" == *9999* ]] ; then inherit git-r3 - EGIT_REPO_URI="https://github.com/hniksic/${REAL_PN}" + EGIT_REPO_URI="https://github.com/hniksic/emacs-${PN}" else - SRC_URI="https://github.com/hniksic/${REAL_PN}/archive/release/${PV}.tar.gz + SRC_URI="https://github.com/hniksic/emacs-${PN}/archive/release/${PV}.tar.gz -> ${P}.tar.gz" S="${WORKDIR}/${PN}-release-${PV}"
