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 63265138247 for ; Mon, 30 Dec 2013 07:49:17 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id DEA80E0AA0; Mon, 30 Dec 2013 07:49:15 +0000 (UTC) Received: from smtp.gentoo.org (smtp.gentoo.org [140.211.166.183]) (using TLSv1 with cipher AECDH-AES256-SHA (256/256 bits)) (No client certificate requested) by pigeon.gentoo.org (Postfix) with ESMTPS id 7AC6BE0AA0 for ; Mon, 30 Dec 2013 07:49:15 +0000 (UTC) Received: from hornbill.gentoo.org (hornbill.gentoo.org [94.100.119.163]) (using TLSv1 with cipher AECDH-AES256-SHA (256/256 bits)) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id 8F62133F796 for ; Mon, 30 Dec 2013 07:49:14 +0000 (UTC) Received: from localhost.localdomain (localhost [127.0.0.1]) by hornbill.gentoo.org (Postfix) with ESMTP id B9E68E54AB for ; Mon, 30 Dec 2013 07:49:12 +0000 (UTC) From: "Ryan Hill" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Ryan Hill" Message-ID: <1388390324.53601797dd2e5448d655bf868be5f5b22ab9c525.dirtyepic@gentoo> Subject: [gentoo-commits] proj/eselect:extern commit in: modules/ X-VCS-Repository: proj/eselect X-VCS-Files: modules/wxwidgets.eselect X-VCS-Directories: modules/ X-VCS-Committer: dirtyepic X-VCS-Committer-Name: Ryan Hill X-VCS-Revision: 53601797dd2e5448d655bf868be5f5b22ab9c525 X-VCS-Branch: extern Date: Mon, 30 Dec 2013 07:49:12 +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: e4e0385b-0549-4094-984c-c9fab5fb2b87 X-Archives-Hash: b4724b12850c34463986d75e3da72fcb commit: 53601797dd2e5448d655bf868be5f5b22ab9c525 Author: Ryan Hill gentoo org> AuthorDate: Mon Dec 30 07:58:44 2013 +0000 Commit: Ryan Hill gentoo org> CommitDate: Mon Dec 30 07:58:44 2013 +0000 URL: http://git.overlays.gentoo.org/gitweb/?p=proj/eselect.git;a=commit;h=53601797 Add support for wxGTK 3.0. --- modules/wxwidgets.eselect | 5 ++--- 1 file changed, 2 insertions(+), 3 deletions(-) diff --git a/modules/wxwidgets.eselect b/modules/wxwidgets.eselect index 012eb8e..4be13e9 100644 --- a/modules/wxwidgets.eselect +++ b/modules/wxwidgets.eselect @@ -6,7 +6,7 @@ inherit config DESCRIPTION="Manage the system default wxWidgets profile" MAINTAINER="wxwidgets@gentoo.org" -VERSION="20131117" +VERSION="20131230" WXCONFFILE="${EROOT}"/var/lib/wxwidgets/current WXCONFDIR="${EROOT}"/usr/lib/wx/config @@ -27,7 +27,6 @@ set_config() { || die -q "Number out of range: ${1}" target=${targets[$(( ${target} - 1 ))]} fi - # we shouldn't change the profile to "none" if there are available configs # this can happen if WXCONFFILE got deleted somehow if [[ ${target} == "none" ]]; then @@ -199,7 +198,7 @@ do_update() { ;; ver) - for opt in 2.9 2.8; do + for opt in 3.0 2.9 2.8; do if [[ ${opt} == ${wxver[0]} ]]; then continue else