aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorChristoph Junghans <ottxor@gentoo.org>2014-04-23 11:49:57 -0600
committerChristoph Junghans <ottxor@gentoo.org>2014-04-23 11:49:57 -0600
commit2774da49bd3beffe7fe956e50f3c61ab4c2fd145 (patch)
tree198ab220462324e8980974738f5bf32640c211b2
parentAdd support for wxGTK 3.0. (diff)
downloadeselect-2774da49bd3beffe7fe956e50f3c61ab4c2fd145.tar.gz
eselect-2774da49bd3beffe7fe956e50f3c61ab4c2fd145.tar.bz2
eselect-2774da49bd3beffe7fe956e50f3c61ab4c2fd145.zip
Add support for mac
-rw-r--r--ChangeLog4
-rw-r--r--modules/wxwidgets.eselect6
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 <ottxor@gentoo.org>
+
+ * modules/wxwidgets.eselect: add prefix (mac) support (bug #508438)
+
2013-03-11 Christoph Junghans <ottxor@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="wxwidgets@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