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 70988158094 for ; Wed, 7 Sep 2022 22:27:01 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id B0DD0E0AC8; Wed, 7 Sep 2022 22:27:00 +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) server-digest SHA256) (No client certificate requested) by pigeon.gentoo.org (Postfix) with ESMTPS id 968DEE0AC8 for ; Wed, 7 Sep 2022 22:27:00 +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) server-digest SHA256) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id 8967C340CB6 for ; Wed, 7 Sep 2022 22:26:59 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id C46FA59F for ; Wed, 7 Sep 2022 22:26:57 +0000 (UTC) From: "Matt Turner" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Matt Turner" Message-ID: <1662589605.11385a6c784eb9d44e35ddbd9481e23ee629223a.mattst88@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: net-misc/mobile-broadband-provider-info/ X-VCS-Repository: repo/gentoo X-VCS-Files: net-misc/mobile-broadband-provider-info/mobile-broadband-provider-info-20220511.ebuild net-misc/mobile-broadband-provider-info/mobile-broadband-provider-info-20220725.ebuild X-VCS-Directories: net-misc/mobile-broadband-provider-info/ X-VCS-Committer: mattst88 X-VCS-Committer-Name: Matt Turner X-VCS-Revision: 11385a6c784eb9d44e35ddbd9481e23ee629223a X-VCS-Branch: master Date: Wed, 7 Sep 2022 22:26: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-Auto-Response-Suppress: DR, RN, NRN, OOF, AutoReply X-Archives-Salt: 5ddf0d1c-a19b-4da7-9e60-1bfe8a03cb57 X-Archives-Hash: 5e8b477ace7803344901ec60aed782fa commit: 11385a6c784eb9d44e35ddbd9481e23ee629223a Author: Matt Turner gentoo org> AuthorDate: Wed Sep 7 22:26:29 2022 +0000 Commit: Matt Turner gentoo org> CommitDate: Wed Sep 7 22:26:45 2022 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=11385a6c net-misc/mobile-broadband-provider-info: Restrict tests Closes: https://bugs.gentoo.org/856436 Signed-off-by: Matt Turner gentoo.org> .../mobile-broadband-provider-info-20220511.ebuild | 2 +- .../mobile-broadband-provider-info-20220725.ebuild | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/net-misc/mobile-broadband-provider-info/mobile-broadband-provider-info-20220511.ebuild b/net-misc/mobile-broadband-provider-info/mobile-broadband-provider-info-20220511.ebuild index c852b0dcbc9a..8738df855a0d 100644 --- a/net-misc/mobile-broadband-provider-info/mobile-broadband-provider-info-20220511.ebuild +++ b/net-misc/mobile-broadband-provider-info/mobile-broadband-provider-info-20220511.ebuild @@ -12,7 +12,7 @@ LICENSE="CC-PD" SLOT="0" KEYWORDS="~alpha amd64 arm arm64 ~hppa ~ia64 ~loong ppc ppc64 ~riscv sparc x86" IUSE="test" -RESTRICT="!test? ( test )" +RESTRICT="!test? ( test ) test" # bug #856436 BDEPEND=" dev-libs/libxslt diff --git a/net-misc/mobile-broadband-provider-info/mobile-broadband-provider-info-20220725.ebuild b/net-misc/mobile-broadband-provider-info/mobile-broadband-provider-info-20220725.ebuild index ba7cf7cab4d5..39b48f37d9a7 100644 --- a/net-misc/mobile-broadband-provider-info/mobile-broadband-provider-info-20220725.ebuild +++ b/net-misc/mobile-broadband-provider-info/mobile-broadband-provider-info-20220725.ebuild @@ -12,7 +12,7 @@ LICENSE="CC-PD" SLOT="0" KEYWORDS="~alpha ~amd64 ~arm ~arm64 ~hppa ~ia64 ~loong ~ppc ~ppc64 ~riscv ~sparc ~x86" IUSE="test" -RESTRICT="!test? ( test )" +RESTRICT="!test? ( test ) test" # bug #856436 BDEPEND=" dev-libs/libxslt