summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAlon Bar-Lev <alonbl@gentoo.org>2018-09-01 09:49:17 +0300
committerAlon Bar-Lev <alonbl@gentoo.org>2018-09-01 09:49:31 +0300
commit1d5c80db7f326b83c4140cdbe350f5629699c466 (patch)
tree5f1d269eed5ff30514107d19034ca68d58a235dd /dev-perl/pcsc-perl
parentapp-admin/puppetserver: fix gem list newins (diff)
downloadgentoo-1d5c80db7f326b83c4140cdbe350f5629699c466.tar.gz
gentoo-1d5c80db7f326b83c4140cdbe350f5629699c466.tar.bz2
gentoo-1d5c80db7f326b83c4140cdbe350f5629699c466.zip
dev-perl/pcsc-perl: do not run tests
tests actually interact with pcscd failing if down or no readers. Closes: https://bugs.gentoo.org/show_bug.cgi?id=664624
Diffstat (limited to 'dev-perl/pcsc-perl')
-rw-r--r--dev-perl/pcsc-perl/pcsc-perl-1.4.14.ebuild1
1 files changed, 1 insertions, 0 deletions
diff --git a/dev-perl/pcsc-perl/pcsc-perl-1.4.14.ebuild b/dev-perl/pcsc-perl/pcsc-perl-1.4.14.ebuild
index 9452d36140f4..1576e81c33e3 100644
--- a/dev-perl/pcsc-perl/pcsc-perl-1.4.14.ebuild
+++ b/dev-perl/pcsc-perl/pcsc-perl-1.4.14.ebuild
@@ -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"