Gentoo Archives: gentoo-commits

From: Ryan Hill <dirtyepic@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] proj/eselect:extern commit in: modules/
Date: Mon, 30 Dec 2013 07:49:17
Message-Id: 1388390324.53601797dd2e5448d655bf868be5f5b22ab9c525.dirtyepic@gentoo
1 commit: 53601797dd2e5448d655bf868be5f5b22ab9c525
2 Author: Ryan Hill <dirtyepic <AT> gentoo <DOT> org>
3 AuthorDate: Mon Dec 30 07:58:44 2013 +0000
4 Commit: Ryan Hill <dirtyepic <AT> gentoo <DOT> org>
5 CommitDate: Mon Dec 30 07:58:44 2013 +0000
6 URL: http://git.overlays.gentoo.org/gitweb/?p=proj/eselect.git;a=commit;h=53601797
7
8 Add support for wxGTK 3.0.
9
10 ---
11 modules/wxwidgets.eselect | 5 ++---
12 1 file changed, 2 insertions(+), 3 deletions(-)
13
14 diff --git a/modules/wxwidgets.eselect b/modules/wxwidgets.eselect
15 index 012eb8e..4be13e9 100644
16 --- a/modules/wxwidgets.eselect
17 +++ b/modules/wxwidgets.eselect
18 @@ -6,7 +6,7 @@ inherit config
19
20 DESCRIPTION="Manage the system default wxWidgets profile"
21 MAINTAINER="wxwidgets@g.o"
22 -VERSION="20131117"
23 +VERSION="20131230"
24
25 WXCONFFILE="${EROOT}"/var/lib/wxwidgets/current
26 WXCONFDIR="${EROOT}"/usr/lib/wx/config
27 @@ -27,7 +27,6 @@ set_config() {
28 || die -q "Number out of range: ${1}"
29 target=${targets[$(( ${target} - 1 ))]}
30 fi
31 -
32 # we shouldn't change the profile to "none" if there are available configs
33 # this can happen if WXCONFFILE got deleted somehow
34 if [[ ${target} == "none" ]]; then
35 @@ -199,7 +198,7 @@ do_update() {
36 ;;
37
38 ver)
39 - for opt in 2.9 2.8; do
40 + for opt in 3.0 2.9 2.8; do
41 if [[ ${opt} == ${wxver[0]} ]]; then
42 continue
43 else