commit: 50831c543685b59e01fa54cfee19b7f058e0f99a Author: Maciej Barć <xgqt <AT> gentoo <DOT> org> AuthorDate: Fri Jun 13 18:08:19 2025 +0000 Commit: Maciej Barć <xgqt <AT> gentoo <DOT> org> CommitDate: Fri Jun 13 19:00:42 2025 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=50831c54
app-emacs/transient: sync live 9999 version Signed-off-by: Maciej Barć <xgqt <AT> gentoo.org> app-emacs/transient/transient-9999.ebuild | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/app-emacs/transient/transient-9999.ebuild b/app-emacs/transient/transient-9999.ebuild index de1c9d2bd003..e88de3272abb 100644 --- a/app-emacs/transient/transient-9999.ebuild +++ b/app-emacs/transient/transient-9999.ebuild @@ -12,7 +12,7 @@ HOMEPAGE="https://magit.vc/manual/transient/ if [[ "${PV}" == *9999* ]] ; then inherit git-r3 - EGIT_REPO_URI="https://github.com/magit/${PN}.git" + EGIT_REPO_URI="https://github.com/magit/${PN}" else SRC_URI="https://github.com/magit/${PN}/archive/v${PV}.tar.gz -> ${P}.tar.gz" @@ -24,7 +24,7 @@ LICENSE="GPL-3+" SLOT="0" RDEPEND=" - >=app-emacs/compat-30.0.1.0 + >=app-emacs/compat-30.0.2.0 " BDEPEND=" ${RDEPEND}
