diff options
author | Maciej Barć <xgqt@gentoo.org> | 2024-08-10 17:49:01 +0200 |
---|---|---|
committer | Maciej Barć <xgqt@gentoo.org> | 2024-08-10 20:16:36 +0200 |
commit | 54afd3f327be40be76f4fc9f5e606e98b31ba761 (patch) | |
tree | bfe4d41362c6ef7f596bafca2e26aba4a3e1a2a9 /app-emacs/with-editor | |
parent | app-emacs/with-editor: bump to 3.4.1 (diff) | |
download | gentoo-54afd3f327be40be76f4fc9f5e606e98b31ba761.tar.gz gentoo-54afd3f327be40be76f4fc9f5e606e98b31ba761.tar.bz2 gentoo-54afd3f327be40be76f4fc9f5e606e98b31ba761.zip |
app-emacs/with-editor: sync live 9999 version
Signed-off-by: Maciej Barć <xgqt@gentoo.org>
Diffstat (limited to 'app-emacs/with-editor')
-rw-r--r-- | app-emacs/with-editor/with-editor-9999.ebuild | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/app-emacs/with-editor/with-editor-9999.ebuild b/app-emacs/with-editor/with-editor-9999.ebuild index 7e5a5295cac5..f01c1a6f71dd 100644 --- a/app-emacs/with-editor/with-editor-9999.ebuild +++ b/app-emacs/with-editor/with-editor-9999.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" @@ -26,7 +26,7 @@ LICENSE="GPL-3+" SLOT="0" RDEPEND=" - >=app-emacs/compat-29.1.4.1 + >=app-emacs/compat-30.0.0.0 " BDEPEND=" ${RDEPEND} |