commit: cee7d8dff4d46a82767721b1b9c3970417066095 Author: Maciej Barć <xgqt <AT> gentoo <DOT> org> AuthorDate: Wed Jun 19 15:43:40 2024 +0000 Commit: Maciej Barć <xgqt <AT> gentoo <DOT> org> CommitDate: Wed Jun 19 15:43:58 2024 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=cee7d8df
app-emacs/with-editor: fix SRC_URI Closes: https://bugs.gentoo.org/934562 Signed-off-by: Maciej Barć <xgqt <AT> gentoo.org> app-emacs/with-editor/with-editor-3.3.3.ebuild | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/app-emacs/with-editor/with-editor-3.3.3.ebuild b/app-emacs/with-editor/with-editor-3.3.3.ebuild index 7e5a5295cac5..af93991140f7 100644 --- a/app-emacs/with-editor/with-editor-3.3.3.ebuild +++ b/app-emacs/with-editor/with-editor-3.3.3.ebuild @@ -14,7 +14,7 @@ if [[ "${PV}" == *9999* ]] ; then EGIT_REPO_URI="https://github.com/magit/${PN}.git" else - SRC_URI="https://github.com/magit/${PN}/archive/${PV}.tar.gz + SRC_URI="https://github.com/magit/${PN}/archive/v${PV}.tar.gz -> ${P}.tar.gz" KEYWORDS="~amd64 ~arm ~arm64 ~ppc64 ~riscv ~x86 ~amd64-linux ~x86-linux"
