Diff ebib-2.38.1 with a ebib-2.39.3

/usr/portage/app-emacs/ebib/ebib-2.39.3.ebuild 2023-10-09 14:52:28.680368330 +0300
1
# Copyright 1999-2023 Gentoo Authors
1
# Copyright 1999-2022 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
7 6
NEED_EMACS=26.1
8 7

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

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