Gentoo Archives: gentoo-commits

From: Sergei Trofimovich <slyfox@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] repo/gentoo:master commit in: dev-python/pysendfile/
Date: Sat, 02 Jun 2018 17:38:40
Message-Id: 1527961106.e6bdb122f0f61b3f3c9d8c735ff9489c6daba33a.slyfox@gentoo
1 commit: e6bdb122f0f61b3f3c9d8c735ff9489c6daba33a
2 Author: Sergei Trofimovich <slyfox <AT> gentoo <DOT> org>
3 AuthorDate: Sat Jun 2 17:37:28 2018 +0000
4 Commit: Sergei Trofimovich <slyfox <AT> gentoo <DOT> org>
5 CommitDate: Sat Jun 2 17:38:26 2018 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=e6bdb122
7
8 dev-python/pysendfile: keyworded 2.0.1 for ia64, bug #657104
9
10 Bug: https://bugs.gentoo.org/657104
11 Package-Manager: Portage-2.3.38, Repoman-2.3.9
12 RepoMan-Options: --include-arches="ia64"
13
14 dev-python/pysendfile/pysendfile-2.0.1.ebuild | 4 ++--
15 1 file changed, 2 insertions(+), 2 deletions(-)
16
17 diff --git a/dev-python/pysendfile/pysendfile-2.0.1.ebuild b/dev-python/pysendfile/pysendfile-2.0.1.ebuild
18 index dce56df30bd..26d0430026e 100644
19 --- a/dev-python/pysendfile/pysendfile-2.0.1.ebuild
20 +++ b/dev-python/pysendfile/pysendfile-2.0.1.ebuild
21 @@ -1,4 +1,4 @@
22 -# Copyright 1999-2017 Gentoo Foundation
23 +# Copyright 1999-2018 Gentoo Foundation
24 # Distributed under the terms of the GNU General Public License v2
25
26 EAPI=5
27 @@ -10,7 +10,7 @@ DESCRIPTION="A python interface to sendfile(2) system call"
28 HOMEPAGE="https://github.com/giampaolo/pysendfile"
29 SRC_URI="mirror://pypi/${PN:0:1}/${PN}/${P}.tar.gz"
30
31 -KEYWORDS="amd64 x86"
32 +KEYWORDS="amd64 ~ia64 x86"
33 IUSE=""
34 LICENSE="MIT"
35 SLOT="0"