diff options
author | Sam James <sam@gentoo.org> | 2021-04-16 14:40:32 +0100 |
---|---|---|
committer | Sam James <sam@gentoo.org> | 2021-04-18 06:53:39 +0100 |
commit | 71918c8273872d3024e58d980287fc58352b1474 (patch) | |
tree | 89bdb4ec8063708125487b6b68b5b73821428bc6 /app-text/antiword | |
parent | app-shells/tcsh: eutils->epatch (diff) | |
download | gentoo-71918c8273872d3024e58d980287fc58352b1474.tar.gz gentoo-71918c8273872d3024e58d980287fc58352b1474.tar.bz2 gentoo-71918c8273872d3024e58d980287fc58352b1474.zip |
app-text/antiword: 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/antiword')
-rw-r--r-- | app-text/antiword/antiword-0.37-r1.ebuild | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/app-text/antiword/antiword-0.37-r1.ebuild b/app-text/antiword/antiword-0.37-r1.ebuild index e0384dc06f81..b9ae5e10151d 100644 --- a/app-text/antiword/antiword-0.37-r1.ebuild +++ b/app-text/antiword/antiword-0.37-r1.ebuild @@ -3,7 +3,7 @@ EAPI="5" -inherit eutils toolchain-funcs +inherit epatch toolchain-funcs IUSE="kde" PATCHVER="r2" |