summaryrefslogtreecommitdiff
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
commit79c7736b1d89a6d21771831c8ef5dd138b7503c3 (patch)
tree9e89d15b6251d55a61c8e057b9b16b3e3cf02572
parentAdd support for wxGTK 3.0. (diff)
downloadeselect-wxwidgets-79c7736b1d89a6d21771831c8ef5dd138b7503c3.tar.gz
eselect-wxwidgets-79c7736b1d89a6d21771831c8ef5dd138b7503c3.tar.bz2
eselect-wxwidgets-79c7736b1d89a6d21771831c8ef5dd138b7503c3.zip
Add support for mac
Filtered-out-of: https://gitweb.gentoo.org/proj/eselect.git/ Filtered-branch: extern Filtered-commit: 2774da49bd3beffe7fe956e50f3c61ab4c2fd145
-rw-r--r--wxwidgets.eselect6
1 files changed, 3 insertions, 3 deletions
diff --git a/wxwidgets.eselect b/wxwidgets.eselect
index 4be13e9..55d49d2 100644
--- a/wxwidgets.eselect
+++ b/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