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/pysendfile/
Date: Sat, 18 Aug 2018 03:03:41
Message-Id: 1534560961.9c37b3f7197ec2d7849ec1061c30c35cff99fafe.zlogene@gentoo
1 commit: 9c37b3f7197ec2d7849ec1061c30c35cff99fafe
2 Author: Mikle Kolyada <zlogene <AT> gentoo <DOT> org>
3 AuthorDate: Sat Aug 18 02:56:01 2018 +0000
4 Commit: Mikle Kolyada <zlogene <AT> gentoo <DOT> org>
5 CommitDate: Sat Aug 18 02:56:01 2018 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=9c37b3f7
7
8 dev-python/pysendfile: Add ~s390 keyword
9
10 Package-Manager: Portage-2.3.40, Repoman-2.3.9
11
12 dev-python/pysendfile/pysendfile-2.0.1-r1.ebuild | 2 +-
13 dev-python/pysendfile/pysendfile-2.0.1.ebuild | 2 +-
14 2 files changed, 2 insertions(+), 2 deletions(-)
15
16 diff --git a/dev-python/pysendfile/pysendfile-2.0.1-r1.ebuild b/dev-python/pysendfile/pysendfile-2.0.1-r1.ebuild
17 index ee659460f47..da9e8e132bd 100644
18 --- a/dev-python/pysendfile/pysendfile-2.0.1-r1.ebuild
19 +++ b/dev-python/pysendfile/pysendfile-2.0.1-r1.ebuild
20 @@ -11,7 +11,7 @@ DESCRIPTION="A python interface to the sendfile(2) system call"
21 HOMEPAGE="https://github.com/giampaolo/pysendfile"
22 SRC_URI="mirror://pypi/${PN:0:1}/${PN}/${P}.tar.gz"
23
24 -KEYWORDS="~amd64 ~arm ~ia64 ~ppc ~ppc64 ~sparc ~x86"
25 +KEYWORDS="~amd64 ~arm ~ia64 ~ppc ~ppc64 ~s390 ~sparc ~x86"
26 IUSE=""
27 LICENSE="MIT"
28 SLOT="0"
29
30 diff --git a/dev-python/pysendfile/pysendfile-2.0.1.ebuild b/dev-python/pysendfile/pysendfile-2.0.1.ebuild
31 index f1cdccae5d3..24b9cc7cbbf 100644
32 --- a/dev-python/pysendfile/pysendfile-2.0.1.ebuild
33 +++ b/dev-python/pysendfile/pysendfile-2.0.1.ebuild
34 @@ -10,7 +10,7 @@ DESCRIPTION="A python interface to the sendfile(2) system call"
35 HOMEPAGE="https://github.com/giampaolo/pysendfile"
36 SRC_URI="mirror://pypi/${PN:0:1}/${PN}/${P}.tar.gz"
37
38 -KEYWORDS="amd64 ~arm ia64 ~ppc ppc64 sparc x86"
39 +KEYWORDS="amd64 ~arm ia64 ~ppc ppc64 ~s390 sparc x86"
40 IUSE=""
41 LICENSE="MIT"
42 SLOT="0"