commit: 1d5c80db7f326b83c4140cdbe350f5629699c466 Author: Alon Bar-Lev <alonbl <AT> gentoo <DOT> org> AuthorDate: Sat Sep 1 06:49:17 2018 +0000 Commit: Alon Bar-Lev <alonbl <AT> gentoo <DOT> org> CommitDate: Sat Sep 1 06:49:31 2018 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=1d5c80db
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 dev-perl/pcsc-perl/pcsc-perl-1.4.14.ebuild | 1 + 1 file changed, 1 insertion(+) 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 9452d36140f..1576e81c33e 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"
