summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMaciej Barć <xgqt@gentoo.org>2024-09-03 16:20:07 +0200
committerMaciej Barć <xgqt@gentoo.org>2024-09-03 20:44:26 +0200
commitccb82a00ab0973e8344124fac84de9339a82e647 (patch)
treeca8420446f74812edd09fa9defc6fa7b7f9f5612 /app-emacs
parentapp-emacs/ef-themes: bump to 1.8.0 (diff)
downloadgentoo-ccb82a00ab0973e8344124fac84de9339a82e647.tar.gz
gentoo-ccb82a00ab0973e8344124fac84de9339a82e647.tar.bz2
gentoo-ccb82a00ab0973e8344124fac84de9339a82e647.zip
app-emacs/ef-themes: sync live 9999 version
Signed-off-by: Maciej Barć <xgqt@gentoo.org>
Diffstat (limited to 'app-emacs')
-rw-r--r--app-emacs/ef-themes/ef-themes-9999.ebuild8
1 files changed, 6 insertions, 2 deletions
diff --git a/app-emacs/ef-themes/ef-themes-9999.ebuild b/app-emacs/ef-themes/ef-themes-9999.ebuild
index e12280ff911b..80527024d575 100644
--- a/app-emacs/ef-themes/ef-themes-9999.ebuild
+++ b/app-emacs/ef-themes/ef-themes-9999.ebuild
@@ -1,19 +1,23 @@
-# Copyright 1999-2023 Gentoo Authors
+# Copyright 1999-2024 Gentoo Authors
# Distributed under the terms of the GNU General Public License v2
EAPI=8
+NEED_EMACS="27.1"
+
inherit elisp
DESCRIPTION="Colourful and legible themes for GNU Emacs"
HOMEPAGE="https://github.com/protesilaos/ef-themes/"
-if [[ ${PV} == *9999* ]] ; then
+if [[ "${PV}" == *9999* ]] ; then
inherit git-r3
+
EGIT_REPO_URI="https://github.com/protesilaos/${PN}.git"
else
SRC_URI="https://github.com/protesilaos/${PN}/archive/${PV}.tar.gz
-> ${P}.tar.gz"
+
KEYWORDS="~amd64 ~x86"
fi