From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from lists.gentoo.org (pigeon.gentoo.org [208.92.234.80]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by finch.gentoo.org (Postfix) with ESMTPS id DDEFE138334 for ; Sat, 1 Sep 2018 06:52:41 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id C8FD1E06CC; Sat, 1 Sep 2018 06:52:40 +0000 (UTC) Received: from smtp.gentoo.org (smtp.gentoo.org [140.211.166.183]) (using TLSv1.2 with cipher ECDHE-RSA-AES128-GCM-SHA256 (128/128 bits)) (No client certificate requested) by pigeon.gentoo.org (Postfix) with ESMTPS id A1883E06CC for ; Sat, 1 Sep 2018 06:52:40 +0000 (UTC) Received: from oystercatcher.gentoo.org (oystercatcher.gentoo.org [148.251.78.52]) (using TLSv1.2 with cipher ECDHE-RSA-AES128-GCM-SHA256 (128/128 bits)) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id 91FE3335C94 for ; Sat, 1 Sep 2018 06:52:38 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id C092C398 for ; Sat, 1 Sep 2018 06:52:36 +0000 (UTC) From: "Alon Bar-Lev" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Alon Bar-Lev" Message-ID: <1535784571.1d5c80db7f326b83c4140cdbe350f5629699c466.alonbl@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: dev-perl/pcsc-perl/ X-VCS-Repository: repo/gentoo X-VCS-Files: dev-perl/pcsc-perl/pcsc-perl-1.4.14.ebuild X-VCS-Directories: dev-perl/pcsc-perl/ X-VCS-Committer: alonbl X-VCS-Committer-Name: Alon Bar-Lev X-VCS-Revision: 1d5c80db7f326b83c4140cdbe350f5629699c466 X-VCS-Branch: master Date: Sat, 1 Sep 2018 06:52:36 +0000 (UTC) Precedence: bulk List-Post: List-Help: List-Unsubscribe: List-Subscribe: List-Id: Gentoo Linux mail X-BeenThere: gentoo-commits@lists.gentoo.org X-Archives-Salt: 1b286e10-ded7-4ec0-b204-95ecacb76dc9 X-Archives-Hash: e71bc45a1ed6628f891ee6a803aec1b0 commit: 1d5c80db7f326b83c4140cdbe350f5629699c466 Author: Alon Bar-Lev gentoo org> AuthorDate: Sat Sep 1 06:49:17 2018 +0000 Commit: Alon Bar-Lev gentoo 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"