commit:     c1c13e5ca8fa1d2bfddeb24ba0fb3790325a5b37
Author:     Maciej Barć <xgqt <AT> gentoo <DOT> org>
AuthorDate: Tue Jan 28 22:02:10 2025 +0000
Commit:     Maciej Barć <xgqt <AT> gentoo <DOT> org>
CommitDate: Tue Jan 28 22:08:51 2025 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=c1c13e5c

app-emacs/consult: sync live 9999 version

Signed-off-by: Maciej Barć <xgqt <AT> gentoo.org>

 app-emacs/consult/consult-9999.ebuild | 20 +++++++++++++-------
 1 file changed, 13 insertions(+), 7 deletions(-)

diff --git a/app-emacs/consult/consult-9999.ebuild 
b/app-emacs/consult/consult-9999.ebuild
index 7b1398601c9b..ceaa32d1900a 100644
--- a/app-emacs/consult/consult-9999.ebuild
+++ b/app-emacs/consult/consult-9999.ebuild
@@ -1,29 +1,35 @@
-# Copyright 1999-2023 Gentoo Authors
+# Copyright 1999-2025 Gentoo Authors
 # Distributed under the terms of the GNU General Public License v2
 
 EAPI=8
 
-NEED_EMACS=27
+NEED_EMACS="28.1"
 
 inherit elisp
 
 DESCRIPTION="Consulting complete-read for GNU Emacs"
 HOMEPAGE="https://github.com/minad/consult/";
 
-if [[ ${PV} == *9999* ]] ; then
+if [[ "${PV}" == *9999* ]] ; then
        inherit git-r3
-       EGIT_REPO_URI="https://github.com/minad/${PN}.git";
+
+       EGIT_REPO_URI="https://github.com/minad/${PN}";
 else
        SRC_URI="https://github.com/minad/${PN}/archive/${PV}.tar.gz
-               -> ${P}.tar.gz"
+               -> ${P}.gh.tar.gz"
+
        KEYWORDS="~amd64 ~x86"
 fi
 
 LICENSE="GPL-3+"
 SLOT="0"
 
-RDEPEND=">=app-emacs/compat-28.1"
-BDEPEND="${RDEPEND}"
+RDEPEND="
+       >=app-emacs/compat-30.0.2.0
+"
+BDEPEND="
+       ${RDEPEND}
+"
 
 SITEFILE="50${PN}-gentoo.el"
 

Reply via email to