diff options
author | Ryan Hill <dirtyepic@gentoo.org> | 2013-12-30 01:58:44 -0600 |
---|---|---|
committer | Ryan Hill <dirtyepic@gentoo.org> | 2013-12-30 01:58:44 -0600 |
commit | 2e594496c711b8a39a8edafb9f1615a00e6b2765 (patch) | |
tree | 2fae77f384b03dc9840250955e44458e8897b7e3 /wxwidgets.eselect | |
parent | Always select a profile if one is available (bug #448074). (diff) | |
download | eselect-wxwidgets-2e594496c711b8a39a8edafb9f1615a00e6b2765.tar.gz eselect-wxwidgets-2e594496c711b8a39a8edafb9f1615a00e6b2765.tar.bz2 eselect-wxwidgets-2e594496c711b8a39a8edafb9f1615a00e6b2765.zip |
Add support for wxGTK 3.0.
Filtered-out-of: https://gitweb.gentoo.org/proj/eselect.git/
Filtered-branch: extern
Filtered-commit: 53601797dd2e5448d655bf868be5f5b22ab9c525
Diffstat (limited to 'wxwidgets.eselect')
-rw-r--r-- | wxwidgets.eselect | 5 |
1 files 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 |