diff options
Diffstat (limited to 'dev-tex')
-rw-r--r-- | dev-tex/feynmf/feynmf-1.08-r6.ebuild | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/dev-tex/feynmf/feynmf-1.08-r6.ebuild b/dev-tex/feynmf/feynmf-1.08-r6.ebuild index 5e44a538c9d0..de9b53c8c6cc 100644 --- a/dev-tex/feynmf/feynmf-1.08-r6.ebuild +++ b/dev-tex/feynmf/feynmf-1.08-r6.ebuild @@ -1,7 +1,7 @@ # Copyright 1999-2020 Gentoo Authors # Distributed under the terms of the GNU General Public License v2 -EAPI=6 +EAPI=7 inherit latex-package @@ -22,6 +22,7 @@ DEPEND="${RDEPEND} doc? ( dev-texlive/texlive-bibtexextra )" S="${WORKDIR}/${PN}" + PATCHES=( "${FILESDIR}"/${P}.patch "${FILESDIR}"/${P}-tempfile.patch |