diff options
author | Ulrich Müller <ulm@gentoo.org> | 2021-04-13 07:17:29 +0200 |
---|---|---|
committer | Ulrich Müller <ulm@gentoo.org> | 2021-04-13 07:28:19 +0200 |
commit | 4a98ce1f882489617cd30ad90d4c9a427db7d42b (patch) | |
tree | 24f195244e5705feffa1e418243770c9c5d5f5dd /app-emacs | |
parent | dev-ruby/connection_pool: add 2.2.4 (diff) | |
download | gentoo-4a98ce1f882489617cd30ad90d4c9a427db7d42b.tar.gz gentoo-4a98ce1f882489617cd30ad90d4c9a427db7d42b.tar.bz2 gentoo-4a98ce1f882489617cd30ad90d4c9a427db7d42b.zip |
app-emacs/doxymacs: Bump to EAPI 7
Package-Manager: Portage-3.0.18, Repoman-3.0.3
Signed-off-by: Ulrich Müller <ulm@gentoo.org>
Diffstat (limited to 'app-emacs')
-rw-r--r-- | app-emacs/doxymacs/doxymacs-1.8.0-r4.ebuild (renamed from app-emacs/doxymacs/doxymacs-1.8.0-r3.ebuild) | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/app-emacs/doxymacs/doxymacs-1.8.0-r3.ebuild b/app-emacs/doxymacs/doxymacs-1.8.0-r4.ebuild index 5d9ed4e59e7f..8f6f1f24fd89 100644 --- a/app-emacs/doxymacs/doxymacs-1.8.0-r3.ebuild +++ b/app-emacs/doxymacs/doxymacs-1.8.0-r4.ebuild @@ -1,7 +1,7 @@ -# Copyright 1999-2017 Gentoo Foundation +# Copyright 1999-2021 Gentoo Authors # Distributed under the terms of the GNU General Public License v2 -EAPI=5 +EAPI=7 inherit elisp flag-o-matic @@ -16,7 +16,7 @@ KEYWORDS="amd64 x86" DEPEND=">=dev-libs/libxml2-2.6.13" RDEPEND="${DEPEND}" -ELISP_PATCHES="${P}-gcc7.patch" +PATCHES=("${FILESDIR}"/${P}-gcc7.patch) SITEFILE="50${PN}-gentoo.el" src_configure() { |