summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorSam James <sam@gentoo.org>2021-04-02 04:11:09 +0100
committerSam James <sam@gentoo.org>2021-04-03 16:54:16 +0100
commitd76cedbb99e1e4aef00a3eb91be56d818568937e (patch)
treeb8e34e07add1c067d7df5f74cad8521128f2a82a /app-text
parentapp-text/htmlc: port to EAPI 7, drop eutils (diff)
downloadgentoo-d76cedbb99e1e4aef00a3eb91be56d818568937e.tar.gz
gentoo-d76cedbb99e1e4aef00a3eb91be56d818568937e.tar.bz2
gentoo-d76cedbb99e1e4aef00a3eb91be56d818568937e.zip
app-text/xmlto: eutils->epatch in old
Signed-off-by: Sam James <sam@gentoo.org>
Diffstat (limited to 'app-text')
-rw-r--r--app-text/xmlto/xmlto-0.0.28-r3.ebuild3
1 files changed, 2 insertions, 1 deletions
diff --git a/app-text/xmlto/xmlto-0.0.28-r3.ebuild b/app-text/xmlto/xmlto-0.0.28-r3.ebuild
index 21e100a54846..fcc8c8274dcd 100644
--- a/app-text/xmlto/xmlto-0.0.28-r3.ebuild
+++ b/app-text/xmlto/xmlto-0.0.28-r3.ebuild
@@ -2,7 +2,8 @@
# Distributed under the terms of the GNU General Public License v2
EAPI=5
-inherit eutils
+
+inherit epatch
DESCRIPTION="script for converting XML and DocBook documents to a variety of output formats"
HOMEPAGE="https://pagure.io/xmlto"