From: Justin Lecher Date: Mon, 1 Feb 2016 10:50:19 +0000 (+0100) Subject: wxwidgets.eclass: Fix whitespaces X-Git-Url: http://git.tremily.us/gitweb.cgi?a=commitdiff_plain;h=77a7ced35b318f6ce38d6a5c6b552c22e1600db4;p=gentoo.git wxwidgets.eclass: Fix whitespaces Signed-off-by: Justin Lecher --- diff --git a/eclass/wxwidgets.eclass b/eclass/wxwidgets.eclass index 6ca9f763e573..bcdeb53ede98 100644 --- a/eclass/wxwidgets.eclass +++ b/eclass/wxwidgets.eclass @@ -29,7 +29,7 @@ # DEPEND="wxwidgets? ( x11-libs/wxGTK:2.8[X?] )" # # src_configure() { -# if use wxwidgets; then +# if use wxwidgets; then # WX_GTK_VER="2.8" # if use X; then # need-wxwidgets unicode @@ -106,7 +106,7 @@ need-wxwidgets() { echo die fi - + if [[ ${WX_GTK_VER} != 2.8 && ${WX_GTK_VER} != 2.9 && ${WX_GTK_VER} != 3.0 ]]; then eerror "Invalid WX_GTK_VER: ${WX_GTK_VER} - must be set to a valid wxGTK SLOT." echo