Gentoo Archives: gentoo-commits

From: Davide Pesavento <pesa@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] repo/gentoo:master commit in: eclass/
Date: Mon, 29 May 2017 19:46:37
Message-Id: 1496087144.d08db1bbfb275922471e0ea140b352ddb27d7d33.pesa@gentoo
1 commit: d08db1bbfb275922471e0ea140b352ddb27d7d33
2 Author: Davide Pesavento <pesa <AT> gentoo <DOT> org>
3 AuthorDate: Mon May 29 19:44:20 2017 +0000
4 Commit: Davide Pesavento <pesa <AT> gentoo <DOT> org>
5 CommitDate: Mon May 29 19:45:44 2017 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=d08db1bb
7
8 qmake-utils.eclass: restore inherit eutils for EAPI < 6
9
10 Needed for in_iuse().
11 Amends 2340956cb0c43c86e039829712bbed6eae30fb93.
12
13 eclass/qmake-utils.eclass | 2 +-
14 1 file changed, 1 insertion(+), 1 deletion(-)
15
16 diff --git a/eclass/qmake-utils.eclass b/eclass/qmake-utils.eclass
17 index cb5b1598330..74ceca4aadd 100644
18 --- a/eclass/qmake-utils.eclass
19 +++ b/eclass/qmake-utils.eclass
20 @@ -16,7 +16,7 @@
21 if [[ -z ${_QMAKE_UTILS_ECLASS} ]]; then
22 _QMAKE_UTILS_ECLASS=1
23
24 -[[ ${EAPI:-0} == [012345] ]] && inherit multilib
25 +[[ ${EAPI:-0} == [012345] ]] && inherit eutils multilib
26 inherit estack toolchain-funcs
27
28 # @FUNCTION: qt4_get_bindir