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 348EB58973 for ; Tue, 19 Jan 2016 13:49:39 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 561E121C157; Tue, 19 Jan 2016 13:49:37 +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 DD8AA21C184 for ; Tue, 19 Jan 2016 13:49:36 +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 F2DF734099A for ; Tue, 19 Jan 2016 13:49:35 +0000 (UTC) Received: from localhost.localdomain (localhost [127.0.0.1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 38E45A2C for ; Tue, 19 Jan 2016 13:49:34 +0000 (UTC) From: "Alexis Ballier" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Alexis Ballier" Message-ID: <1453211303.f11f48048a90f7fdb752f5a4e03d5b5b4764d752.aballier@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: media-libs/assimp/ X-VCS-Repository: repo/gentoo X-VCS-Files: media-libs/assimp/assimp-3.2.ebuild X-VCS-Directories: media-libs/assimp/ X-VCS-Committer: aballier X-VCS-Committer-Name: Alexis Ballier X-VCS-Revision: f11f48048a90f7fdb752f5a4e03d5b5b4764d752 X-VCS-Branch: master Date: Tue, 19 Jan 2016 13:49:34 +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: 8a8ab990-496b-48e7-91eb-d6ce83dbc48d X-Archives-Hash: 7f95323d3f864e98d3ac56c4b543dc50 commit: f11f48048a90f7fdb752f5a4e03d5b5b4764d752 Author: Alexis Ballier gentoo org> AuthorDate: Tue Jan 19 13:23:52 2016 +0000 Commit: Alexis Ballier gentoo org> CommitDate: Tue Jan 19 13:48:23 2016 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=f11f4804 media-libs/assimp: set CMAKE_DEBUG_POSTFIX to "" so that assimp-config.cmake does not tell us to link against non existant libassimpd. Bug #571904. Package-Manager: portage-2.2.27 Signed-off-by: Alexis Ballier gentoo.org> media-libs/assimp/assimp-3.2.ebuild | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/media-libs/assimp/assimp-3.2.ebuild b/media-libs/assimp/assimp-3.2.ebuild index b0b5989..246188b 100644 --- a/media-libs/assimp/assimp-3.2.ebuild +++ b/media-libs/assimp/assimp-3.2.ebuild @@ -28,7 +28,8 @@ src_configure() { $(cmake-utils_use_build tools ASSIMP_TOOLS) \ $(cmake-utils_use_build static STATIC_LIB) \ $(cmake-utils_use_enable !boost BOOST_WORKAROUND) + -DCMAKE_DEBUG_POSTFIX="" ) cmake-utils_src_configure -} \ No newline at end of file +}