Gentoo Archives: gentoo-commits

From: Mikle Kolyada <zlogene@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] repo/gentoo:master commit in: dev-python/hyperlink/
Date: Tue, 29 Jan 2019 13:35:16
Message-Id: 1548768886.9e6c696d47f1af168fbc88c075f80c7b91b6dc51.zlogene@gentoo
1 commit: 9e6c696d47f1af168fbc88c075f80c7b91b6dc51
2 Author: Mikle Kolyada <zlogene <AT> gentoo <DOT> org>
3 AuthorDate: Tue Jan 29 13:34:46 2019 +0000
4 Commit: Mikle Kolyada <zlogene <AT> gentoo <DOT> org>
5 CommitDate: Tue Jan 29 13:34:46 2019 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=9e6c696d
7
8 dev-python/hyperlink: Add ~s390 keyword
9
10 Signed-off-by: Mikle Kolyada <zlogene <AT> gentoo.org>
11 Package-Manager: Portage-2.3.51, Repoman-2.3.11
12
13 dev-python/hyperlink/hyperlink-17.1.1.ebuild | 4 ++--
14 dev-python/hyperlink/hyperlink-17.3.1.ebuild | 4 ++--
15 dev-python/hyperlink/hyperlink-18.0.0.ebuild | 2 +-
16 3 files changed, 5 insertions(+), 5 deletions(-)
17
18 diff --git a/dev-python/hyperlink/hyperlink-17.1.1.ebuild b/dev-python/hyperlink/hyperlink-17.1.1.ebuild
19 index ac6dfded277..0714550b07b 100644
20 --- a/dev-python/hyperlink/hyperlink-17.1.1.ebuild
21 +++ b/dev-python/hyperlink/hyperlink-17.1.1.ebuild
22 @@ -1,4 +1,4 @@
23 -# Copyright 1999-2017 Gentoo Foundation
24 +# Copyright 1999-2019 Gentoo Authors
25 # Distributed under the terms of the GNU General Public License v2
26
27 EAPI=6
28 @@ -12,7 +12,7 @@ SRC_URI="mirror://pypi/${P:0:1}/${PN}/${P}.tar.gz"
29
30 LICENSE="BSD MIT"
31 SLOT="0"
32 -KEYWORDS="~amd64 ~arm ~arm64 ~ia64 ~ppc ~ppc64 ~sparc ~x86"
33 +KEYWORDS="~amd64 ~arm ~arm64 ~ia64 ~ppc ~ppc64 ~s390 ~sparc ~x86"
34 IUSE="test"
35
36 RDEPEND=""
37
38 diff --git a/dev-python/hyperlink/hyperlink-17.3.1.ebuild b/dev-python/hyperlink/hyperlink-17.3.1.ebuild
39 index 4ee662544c7..257c10f2466 100644
40 --- a/dev-python/hyperlink/hyperlink-17.3.1.ebuild
41 +++ b/dev-python/hyperlink/hyperlink-17.3.1.ebuild
42 @@ -1,4 +1,4 @@
43 -# Copyright 1999-2018 Gentoo Foundation
44 +# Copyright 1999-2019 Gentoo Authors
45 # Distributed under the terms of the GNU General Public License v2
46
47 EAPI=6
48 @@ -12,7 +12,7 @@ SRC_URI="mirror://pypi/${P:0:1}/${PN}/${P}.tar.gz"
49
50 LICENSE="BSD MIT"
51 SLOT="0"
52 -KEYWORDS="~amd64 ~arm ~arm64 ~hppa ~ia64 ~mips ~ppc ~ppc64 ~sparc ~x86 ~amd64-fbsd"
53 +KEYWORDS="~amd64 ~arm ~arm64 ~hppa ~ia64 ~mips ~ppc ~ppc64 ~s390 ~sparc ~x86 ~amd64-fbsd"
54 IUSE="test"
55
56 RDEPEND=""
57
58 diff --git a/dev-python/hyperlink/hyperlink-18.0.0.ebuild b/dev-python/hyperlink/hyperlink-18.0.0.ebuild
59 index 2d159e486d4..91efd49bbde 100644
60 --- a/dev-python/hyperlink/hyperlink-18.0.0.ebuild
61 +++ b/dev-python/hyperlink/hyperlink-18.0.0.ebuild
62 @@ -12,7 +12,7 @@ SRC_URI="mirror://pypi/${P:0:1}/${PN}/${P}.tar.gz"
63
64 LICENSE="BSD MIT"
65 SLOT="0"
66 -KEYWORDS="~amd64 ~arm ~arm64 ~ia64 ~mips ~ppc ~ppc64 ~sh ~sparc ~x86 ~amd64-fbsd"
67 +KEYWORDS="~amd64 ~arm ~arm64 ~ia64 ~mips ~ppc ~ppc64 ~s390 ~sh ~sparc ~x86 ~amd64-fbsd"
68 IUSE="test"
69
70 RDEPEND=""