Diff ebib-2.38 with a ebib-2.38.1

/usr/portage/app-emacs/ebib/ebib-2.38.1.ebuild 2023-10-09 14:52:28.680368330 +0300
1
# Copyright 1999-2022 Gentoo Authors
1
# Copyright 1999-2023 Gentoo Authors
2 2
# Distributed under the terms of the GNU General Public License v2
3 3

  
4 4
EAPI=8
5 5

  
6
COMMIT=0e243a78f435038dda31953c5b48cbddf2a89e27
6 7
NEED_EMACS=26.1
7 8

  
8 9
inherit elisp
......
10 11
DESCRIPTION="BibTeX database manager for Emacs"
11 12
HOMEPAGE="https://joostkremers.github.io/ebib/
12 13
	https://github.com/joostkremers/ebib/"
13
SRC_URI="https://github.com/joostkremers/${PN}/archive/${PV}.tar.gz
14
SRC_URI="https://github.com/joostkremers/${PN}/archive/${COMMIT}.tar.gz
14 15
			-> ${P}.tar.gz"
16
S="${WORKDIR}"/${PN}-${COMMIT}
15 17

  
16 18
LICENSE="BSD"
17 19
KEYWORDS="~amd64 ~x86"
Thank you!