summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMaciej Barć <xgqt@gentoo.org>2024-06-19 17:43:40 +0200
committerMaciej Barć <xgqt@gentoo.org>2024-06-19 17:43:58 +0200
commitcee7d8dff4d46a82767721b1b9c3970417066095 (patch)
tree7902c34a13c42794e447be0f71029e88af846002 /app-emacs/with-editor
parentdev-python/restructuredtext-lint: enable py3.13 (diff)
downloadgentoo-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/with-editor')
-rw-r--r--app-emacs/with-editor/with-editor-3.3.3.ebuild2
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"