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 1169813888F for ; Mon, 26 Oct 2015 13:36:02 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 3C58DE0856; Mon, 26 Oct 2015 13:35:58 +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 A0D3921C007 for ; Mon, 26 Oct 2015 13:35:57 +0000 (UTC) Received: from oystercatcher.gentoo.org (unknown [IPv6:2a01:4f8:202:4333:225:90ff:fed9:fc84]) (using TLSv1.2 with cipher AECDH-AES256-SHA (256/256 bits)) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id A2EB6340885 for ; Mon, 26 Oct 2015 13:35:56 +0000 (UTC) Received: from localhost.localdomain (localhost [127.0.0.1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 94EA11935 for ; Mon, 26 Oct 2015 13:35:54 +0000 (UTC) From: "Justin Lecher" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Justin Lecher" Message-ID: <1445866545.705595c9d6e39ace28c9b6802820f41516810b16.jlec@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: dev-db/wxsqlite3/files/ X-VCS-Repository: repo/gentoo X-VCS-Files: dev-db/wxsqlite3/files/wxsqlite3-3.2.1.pc.in X-VCS-Directories: dev-db/wxsqlite3/files/ X-VCS-Committer: jlec X-VCS-Committer-Name: Justin Lecher X-VCS-Revision: 705595c9d6e39ace28c9b6802820f41516810b16 X-VCS-Branch: master Date: Mon, 26 Oct 2015 13:35:54 +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: 9a24f350-3c3a-491a-b54d-907091d01d0c X-Archives-Hash: 92be04a9256c6ef2146cf3da6aae2478 commit: 705595c9d6e39ace28c9b6802820f41516810b16 Author: Justin Lecher gentoo org> AuthorDate: Mon Oct 26 11:23:31 2015 +0000 Commit: Justin Lecher gentoo org> CommitDate: Mon Oct 26 13:35:45 2015 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=705595c9 dev-db/wxsqlite3: Remove residual debug support Package-Manager: portage-2.2.23 Signed-off-by: Justin Lecher gentoo.org> dev-db/wxsqlite3/files/wxsqlite3-3.2.1.pc.in | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/dev-db/wxsqlite3/files/wxsqlite3-3.2.1.pc.in b/dev-db/wxsqlite3/files/wxsqlite3-3.2.1.pc.in index c2e0e51..112fa14 100644 --- a/dev-db/wxsqlite3/files/wxsqlite3-3.2.1.pc.in +++ b/dev-db/wxsqlite3/files/wxsqlite3-3.2.1.pc.in @@ -9,6 +9,6 @@ Name: wxsqlite3-@WXVERSION@ Description: SQLite3 C++ wrapper for use in programs based on the wxWidgets Version: @VERSION@ #Requires: sqlite3 -Libs: -L${libdir} -lwxcode_gtk2@WXDEBUG@_wxsqlite3-@WXVERSION@ +Libs: -L${libdir} -lwxcode_gtk2_wxsqlite3-@WXVERSION@ Libs.private: -lpthread Cflags: -I${includedir}