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 9328F138334 for ; Sun, 26 Aug 2018 00:01:03 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 5D20BE079C; Sun, 26 Aug 2018 00:01:01 +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 2FD7BE079C for ; Sun, 26 Aug 2018 00:01:00 +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 192FE335D2A for ; Sun, 26 Aug 2018 00:00:59 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 7C0083B8 for ; Sun, 26 Aug 2018 00:00:57 +0000 (UTC) From: "Andreas Sturmlechner" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Andreas Sturmlechner" Message-ID: <1535241638.07ba3535d053f2fbc1ca367a03457e8943089231.asturm@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: media-libs/assimp/files/, media-libs/assimp/ X-VCS-Repository: repo/gentoo X-VCS-Files: media-libs/assimp/assimp-4.0.1.ebuild media-libs/assimp/files/assimp-4.0.1-disabletest.patch X-VCS-Directories: media-libs/assimp/files/ media-libs/assimp/ X-VCS-Committer: asturm X-VCS-Committer-Name: Andreas Sturmlechner X-VCS-Revision: 07ba3535d053f2fbc1ca367a03457e8943089231 X-VCS-Branch: master Date: Sun, 26 Aug 2018 00:00:57 +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: 74299e30-555d-4a32-9084-fddcf33dba4f X-Archives-Hash: ea7c4ef9391e147fd9713c59f643e0a7 commit: 07ba3535d053f2fbc1ca367a03457e8943089231 Author: Andreas Sturmlechner gentoo org> AuthorDate: Sat Aug 25 23:59:37 2018 +0000 Commit: Andreas Sturmlechner gentoo org> CommitDate: Sun Aug 26 00:00:38 2018 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=07ba3535 media-libs/assimp: Disable pointless test Closes: https://bugs.gentoo.org/659122 Package-Manager: Portage-2.3.48, Repoman-2.3.10 media-libs/assimp/assimp-4.0.1.ebuild | 1 + media-libs/assimp/files/assimp-4.0.1-disabletest.patch | 10 ++++++++++ 2 files changed, 11 insertions(+) diff --git a/media-libs/assimp/assimp-4.0.1.ebuild b/media-libs/assimp/assimp-4.0.1.ebuild index c3bb59596e5..8bd32676885 100644 --- a/media-libs/assimp/assimp-4.0.1.ebuild +++ b/media-libs/assimp/assimp-4.0.1.ebuild @@ -38,6 +38,7 @@ DEPEND="${RDEPEND} PATCHES=( "${FILESDIR}/findassimp-3.3.1.patch" "${FILESDIR}/${P}-qt-5.11.0.patch" + "${FILESDIR}/${P}-disabletest.patch" # bug 659122 ) src_configure() { diff --git a/media-libs/assimp/files/assimp-4.0.1-disabletest.patch b/media-libs/assimp/files/assimp-4.0.1-disabletest.patch new file mode 100644 index 00000000000..4afe5bbd26b --- /dev/null +++ b/media-libs/assimp/files/assimp-4.0.1-disabletest.patch @@ -0,0 +1,10 @@ +--- a/test/unit/utVersion.cpp 2017-07-28 22:33:41.000000000 +0200 ++++ b/test/unit/utVersion.cpp 2018-08-26 01:48:54.935116440 +0200 +@@ -65,7 +65,3 @@ + EXPECT_NE( aiGetCompileFlags(), 0U ); + } + +-TEST_F( utVersion, aiGetVersionRevisionTest ) { +- EXPECT_NE( aiGetVersionRevision(), 0U ); +-} +-