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 5295813997D for ; Wed, 13 Nov 2019 22:01:04 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 8A131E0872; Wed, 13 Nov 2019 22:01:03 +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 6ED0DE0872 for ; Wed, 13 Nov 2019 22:01:03 +0000 (UTC) Received: from oystercatcher.gentoo.org (oystercatcher.gentoo.org [148.251.78.52]) (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 1112334CDC2 for ; Wed, 13 Nov 2019 22:01:02 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id CE71C773 for ; Wed, 13 Nov 2019 22:00:59 +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: <1573682436.33bbcbc97dc57f4c3ccb86aa8137f9226a57f434.asturm@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: media-libs/taglib/ X-VCS-Repository: repo/gentoo X-VCS-Files: media-libs/taglib/taglib-1.11.1_p20190920-r1.ebuild X-VCS-Directories: media-libs/taglib/ X-VCS-Committer: asturm X-VCS-Committer-Name: Andreas Sturmlechner X-VCS-Revision: 33bbcbc97dc57f4c3ccb86aa8137f9226a57f434 X-VCS-Branch: master Date: Wed, 13 Nov 2019 22:00:59 +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-Auto-Response-Suppress: DR, RN, NRN, OOF, AutoReply X-Archives-Salt: d2dfaf37-d33f-42da-86a0-f1ccbf38af08 X-Archives-Hash: 415c31bee47292b1f586abcc281c0ce6 commit: 33bbcbc97dc57f4c3ccb86aa8137f9226a57f434 Author: Andreas Sturmlechner gentoo org> AuthorDate: Wed Nov 13 22:00:36 2019 +0000 Commit: Andreas Sturmlechner gentoo org> CommitDate: Wed Nov 13 22:00:36 2019 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=33bbcbc9 media-libs/taglib: Drop obsolete multilib_src_test() Closes: https://bugs.gentoo.org/699654 Package-Manager: Portage-2.3.79, Repoman-2.3.18 Signed-off-by: Andreas Sturmlechner gentoo.org> media-libs/taglib/taglib-1.11.1_p20190920-r1.ebuild | 5 ----- 1 file changed, 5 deletions(-) diff --git a/media-libs/taglib/taglib-1.11.1_p20190920-r1.ebuild b/media-libs/taglib/taglib-1.11.1_p20190920-r1.ebuild index 163dcdf23ea..789df6af1d4 100644 --- a/media-libs/taglib/taglib-1.11.1_p20190920-r1.ebuild +++ b/media-libs/taglib/taglib-1.11.1_p20190920-r1.ebuild @@ -49,8 +49,3 @@ multilib_src_configure() { cmake-utils_src_configure } - -multilib_src_test() { - # ctest does not work - emake -C "${BUILD_DIR}" check -}