From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from lists.gentoo.org (pigeon.gentoo.org [208.92.234.80]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by finch.gentoo.org (Postfix) with ESMTPS id 2E93F1382C5 for ; Sat, 5 May 2018 20:10:38 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id F1629E088F; Sat, 5 May 2018 20:10:36 +0000 (UTC) Received: from smtp.gentoo.org (smtp.gentoo.org [140.211.166.183]) (using TLSv1.2 with cipher ECDHE-RSA-AES128-GCM-SHA256 (128/128 bits)) (No client certificate requested) by pigeon.gentoo.org (Postfix) with ESMTPS id D3AC5E088F for ; Sat, 5 May 2018 20:10:36 +0000 (UTC) Received: from oystercatcher.gentoo.org (unknown [IPv6:2a01:4f8:202:4333:225:90ff:fed9:fc84]) (using TLSv1.2 with cipher ECDHE-RSA-AES128-GCM-SHA256 (128/128 bits)) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id C968B335C82 for ; Sat, 5 May 2018 20:10:35 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 10FEC72 for ; Sat, 5 May 2018 20:10:33 +0000 (UTC) From: "Mart Raudsepp" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Mart Raudsepp" Message-ID: <1525550958.3391e6b07d5fb349c45ea637f19765cbada8cd98.leio@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: dev-util/codeblocks/ X-VCS-Repository: repo/gentoo X-VCS-Files: dev-util/codeblocks/codeblocks-17.12-r300.ebuild dev-util/codeblocks/codeblocks-17.12.ebuild X-VCS-Directories: dev-util/codeblocks/ X-VCS-Committer: leio X-VCS-Committer-Name: Mart Raudsepp X-VCS-Revision: 3391e6b07d5fb349c45ea637f19765cbada8cd98 X-VCS-Branch: master Date: Sat, 5 May 2018 20:10:33 +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: 79ee13a4-98bc-42fc-a656-e4a4e12056b5 X-Archives-Hash: c4c878955463e8bf80818c8cc9bcfd0b commit: 3391e6b07d5fb349c45ea637f19765cbada8cd98 Author: Mart Raudsepp gentoo org> AuthorDate: Sat May 5 19:45:09 2018 +0000 Commit: Mart Raudsepp gentoo org> CommitDate: Sat May 5 20:09:18 2018 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=3391e6b0 dev-util/codeblocks: Shorten the elog about symbol resolver Package-Manager: Portage-2.3.28, Repoman-2.3.9 dev-util/codeblocks/codeblocks-17.12-r300.ebuild | 7 ++----- dev-util/codeblocks/codeblocks-17.12.ebuild | 7 ++----- 2 files changed, 4 insertions(+), 10 deletions(-) diff --git a/dev-util/codeblocks/codeblocks-17.12-r300.ebuild b/dev-util/codeblocks/codeblocks-17.12-r300.ebuild index 3cee7431cee..3b627ef7a23 100644 --- a/dev-util/codeblocks/codeblocks-17.12-r300.ebuild +++ b/dev-util/codeblocks/codeblocks-17.12-r300.ebuild @@ -64,11 +64,8 @@ src_configure() { pkg_postinst() { if [[ ${WX_GTK_VER} == "3.0" || ${WX_GTK_VER} == "3.0-gtk3" ]]; then - elog "KNOWN ISSUE:" - elog "The symbols browser is disabled in wx3.x builds due to it causes crashes." - elog "For more information see ticket https://sourceforge.net/p/codeblocks/tickets/225/" - elog "with related commits https://sourceforge.net/p/codeblocks/code/11027/" - elog "and https://sourceforge.net/p/codeblocks/code/11141/" + elog "The symbols browser is disabled due to it causing crashes." + elog "For more information see https://sourceforge.net/p/codeblocks/tickets/225/" fi xdg_desktop_database_update diff --git a/dev-util/codeblocks/codeblocks-17.12.ebuild b/dev-util/codeblocks/codeblocks-17.12.ebuild index 283d6657788..ed606b14c4a 100644 --- a/dev-util/codeblocks/codeblocks-17.12.ebuild +++ b/dev-util/codeblocks/codeblocks-17.12.ebuild @@ -64,11 +64,8 @@ src_configure() { pkg_postinst() { if [[ ${WX_GTK_VER} == "3.0" || ${WX_GTK_VER} == "3.0-gtk3" ]]; then - elog "KNOWN ISSUE:" - elog "The symbols browser is disabled in wx3.x builds due to it causes crashes." - elog "For more information see ticket https://sourceforge.net/p/codeblocks/tickets/225/" - elog "with related commits https://sourceforge.net/p/codeblocks/code/11027/" - elog "and https://sourceforge.net/p/codeblocks/code/11141/" + elog "The symbols browser is disabled due to it causing crashes." + elog "For more information see https://sourceforge.net/p/codeblocks/tickets/225/" fi xdg_desktop_database_update