Skip to content

Commit

Permalink
autotools-utils.eclass: Add split inherits for past eutils functions
Browse files Browse the repository at this point in the history
  • Loading branch information
mgorny committed Apr 14, 2017
1 parent 406e377 commit b4434bc
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions eclass/autotools-utils.eclass
Original file line number Diff line number Diff line change
@@ -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: autotools-utils.eclass
Expand Down Expand Up @@ -113,7 +113,8 @@ esac
# appropriate packages to DEPEND yourself.
[[ ${AUTOTOOLS_AUTORECONF} ]] || : ${AUTOTOOLS_AUTO_DEPEND:=no}

inherit autotools eutils libtool
# eutils for eqawarn, path_exists
inherit autotools epatch eutils libtool ltprune

EXPORT_FUNCTIONS src_prepare src_configure src_compile src_install src_test

Expand Down

0 comments on commit b4434bc

Please sign in to comment.