From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from lists.gentoo.org (pigeon.gentoo.org [208.92.234.80]) by finch.gentoo.org (Postfix) with ESMTP id D8CB859CB1 for ; Wed, 6 Apr 2016 17:11:49 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 9849221C0D3; Wed, 6 Apr 2016 17:11:47 +0000 (UTC) Received: from smtp.gentoo.org (smtp.gentoo.org [140.211.166.183]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by pigeon.gentoo.org (Postfix) with ESMTPS id 1630021C0CE for ; Wed, 6 Apr 2016 17:11:46 +0000 (UTC) Received: from oystercatcher.gentoo.org (oystercatcher.gentoo.org [148.251.78.52]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id DC86E340E6C for ; Wed, 6 Apr 2016 17:11:45 +0000 (UTC) Received: from localhost.localdomain (localhost [127.0.0.1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 6E4052C9 for ; Wed, 6 Apr 2016 17:11:42 +0000 (UTC) From: "Justin Lecher" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Justin Lecher" Message-ID: <1459962698.7199b06a2d7a1df05b3f83ef32c0897a78baff07.jlec@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: app-crypt/ccid/ X-VCS-Repository: repo/gentoo X-VCS-Files: app-crypt/ccid/ccid-1.4.22.ebuild X-VCS-Directories: app-crypt/ccid/ X-VCS-Committer: jlec X-VCS-Committer-Name: Justin Lecher X-VCS-Revision: 7199b06a2d7a1df05b3f83ef32c0897a78baff07 X-VCS-Branch: master Date: Wed, 6 Apr 2016 17:11:42 +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: 08785d9b-2950-49e8-b243-6a3c461ce81b X-Archives-Hash: 5b45f15e4157cb3e5a68e71c9301fcf9 commit: 7199b06a2d7a1df05b3f83ef32c0897a78baff07 Author: Justin Lecher gentoo org> AuthorDate: Wed Apr 6 17:10:40 2016 +0000 Commit: Justin Lecher gentoo org> CommitDate: Wed Apr 6 17:11:38 2016 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=7199b06a app-crypt/ccid: Fix sandbox violation Package-Manager: portage-2.2.28 Signed-off-by: Justin Lecher gentoo.org> app-crypt/ccid/ccid-1.4.22.ebuild | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/app-crypt/ccid/ccid-1.4.22.ebuild b/app-crypt/ccid/ccid-1.4.22.ebuild index 500aaee..be66a09 100644 --- a/app-crypt/ccid/ccid-1.4.22.ebuild +++ b/app-crypt/ccid/ccid-1.4.22.ebuild @@ -58,7 +58,9 @@ src_install() { # disable Kobil_mIDentity_switch udev rule with USE=-kobil-midentity if ! use kobil-midentity; then - sed -i -e '/Kobil_mIDentity_switch/s/^/#/' "$(_udev_get_udevdir)"/rules.d/92-pcsc-ccid.rules + sed \ + -e '/Kobil_mIDentity_switch/s/^/#/' \ + -i "${D}/$(get_udevdir)"/rules.d/92-pcsc-ccid.rules || die fi fi