commit:     8e411c0d8701d705eb9484735de44d4479d441da
Author:     Chema Alonso Josa <nimiux <AT> gentoo <DOT> org>
AuthorDate: Sat Mar 17 21:31:02 2018 +0000
Commit:     José María Alonso <nimiux <AT> gentoo <DOT> org>
CommitDate: Sat Mar 17 21:31:02 2018 +0000
URL:        https://gitweb.gentoo.org/proj/lisp.git/commit/?id=8e411c0d

elisp.eclass: Syncs with portage tree

 eclass/elisp.eclass | 6 +++---
 1 file changed, 3 insertions(+), 3 deletions(-)

diff --git a/eclass/elisp.eclass b/eclass/elisp.eclass
index 078a7994..67459730 100644
--- a/eclass/elisp.eclass
+++ b/eclass/elisp.eclass
@@ -1,4 +1,4 @@
-# Copyright 1999-2015 Gentoo Foundation
+# Copyright 1999-2017 Gentoo Foundation
 # Distributed under the terms of the GNU General Public License v2
 
 # @ECLASS: elisp.eclass
@@ -68,11 +68,11 @@ inherit elisp-common
 
 case ${EAPI:-0} in
        0|1)
-               inherit eutils
+               inherit epatch
                EXPORT_FUNCTIONS src_{unpack,compile,install} \
                        pkg_{setup,postinst,postrm} ;;
        2|3|4|5)
-               inherit eutils
+               inherit epatch
                EXPORT_FUNCTIONS src_{unpack,prepare,configure,compile,install} 
\
                        pkg_{setup,postinst,postrm} ;;
        6)

Reply via email to