Diff gruvbox-theme-1.30.2 with a gruvbox-theme-9999

/usr/portage/app-emacs/gruvbox-theme/gruvbox-theme-9999.ebuild 2026-09-03 20:03:05.073220499 +0300
1
# Copyright 2023-2025 Gentoo Authors
1
# Copyright 2023-2026 Gentoo Authors
2 2
# Distributed under the terms of the GNU General Public License v2
3 3

  
4
EAPI=8
4
EAPI=9
5 5

  
6
NEED_EMACS=26.1
6
NEED_EMACS="26.1"
7 7

  
8 8
inherit elisp
9 9

  
10 10
DESCRIPTION="Gruvbox is a retro groove color scheme, now in Emacs"
11 11
HOMEPAGE="https://github.com/greduan/emacs-theme-gruvbox/"
12 12

  
13
if [[ ${PV} == *9999* ]] ; then
13
if [[ "${PV}" == *9999* ]] ; then
14 14
	inherit git-r3
15 15
	EGIT_REPO_URI="https://github.com/greduan/emacs-theme-gruvbox.git"
16 16
else
Thank you!