diff options
author | Sam James <sam@gentoo.org> | 2023-01-14 20:09:26 +0000 |
---|---|---|
committer | Sam James <sam@gentoo.org> | 2023-01-14 20:09:26 +0000 |
commit | d53d3186afe4229a88cb4bc648fe9d468e00a66b (patch) | |
tree | a54373c9aa1fa941728d1e21e7f3b8922e2623a6 | |
parent | wx{-config,rc}-1.4: Address shellcheck warnings (diff) | |
download | eselect-wxwidgets-d53d3186afe4229a88cb4bc648fe9d468e00a66b.tar.gz eselect-wxwidgets-d53d3186afe4229a88cb4bc648fe9d468e00a66b.tar.bz2 eselect-wxwidgets-d53d3186afe4229a88cb4bc648fe9d468e00a66b.zip |
Signed-off-by: Sam James <sam@gentoo.org>
-rw-r--r-- | wxwidgets.eselect | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/wxwidgets.eselect b/wxwidgets.eselect index dc13704..0581fbf 100644 --- a/wxwidgets.eselect +++ b/wxwidgets.eselect @@ -1,12 +1,12 @@ # -*-eselect-*- vim: ft=eselect -# Copyright 1999-2018 Gentoo Foundation +# Copyright 1999-2023 Gentoo Authors # Distributed under the terms of the GNU General Public License v2 inherit config multilib DESCRIPTION="Manage the system default wxWidgets profile" MAINTAINER="wxwidgets@gentoo.org" -VERSION="20180529" +VERSION="20230114" WXCONFFILE="${EROOT}"/var/lib/wxwidgets/current |