From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from lists.gentoo.org (pigeon.gentoo.org [208.92.234.80]) by finch.gentoo.org (Postfix) with ESMTP id A2AEB138A1F for ; Wed, 23 Apr 2014 17:51:20 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 3DD83E09DB; Wed, 23 Apr 2014 17:51:18 +0000 (UTC) Received: from smtp.gentoo.org (smtp.gentoo.org [140.211.166.183]) (using TLSv1.2 with cipher AECDH-AES256-SHA (256/256 bits)) (No client certificate requested) by pigeon.gentoo.org (Postfix) with ESMTPS id C0B5EE09DB for ; Wed, 23 Apr 2014 17:51:17 +0000 (UTC) Received: from spoonbill.gentoo.org (spoonbill.gentoo.org [81.93.255.5]) (using TLSv1.2 with cipher AECDH-AES256-SHA (256/256 bits)) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id CC2BD33FD82 for ; Wed, 23 Apr 2014 17:51:16 +0000 (UTC) Received: from localhost.localdomain (localhost [127.0.0.1]) by spoonbill.gentoo.org (Postfix) with ESMTP id 78A5F1818D for ; Wed, 23 Apr 2014 17:51:15 +0000 (UTC) From: "Christoph Junghans" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Christoph Junghans" Message-ID: <1398275397.2774da49bd3beffe7fe956e50f3c61ab4c2fd145.ottxor@gentoo> Subject: [gentoo-commits] proj/eselect:extern commit in: /, modules/ X-VCS-Repository: proj/eselect X-VCS-Files: ChangeLog modules/wxwidgets.eselect X-VCS-Directories: / modules/ X-VCS-Committer: ottxor X-VCS-Committer-Name: Christoph Junghans X-VCS-Revision: 2774da49bd3beffe7fe956e50f3c61ab4c2fd145 X-VCS-Branch: extern Date: Wed, 23 Apr 2014 17:51:15 +0000 (UTC) Precedence: bulk List-Post: List-Help: List-Unsubscribe: List-Subscribe: List-Id: Gentoo Linux mail X-BeenThere: gentoo-commits@lists.gentoo.org X-Archives-Salt: de9539d4-b766-4a88-aa58-6061d123cd22 X-Archives-Hash: 07aef70d3396c4803f792fba6cd34bbe commit: 2774da49bd3beffe7fe956e50f3c61ab4c2fd145 Author: Christoph Junghans gentoo org> AuthorDate: Wed Apr 23 17:49:57 2014 +0000 Commit: Christoph Junghans gentoo 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 + + * modules/wxwidgets.eselect: add prefix (mac) support (bug #508438) + 2013-03-11 Christoph Junghans * 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