projects
/
gentoo.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
f5c74bf
)
dev-perl/pcsc-perl: do not run tests
author
Alon Bar-Lev
<alonbl@gentoo.org>
Sat, 1 Sep 2018 06:49:17 +0000
(09:49 +0300)
committer
Alon 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
patch
|
blob
|
history
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 9452d36140f420536df332cb38b359c6f917e68a..1576e81c33e36165f401a50bd9953ddeeb078ca0 100644
(file)
--- 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"