diff options
author | Ulrich Müller <ulm@gentoo.org> | 2020-05-10 11:49:49 +0200 |
---|---|---|
committer | Ulrich Müller <ulm@gentoo.org> | 2020-05-10 12:23:59 +0200 |
commit | 94ae641f7f5f45a6a45d195105497cc72af46adf (patch) | |
tree | b39a406888fc823f240e5a2f2b81b8859a148aa2 /app-emacs/d-mode/d-mode-2.0.10.ebuild | |
parent | sys-kernel/vanilla-sources: Automated version bump to {4.4.223,4.9.223,4.14.1... (diff) | |
download | gentoo-94ae641f7f5f45a6a45d195105497cc72af46adf.tar.gz gentoo-94ae641f7f5f45a6a45d195105497cc72af46adf.tar.bz2 gentoo-94ae641f7f5f45a6a45d195105497cc72af46adf.zip |
app-emacs/d-mode: Fix compilation with Emacs 27.
Closes: https://bugs.gentoo.org/722012
Package-Manager: Portage-2.3.99, Repoman-2.3.22
Signed-off-by: Ulrich Müller <ulm@gentoo.org>
Diffstat (limited to 'app-emacs/d-mode/d-mode-2.0.10.ebuild')
-rw-r--r-- | app-emacs/d-mode/d-mode-2.0.10.ebuild | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/app-emacs/d-mode/d-mode-2.0.10.ebuild b/app-emacs/d-mode/d-mode-2.0.10.ebuild index c410ee103834..4a23ae677547 100644 --- a/app-emacs/d-mode/d-mode-2.0.10.ebuild +++ b/app-emacs/d-mode/d-mode-2.0.10.ebuild @@ -1,4 +1,4 @@ -# Copyright 1999-2019 Gentoo Authors +# Copyright 1999-2020 Gentoo Authors # Distributed under the terms of the GNU General Public License v2 EAPI=7 @@ -16,4 +16,5 @@ KEYWORDS="~amd64 ~x86" RESTRICT="test" S="${WORKDIR}/Emacs-D-Mode-${PV}" +PATCHES=("${FILESDIR}"/${P}-rx-form.patch) SITEFILE="50${PN}-gentoo.el" |