Gentoo Archives: gentoo-commits

From: Mikle Kolyada <zlogene@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] repo/gentoo:master commit in: sys-apps/pcsc-lite/
Date: Wed, 20 Feb 2019 15:05:47
Message-Id: 1550675136.8f04cfe6a547bad470d267134c41ef74ecd0c981.zlogene@gentoo
1 commit: 8f04cfe6a547bad470d267134c41ef74ecd0c981
2 Author: Mikle Kolyada <zlogene <AT> gentoo <DOT> org>
3 AuthorDate: Wed Feb 20 15:05:36 2019 +0000
4 Commit: Mikle Kolyada <zlogene <AT> gentoo <DOT> org>
5 CommitDate: Wed Feb 20 15:05:36 2019 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=8f04cfe6
7
8 sys-apps/pcsc-lite: mark s390 stable
9
10 Signed-off-by: Mikle Kolyada <zlogene <AT> gentoo.org>
11 Package-Manager: Portage-2.3.51, Repoman-2.3.11
12
13 sys-apps/pcsc-lite/pcsc-lite-1.8.23.ebuild | 4 ++--
14 sys-apps/pcsc-lite/pcsc-lite-1.8.24.ebuild | 2 +-
15 2 files changed, 3 insertions(+), 3 deletions(-)
16
17 diff --git a/sys-apps/pcsc-lite/pcsc-lite-1.8.23.ebuild b/sys-apps/pcsc-lite/pcsc-lite-1.8.23.ebuild
18 index bb40a9aac46..c2ab8676d5b 100644
19 --- a/sys-apps/pcsc-lite/pcsc-lite-1.8.23.ebuild
20 +++ b/sys-apps/pcsc-lite/pcsc-lite-1.8.23.ebuild
21 @@ -1,4 +1,4 @@
22 -# Copyright 1999-2018 Gentoo Authors
23 +# Copyright 1999-2019 Gentoo Authors
24 # Distributed under the terms of the GNU General Public License v2
25
26 EAPI=7
27 @@ -15,7 +15,7 @@ SRC_URI="https://pcsclite.apdu.fr/files/${P}.tar.bz2"
28 # upstream.
29 LICENSE="BSD ISC MIT GPL-3+ GPL-2"
30 SLOT="0"
31 -KEYWORDS="alpha amd64 arm ~arm64 ~hppa ia64 ~m68k ppc ppc64 ~s390 ~sh sparc x86 ~amd64-linux ~x86-linux ~ppc-macos ~x64-macos ~x86-macos"
32 +KEYWORDS="alpha amd64 arm ~arm64 ~hppa ia64 ~m68k ppc ppc64 s390 ~sh sparc x86 ~amd64-linux ~x86-linux ~ppc-macos ~x64-macos ~x86-macos"
33
34 # This is called libusb so that it doesn't fool people in thinking that
35 # it is _required_ for USB support. Otherwise they'll disable udev and
36
37 diff --git a/sys-apps/pcsc-lite/pcsc-lite-1.8.24.ebuild b/sys-apps/pcsc-lite/pcsc-lite-1.8.24.ebuild
38 index bc85aba519a..e560a1218c6 100644
39 --- a/sys-apps/pcsc-lite/pcsc-lite-1.8.24.ebuild
40 +++ b/sys-apps/pcsc-lite/pcsc-lite-1.8.24.ebuild
41 @@ -15,7 +15,7 @@ SRC_URI="https://pcsclite.apdu.fr/files/${P}.tar.bz2"
42 # upstream.
43 LICENSE="BSD ISC MIT GPL-3+ GPL-2"
44 SLOT="0"
45 -KEYWORDS="~alpha amd64 arm ~arm64 hppa ia64 ~m68k ppc ppc64 ~s390 ~sh sparc x86 ~amd64-linux ~x86-linux ~ppc-macos ~x64-macos ~x86-macos"
46 +KEYWORDS="~alpha amd64 arm ~arm64 hppa ia64 ~m68k ppc ppc64 s390 ~sh sparc x86 ~amd64-linux ~x86-linux ~ppc-macos ~x64-macos ~x86-macos"
47
48 # This is called libusb so that it doesn't fool people in thinking that
49 # it is _required_ for USB support. Otherwise they'll disable udev and