Signed-off-by: David Seifert <[email protected]>
---
 eclass/wxwidgets.eclass | 4 +++-
 1 file changed, 3 insertions(+), 1 deletion(-)

diff --git a/eclass/wxwidgets.eclass b/eclass/wxwidgets.eclass
index 5e9d569a16a..4357e7367cc 100644
--- a/eclass/wxwidgets.eclass
+++ b/eclass/wxwidgets.eclass
@@ -64,7 +64,9 @@ setup-wxwidgets() {
 
        case ${WX_GTK_VER} in
                3.0-gtk3) wxtoolkit=gtk3 ;;
-               3.0)      wxtoolkit=gtk2 ;;
+               3.0)      wxtoolkit=gtk2
+                         eqawarn "This package relies on the deprecated GTK 2 
slot, which will go away soon (https://bugs.gentoo.org/618642)"
+                         ;;
        esac
 
        if [[ -z ${WX_DISABLE_NDEBUG} ]]; then
-- 
2.31.1


Reply via email to