diff options
author | Arsen Arsenović <arsen@gentoo.org> | 2023-01-20 22:21:38 +0100 |
---|---|---|
committer | Arsen Arsenović <arsen@gentoo.org> | 2023-01-20 23:15:46 +0100 |
commit | 8f3a98da07e13a2513f43c4a500715b5fc822adb (patch) | |
tree | d2481c2c361852e3dfcc2f9a9b74975a6beb95f4 /eclass | |
parent | x11-libs/wxGTK: eclass preparation (diff) | |
download | gentoo-8f3a98da07e13a2513f43c4a500715b5fc822adb.tar.gz gentoo-8f3a98da07e13a2513f43c4a500715b5fc822adb.tar.bz2 gentoo-8f3a98da07e13a2513f43c4a500715b5fc822adb.zip |
wxwidgets.eclass: Add 3.2-gtk3 to invalid SLOT message
Signed-off-by: Arsen Arsenović <arsen@gentoo.org>
Diffstat (limited to 'eclass')
-rw-r--r-- | eclass/wxwidgets.eclass | 4 |
1 files 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 |