Diff d-mode-2.0.10 with a d-mode-2.0.11

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

  
4
EAPI=7
4
EAPI=8
5 5

  
6 6
inherit elisp
7 7

  
......
9 9
HOMEPAGE="https://github.com/Emacs-D-Mode-Maintainers/Emacs-D-Mode
10 10
	https://www.emacswiki.org/emacs/DMode"
11 11
SRC_URI="https://github.com/Emacs-D-Mode-Maintainers/Emacs-D-Mode/archive/${PV}.tar.gz -> ${P}.tar.gz"
12
S="${WORKDIR}/Emacs-D-Mode-${PV}"
12 13

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

  
18
S="${WORKDIR}/Emacs-D-Mode-${PV}"
19
PATCHES=("${FILESDIR}"/${P}-rx-form.patch)
20 19
SITEFILE="50${PN}-gentoo.el"
Thank you!