diff options
author | Maciej Barć <xgqt@gentoo.org> | 2024-06-19 17:43:40 +0200 |
---|---|---|
committer | Maciej Barć <xgqt@gentoo.org> | 2024-06-19 17:43:58 +0200 |
commit | cee7d8dff4d46a82767721b1b9c3970417066095 (patch) | |
tree | 7902c34a13c42794e447be0f71029e88af846002 /app-emacs | |
parent | dev-python/restructuredtext-lint: enable py3.13 (diff) | |
download | gentoo-cee7d8dff4d46a82767721b1b9c3970417066095.tar.gz gentoo-cee7d8dff4d46a82767721b1b9c3970417066095.tar.bz2 gentoo-cee7d8dff4d46a82767721b1b9c3970417066095.zip |
app-emacs/with-editor: fix SRC_URI
Closes: https://bugs.gentoo.org/934562
Signed-off-by: Maciej Barć <xgqt@gentoo.org>
Diffstat (limited to 'app-emacs')
-rw-r--r-- | app-emacs/with-editor/with-editor-3.3.3.ebuild | 2 |
1 files changed, 1 insertions, 1 deletions
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" |