elisp.eclass: Inherit epatch rather than eutils.
authorUlrich Müller <ulm@gentoo.org>
Mon, 25 Dec 2017 16:33:41 +0000 (17:33 +0100)
committerUlrich Müller <ulm@gentoo.org>
Fri, 29 Dec 2017 16:39:29 +0000 (17:39 +0100)
The only function needed from eutils was epatch() which has been split
off into its own eclass.

eclass/elisp.eclass

index 078a7994d00c30efc15ca410f93eee3e66de6d37..67459730aa6155e29b36f658ca2479193e2e4ec8 100644 (file)
@@ -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)