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 54E89138335 for ; Sat, 14 Jul 2018 19:33:28 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 0BA26E0B92; Sat, 14 Jul 2018 19:33:27 +0000 (UTC) Received: from smtp.gentoo.org (dev.gentoo.org [IPv6:2001:470:ea4a:1:5054:ff:fec7:86e4]) (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 D1324E0B92 for ; Sat, 14 Jul 2018 19:33:26 +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 08D53335CC0 for ; Sat, 14 Jul 2018 19:33:24 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 51538374 for ; Sat, 14 Jul 2018 19:33:22 +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: <1531596429.f40dcb8cf98c034cfe49d6cbffc7c93f086f152b.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-r1.ebuild dev-util/codeblocks/codeblocks-17.12-r301.ebuild X-VCS-Directories: dev-util/codeblocks/ X-VCS-Committer: leio X-VCS-Committer-Name: Mart Raudsepp X-VCS-Revision: f40dcb8cf98c034cfe49d6cbffc7c93f086f152b X-VCS-Branch: master Date: Sat, 14 Jul 2018 19:33:22 +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: 468164c8-211a-4d7d-b064-d73551db51b5 X-Archives-Hash: d72dc83f750b5f466f642772136695e3 commit: f40dcb8cf98c034cfe49d6cbffc7c93f086f152b Author: band-a-prend yandex ru> AuthorDate: Sat May 26 20:44:43 2018 +0000 Commit: Mart Raudsepp gentoo org> CommitDate: Sat Jul 14 19:27:09 2018 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=f40dcb8c dev-util/codeblocks: remove "--with-wx-config" Remove --with-wx-config="${WX_CONFIG}" from "econf" in "src_configure()" section. dev-util/codeblocks/codeblocks-17.12-r1.ebuild | 1 - dev-util/codeblocks/codeblocks-17.12-r301.ebuild | 1 - 2 files changed, 2 deletions(-) diff --git a/dev-util/codeblocks/codeblocks-17.12-r1.ebuild b/dev-util/codeblocks/codeblocks-17.12-r1.ebuild index 98e7a842748..753d1c631d0 100644 --- a/dev-util/codeblocks/codeblocks-17.12-r1.ebuild +++ b/dev-util/codeblocks/codeblocks-17.12-r1.ebuild @@ -55,7 +55,6 @@ src_configure() { use contrib || CONF_WITH_LST=$(use_with fortran contrib-plugins FortranProject) econf \ - --with-wx-config="${WX_CONFIG}" \ --disable-static \ $(use_enable debug) \ $(use_enable pch) \ diff --git a/dev-util/codeblocks/codeblocks-17.12-r301.ebuild b/dev-util/codeblocks/codeblocks-17.12-r301.ebuild index adc17cb8ea6..4ac4c6b6992 100644 --- a/dev-util/codeblocks/codeblocks-17.12-r301.ebuild +++ b/dev-util/codeblocks/codeblocks-17.12-r301.ebuild @@ -55,7 +55,6 @@ src_configure() { use contrib || CONF_WITH_LST=$(use_with fortran contrib-plugins FortranProject) econf \ - --with-wx-config="${WX_CONFIG}" \ --disable-static \ $(use_enable debug) \ $(use_enable pch) \