commit:     8f3a98da07e13a2513f43c4a500715b5fc822adb
Author:     Arsen Arsenović <arsen <AT> gentoo <DOT> org>
AuthorDate: Fri Jan 20 21:21:38 2023 +0000
Commit:     Arsen Arsenović <arsen <AT> gentoo <DOT> org>
CommitDate: Fri Jan 20 22:15:46 2023 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=8f3a98da

wxwidgets.eclass: Add 3.2-gtk3 to invalid SLOT message

Signed-off-by: Arsen Arsenović <arsen <AT> gentoo.org>

 eclass/wxwidgets.eclass | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/eclass/wxwidgets.eclass b/eclass/wxwidgets.eclass
index 64f0e38552ec..0a58c44bbf40 100644
--- a/eclass/wxwidgets.eclass
+++ b/eclass/wxwidgets.eclass
@@ -1,4 +1,4 @@
-# Copyright 1999-2021 Gentoo Authors
+# Copyright 1999-2023 Gentoo Authors
 # Distributed under the terms of the GNU General Public License v2
 
 # @ECLASS: wxwidgets.eclass
@@ -43,7 +43,7 @@ case ${WX_GTK_VER} in
                fi
                ;;
        "") die "WX_GTK_VER not declared" ;;
-       *)  die "Invalid WX_GTK_VER: must be set to a valid wxGTK SLOT ('3.0' 
or '3.0-gtk3')" ;;
+       *)  die "Invalid WX_GTK_VER: must be set to a valid wxGTK SLOT ('3.0', 
'3.0-gtk3', or '3.2-gtk3')" ;;
 esac
 readonly WX_GTK_VER
 

Reply via email to