From 8e429344bfec35c557338fb8a5b0adee88006ad5 Mon Sep 17 00:00:00 2001 From: Justin Lecher Date: Mon, 1 Feb 2016 11:50:38 +0100 Subject: wxwidgets.eclass: Only inherit eclass once Signed-off-by: Justin Lecher --- eclass/wxwidgets.eclass | 5 +++++ 1 file changed, 5 insertions(+) (limited to 'eclass/wxwidgets.eclass') diff --git a/eclass/wxwidgets.eclass b/eclass/wxwidgets.eclass index 5c0719de5117..aaac074ac51c 100644 --- a/eclass/wxwidgets.eclass +++ b/eclass/wxwidgets.eclass @@ -58,6 +58,8 @@ # Use the -DNDEBUG preprocessor flag to disable debugging features. # (Using need-wxwidgets will do this for you, see below.) +if [[ -z ${_WXWIDGETS_ECLASS} ]]; then + inherit eutils flag-o-matic multilib # We do this in global scope so ebuilds can get sane defaults just by @@ -163,3 +165,6 @@ need-wxwidgets() { einfo "Using wxWidgets: ${wxconf}" echo } + +_WXWIDGETS_ECLASS=1 +fi -- cgit v1.2.3-65-gdbad