commit:     2774da49bd3beffe7fe956e50f3c61ab4c2fd145
Author:     Christoph Junghans <ottxor <AT> gentoo <DOT> org>
AuthorDate: Wed Apr 23 17:49:57 2014 +0000
Commit:     Christoph Junghans <ottxor <AT> gentoo <DOT> org>
CommitDate: Wed Apr 23 17:49:57 2014 +0000
URL:        
http://git.overlays.gentoo.org/gitweb/?p=proj/eselect.git;a=commit;h=2774da49

Add support for mac

---
 ChangeLog                 | 4 ++++
 modules/wxwidgets.eselect | 6 +++---
 2 files changed, 7 insertions(+), 3 deletions(-)

diff --git a/ChangeLog b/ChangeLog
index f0f5c6a..9c1945a 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,7 @@
+2014-04-23 Christoph Junghans <ott...@gentoo.org>
+
+       * modules/wxwidgets.eselect: add prefix (mac) support (bug #508438)
+
 2013-03-11 Christoph Junghans <ott...@gentoo.org>
 
        * modules/xvmc.eselect: add myself as maintainer,

diff --git a/modules/wxwidgets.eselect b/modules/wxwidgets.eselect
index 4be13e9..55d49d2 100644
--- a/modules/wxwidgets.eselect
+++ b/modules/wxwidgets.eselect
@@ -1,12 +1,12 @@
 # -*-eselect-*-  vim: ft=eselect
-# Copyright 1999-2013 Gentoo Foundation
+# Copyright 1999-2014 Gentoo Foundation
 # Distributed under the terms of the GNU General Public License v2
 
 inherit config
 
 DESCRIPTION="Manage the system default wxWidgets profile"
 MAINTAINER="wxwidg...@gentoo.org"
-VERSION="20131230"
+VERSION="20140423"
 
 WXCONFFILE="${EROOT}"/var/lib/wxwidgets/current
 WXCONFDIR="${EROOT}"/usr/lib/wx/config
@@ -165,7 +165,7 @@ do_update() {
                i=1
                case ${component} in
                        toolkit)
-                               for opt in base gtk2; do
+                               for opt in base gtk2 mac; do
                                        if [[ ${opt} == ${wxtoolkit[0]} ]]; then
                                                continue
                                        else

Reply via email to