commit:     f1840e1abe3d92a503b381813f8d2fc2a4124465
Author:     Maciej Barć <xgqt <AT> gentoo <DOT> org>
AuthorDate: Mon Jul  3 07:50:50 2023 +0000
Commit:     Maciej Barć <xgqt <AT> gentoo <DOT> org>
CommitDate: Mon Jul  3 07:58:49 2023 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=f1840e1a

app-emacs/consult: enable live

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

 app-emacs/consult/consult-0.35.ebuild | 16 ++++++++++++----
 1 file changed, 12 insertions(+), 4 deletions(-)

diff --git a/app-emacs/consult/consult-0.35.ebuild 
b/app-emacs/consult/consult-0.35.ebuild
index 1a06823ec878..7b1398601c9b 100644
--- a/app-emacs/consult/consult-0.35.ebuild
+++ b/app-emacs/consult/consult-0.35.ebuild
@@ -2,17 +2,25 @@
 # Distributed under the terms of the GNU General Public License v2
 
 EAPI=8
+
 NEED_EMACS=27
 
 inherit elisp
 
-DESCRIPTION="Consulting complete-read"
-HOMEPAGE="https://github.com/minad/consult";
-SRC_URI="https://github.com/minad/${PN}/archive/refs/tags/${PV}.tar.gz -> 
${P}.tar.gz"
+DESCRIPTION="Consulting complete-read for GNU Emacs"
+HOMEPAGE="https://github.com/minad/consult/";
+
+if [[ ${PV} == *9999* ]] ; then
+       inherit git-r3
+       EGIT_REPO_URI="https://github.com/minad/${PN}.git";
+else
+       SRC_URI="https://github.com/minad/${PN}/archive/${PV}.tar.gz
+               -> ${P}.tar.gz"
+       KEYWORDS="~amd64 ~x86"
+fi
 
 LICENSE="GPL-3+"
 SLOT="0"
-KEYWORDS="~amd64 ~x86"
 
 RDEPEND=">=app-emacs/compat-28.1"
 BDEPEND="${RDEPEND}"

Reply via email to