dev-perl/pcsc-perl: do not run tests
authorAlon Bar-Lev <alonbl@gentoo.org>
Sat, 1 Sep 2018 06:49:17 +0000 (09:49 +0300)
committerAlon Bar-Lev <alonbl@gentoo.org>
Sat, 1 Sep 2018 06:49:31 +0000 (09:49 +0300)
tests actually interact with pcscd failing if down or
no readers.

Closes: https://bugs.gentoo.org/show_bug.cgi?id=664624

dev-perl/pcsc-perl/pcsc-perl-1.4.14.ebuild

index 9452d36140f420536df332cb38b359c6f917e68a..1576e81c33e36165f401a50bd9953ddeeb078ca0 100644 (file)
@@ -13,5 +13,6 @@ LICENSE="GPL-2"
 SLOT="0"
 KEYWORDS="~amd64 ~arm ~hppa ~ia64 ~ppc ~ppc64 ~sh ~sparc ~x86"
 IUSE=""
+RESTRICT="test" # actually accesses the pcsc-lite daemon
 
 DEPEND=">=sys-apps/pcsc-lite-1.6.0"