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.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (2048 bits)) (No client certificate requested) by finch.gentoo.org (Postfix) with ESMTPS id 49A6B15808B for ; Tue, 8 Mar 2022 13:48:07 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 38DF8E0878; Tue, 8 Mar 2022 13:48:06 +0000 (UTC) Received: from smtp.gentoo.org (woodpecker.gentoo.org [140.211.166.183]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (4096 bits)) (No client certificate requested) by pigeon.gentoo.org (Postfix) with ESMTPS id 16AAEE0891 for ; Tue, 8 Mar 2022 13:48:06 +0000 (UTC) Received: from oystercatcher.gentoo.org (oystercatcher.gentoo.org [148.251.78.52]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (4096 bits)) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id E91333432DD for ; Tue, 8 Mar 2022 13:48:04 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 4767C31B for ; Tue, 8 Mar 2022 13:48:02 +0000 (UTC) From: "Sam James" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Sam James" Message-ID: <1646746349.ed93921d854f6888fe1dd8b2c41b15b76ca55d38.sam@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: net-libs/libnice/ X-VCS-Repository: repo/gentoo X-VCS-Files: net-libs/libnice/libnice-0.1.18.ebuild X-VCS-Directories: net-libs/libnice/ X-VCS-Committer: sam X-VCS-Committer-Name: Sam James X-VCS-Revision: ed93921d854f6888fe1dd8b2c41b15b76ca55d38 X-VCS-Branch: master Date: Tue, 8 Mar 2022 13:48:02 +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: 55f2095b-fa59-49ee-b5f3-d9bd8e4790ee X-Archives-Hash: b94257c94544f6195c4a5e890066386e commit: ed93921d854f6888fe1dd8b2c41b15b76ca55d38 Author: Igor V. Kovalenko gmail com> AuthorDate: Sat Feb 19 09:38:58 2022 +0000 Commit: Sam James gentoo org> CommitDate: Tue Mar 8 13:32:29 2022 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=ed93921d net-libs/libnice: Drop custom multilib_src_test Signed-off-by: Igor V. Kovalenko gmail.com> Signed-off-by: Sam James gentoo.org> net-libs/libnice/libnice-0.1.18.ebuild | 4 ---- 1 file changed, 4 deletions(-) diff --git a/net-libs/libnice/libnice-0.1.18.ebuild b/net-libs/libnice/libnice-0.1.18.ebuild index 218a158ccc27..6f548062c418 100644 --- a/net-libs/libnice/libnice-0.1.18.ebuild +++ b/net-libs/libnice/libnice-0.1.18.ebuild @@ -47,7 +47,3 @@ multilib_src_configure() { multilib_src_install_all() { einstalldocs } - -multilib_src_test() { - emake -j1 check -}