diff options
author | Maciej Barć <xgqt@gentoo.org> | 2024-09-03 16:20:07 +0200 |
---|---|---|
committer | Maciej Barć <xgqt@gentoo.org> | 2024-09-03 20:44:26 +0200 |
commit | ccb82a00ab0973e8344124fac84de9339a82e647 (patch) | |
tree | ca8420446f74812edd09fa9defc6fa7b7f9f5612 /app-emacs | |
parent | app-emacs/ef-themes: bump to 1.8.0 (diff) | |
download | gentoo-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.ebuild | 8 |
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 |