From 79c7736b1d89a6d21771831c8ef5dd138b7503c3 Mon Sep 17 00:00:00 2001 From: Christoph Junghans Date: Wed, 23 Apr 2014 11:49:57 -0600 Subject: Add support for mac Filtered-out-of: https://gitweb.gentoo.org/proj/eselect.git/ Filtered-branch: extern Filtered-commit: 2774da49bd3beffe7fe956e50f3c61ab4c2fd145 --- wxwidgets.eselect | 6 +++--- 1 file 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 -- cgit v1.2.3-65-gdbad