commit: 11385a6c784eb9d44e35ddbd9481e23ee629223a Author: Matt Turner <mattst88 <AT> gentoo <DOT> org> AuthorDate: Wed Sep 7 22:26:29 2022 +0000 Commit: Matt Turner <mattst88 <AT> gentoo <DOT> 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 <mattst88 <AT> 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
