commit:     1dd9adfc313584a49ae523a1b14ca14f8b9fd4b1
Author:     Ilya Tumaykin <itumaykin <AT> gmail <DOT> com>
AuthorDate: Sat Jul  1 16:11:09 2017 +0000
Commit:     Michał Górny <mgorny <AT> gentoo <DOT> org>
CommitDate: Fri Jul 14 21:21:35 2017 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=1dd9adfc

app-text/linuxdoc-tools: drop obsolete autotools-utils eclass

Closes: https://github.com/gentoo/gentoo/pull/5023
Package-Manager: Portage-2.3.6, Repoman-2.3.2

 app-text/linuxdoc-tools/linuxdoc-tools-0.9.72.ebuild | 6 ++++--
 1 file changed, 4 insertions(+), 2 deletions(-)

diff --git a/app-text/linuxdoc-tools/linuxdoc-tools-0.9.72.ebuild 
b/app-text/linuxdoc-tools/linuxdoc-tools-0.9.72.ebuild
index b02eb9b514f..808897c2186 100644
--- a/app-text/linuxdoc-tools/linuxdoc-tools-0.9.72.ebuild
+++ b/app-text/linuxdoc-tools/linuxdoc-tools-0.9.72.ebuild
@@ -4,7 +4,7 @@
 # EAPI=6 is blocked by Gentoo bugs 497038, 497052.
 EAPI=5
 
-inherit autotools-utils latex-package perl-functions sgml-catalog 
toolchain-funcs vcs-snapshot
+inherit autotools epatch latex-package perl-functions sgml-catalog 
toolchain-funcs vcs-snapshot
 
 DESCRIPTION="A toolset for processing LinuxDoc DTD SGML files"
 HOMEPAGE="https://gitlab.com/agmartin/linuxdoc-tools";
@@ -31,7 +31,8 @@ DEPEND="${RDEPEND}
 "
 
 src_prepare() {
-       autotools-utils_src_prepare
+       [[ ${PATCHES} ]] && epatch -p1 "${PATCHES[@]}"
+       epatch_user
 
        # Update the build system with Gentoo paths.
        sed -i \
@@ -62,6 +63,7 @@ src_compile() {
 }
 
 src_install() {
+       # Override latex-package.eclass
        default_src_install
 }
 

Reply via email to