Gentoo Archives: gentoo-commits

From: Thomas Deutschmann <whissi@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] repo/gentoo:master commit in: dev-python/pyscard/
Date: Tue, 09 Jan 2018 02:01:40
Message-Id: 1515455859.e68a057bbf125cd3854473b17d54195b0276d634.whissi@gentoo
1 commit: e68a057bbf125cd3854473b17d54195b0276d634
2 Author: Thomas Deutschmann <whissi <AT> gentoo <DOT> org>
3 AuthorDate: Mon Jan 8 23:47:53 2018 +0000
4 Commit: Thomas Deutschmann <whissi <AT> gentoo <DOT> org>
5 CommitDate: Mon Jan 8 23:57:39 2018 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=e68a057b
7
8 dev-python/pyscard: x86 keyworded (bug #573944)
9
10 Package-Manager: Portage-2.3.19, Repoman-2.3.6
11
12 dev-python/pyscard/pyscard-1.9.5.ebuild | 4 ++--
13 1 file changed, 2 insertions(+), 2 deletions(-)
14
15 diff --git a/dev-python/pyscard/pyscard-1.9.5.ebuild b/dev-python/pyscard/pyscard-1.9.5.ebuild
16 index 4d8569d2425..e6fdb89f5d6 100644
17 --- a/dev-python/pyscard/pyscard-1.9.5.ebuild
18 +++ b/dev-python/pyscard/pyscard-1.9.5.ebuild
19 @@ -1,4 +1,4 @@
20 -# Copyright 1999-2017 Gentoo Foundation
21 +# Copyright 1999-2018 Gentoo Foundation
22 # Distributed under the terms of the GNU General Public License v2
23
24 EAPI=6
25 @@ -13,7 +13,7 @@ SRC_URI="mirror://sourceforge/${PN}/${P}.tar.gz"
26
27 LICENSE="LGPL-2.1"
28 SLOT="0"
29 -KEYWORDS="~amd64 ~arm"
30 +KEYWORDS="~amd64 ~arm ~x86"
31 IUSE=""
32
33 RDEPEND="sys-apps/pcsc-lite"