From d76cedbb99e1e4aef00a3eb91be56d818568937e Mon Sep 17 00:00:00 2001 From: Sam James Date: Fri, 2 Apr 2021 04:11:09 +0100 Subject: [PATCH] app-text/xmlto: eutils->epatch in old Signed-off-by: Sam James --- app-text/xmlto/xmlto-0.0.28-r3.ebuild | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/app-text/xmlto/xmlto-0.0.28-r3.ebuild b/app-text/xmlto/xmlto-0.0.28-r3.ebuild index 21e100a548465..fcc8c8274dcda 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"