diff options
author | 2017-03-24 23:05:41 +0100 | |
---|---|---|
committer | 2017-04-14 18:27:49 +0200 | |
commit | 97be4e71232115d944c021a8c54e7d6b52ca4f23 (patch) | |
tree | f7c344312eeb94d7ab02c3fc5c7780ba30cfa1bf /eclass | |
parent | autotools-utils.eclass: Add split inherits for past eutils functions (diff) | |
download | gentoo-97be4e71232115d944c021a8c54e7d6b52ca4f23.tar.gz gentoo-97be4e71232115d944c021a8c54e7d6b52ca4f23.tar.bz2 gentoo-97be4e71232115d944c021a8c54e7d6b52ca4f23.zip |
enlightenment.eclass: Replace eutils inherit w/ split eclasses
Diffstat (limited to 'eclass')
-rw-r--r-- | eclass/enlightenment.eclass | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/eclass/enlightenment.eclass b/eclass/enlightenment.eclass index 4a30b7e4c120..ae7bb396590c 100644 --- a/eclass/enlightenment.eclass +++ b/eclass/enlightenment.eclass @@ -9,7 +9,7 @@ if [[ -z ${_ENLIGHTENMENT_ECLASS} ]]; then _ENLIGHTENMENT_ECLASS=1 -inherit eutils libtool +inherit epatch epunt-cxx libtool # @ECLASS-VARIABLE: E_PYTHON # @DEFAULT_UNSET |