commit:     4cb8df29372546462c6f1b954dd18662fcaa1a48
Author:     David Seifert <soap <AT> gentoo <DOT> org>
AuthorDate: Sat May  1 19:02:05 2021 +0000
Commit:     David Seifert <soap <AT> gentoo <DOT> org>
CommitDate: Sat May  1 19:02:05 2021 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=4cb8df29

wxwidgets.eclass: Add eqawarn for GTK 2 slot

Closes: https://github.com/gentoo/gentoo/pull/20269
Signed-off-by: David Seifert <soap <AT> gentoo.org>

 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

Reply via email to