Diff d-mode-2.0.11 with a d-mode-2.0.12

/usr/portage/app-emacs/d-mode/d-mode-2.0.12.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
......
11 11
SRC_URI="https://github.com/Emacs-D-Mode-Maintainers/Emacs-D-Mode/archive/${PV}.tar.gz -> ${P}.tar.gz"
12 12
S="${WORKDIR}/Emacs-D-Mode-${PV}"
13 13

  
14
LICENSE="GPL-2+"
14
LICENSE="GPL-3+"
15 15
SLOT="0"
16 16
KEYWORDS="~amd64 ~x86"
17
RESTRICT="test"
18 17

  
19 18
SITEFILE="50${PN}-gentoo.el"
19

  
20
src_test() {
21
	${EMACS} ${EMACSFLAGS} -l ${PN}.el -l ${PN}-test.el \
22
		-f ert-run-tests-batch-and-exit || die
23
}
Thank you!