From 2e594496c711b8a39a8edafb9f1615a00e6b2765 Mon Sep 17 00:00:00 2001 From: Ryan Hill Date: Mon, 30 Dec 2013 01:58:44 -0600 Subject: Add support for wxGTK 3.0. Filtered-out-of: https://gitweb.gentoo.org/proj/eselect.git/ Filtered-branch: extern Filtered-commit: 53601797dd2e5448d655bf868be5f5b22ab9c525 --- wxwidgets.eselect | 5 ++--- 1 file changed, 2 insertions(+), 3 deletions(-) diff --git a/wxwidgets.eselect b/wxwidgets.eselect index 012eb8e..4be13e9 100644 --- a/wxwidgets.eselect +++ b/wxwidgets.eselect @@ -6,7 +6,7 @@ inherit config DESCRIPTION="Manage the system default wxWidgets profile" MAINTAINER="wxwidgets@gentoo.org" -VERSION="20131117" +VERSION="20131230" WXCONFFILE="${EROOT}"/var/lib/wxwidgets/current WXCONFDIR="${EROOT}"/usr/lib/wx/config @@ -27,7 +27,6 @@ set_config() { || die -q "Number out of range: ${1}" target=${targets[$(( ${target} - 1 ))]} fi - # we shouldn't change the profile to "none" if there are available configs # this can happen if WXCONFFILE got deleted somehow if [[ ${target} == "none" ]]; then @@ -199,7 +198,7 @@ do_update() { ;; ver) - for opt in 2.9 2.8; do + for opt in 3.0 2.9 2.8; do if [[ ${opt} == ${wxver[0]} ]]; then continue else -- cgit v1.2.3-65-gdbad