diff options
author | Sam James <sam@gentoo.org> | 2021-04-16 14:40:40 +0100 |
---|---|---|
committer | Sam James <sam@gentoo.org> | 2021-04-18 06:53:40 +0100 |
commit | 2f9724573c2acd1c087495eadfc66d53123c3b36 (patch) | |
tree | b49fce78e920a0eb4afb994ec778f49bb5496803 /app-text/blahtexml | |
parent | app-text/antiword: eutils->epatch (diff) | |
download | gentoo-2f9724573c2acd1c087495eadfc66d53123c3b36.tar.gz gentoo-2f9724573c2acd1c087495eadfc66d53123c3b36.tar.bz2 gentoo-2f9724573c2acd1c087495eadfc66d53123c3b36.zip |
app-text/blahtexml: eutils->epatch
Package-Manager: Portage-3.0.14-prefix, Repoman-3.0.2
Signed-off-by: Sam James <sam@gentoo.org>
Diffstat (limited to 'app-text/blahtexml')
-rw-r--r-- | app-text/blahtexml/blahtexml-0.9.ebuild | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/app-text/blahtexml/blahtexml-0.9.ebuild b/app-text/blahtexml/blahtexml-0.9.ebuild index 7a32d14559cd..5e893a55f267 100644 --- a/app-text/blahtexml/blahtexml-0.9.ebuild +++ b/app-text/blahtexml/blahtexml-0.9.ebuild @@ -1,9 +1,9 @@ -# Copyright 1999-2020 Gentoo Authors +# Copyright 1999-2021 Gentoo Authors # Distributed under the terms of the GNU General Public License v2 EAPI=5 -inherit eutils toolchain-funcs +inherit epatch toolchain-funcs DESCRIPTION="TeX-to-MathML converter" HOMEPAGE="http://gva.noekeon.org/blahtexml" |