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: Mon, 21 Jan 2019 19:40:27
Message-Id: 1548099609.fee17f49f278e71b3342db3f324965f56a52ddcb.slyfox@gentoo
1 commit: fee17f49f278e71b3342db3f324965f56a52ddcb
2 Author: Rolf Eike Beer <eike <AT> sf-mail <DOT> de>
3 AuthorDate: Mon Jan 21 16:40:08 2019 +0000
4 Commit: Sergei Trofimovich <slyfox <AT> gentoo <DOT> org>
5 CommitDate: Mon Jan 21 19:40:09 2019 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=fee17f49
7
8 dev-python/pysendfile: keyworded 2.0.1 for hppa, bug #657104
9
10 Signed-off-by: Rolf Eike Beer <eike <AT> sf-mail.de>
11 Package-Manager: Portage-2.3.51, Repoman-2.3.11
12 RepoMan-Options: --include-arches="hppa"
13 Signed-off-by: Sergei Trofimovich <slyfox <AT> gentoo.org>
14
15 dev-python/pysendfile/pysendfile-2.0.1.ebuild | 4 ++--
16 1 file changed, 2 insertions(+), 2 deletions(-)
17
18 diff --git a/dev-python/pysendfile/pysendfile-2.0.1.ebuild b/dev-python/pysendfile/pysendfile-2.0.1.ebuild
19 index 18ae397f925..d0970276db1 100644
20 --- a/dev-python/pysendfile/pysendfile-2.0.1.ebuild
21 +++ b/dev-python/pysendfile/pysendfile-2.0.1.ebuild
22 @@ -1,4 +1,4 @@
23 -# Copyright 1999-2018 Gentoo Authors
24 +# Copyright 1999-2019 Gentoo Authors
25 # Distributed under the terms of the GNU General Public License v2
26
27 EAPI=5
28 @@ -10,7 +10,7 @@ DESCRIPTION="A python interface to the sendfile(2) system call"
29 HOMEPAGE="https://github.com/giampaolo/pysendfile"
30 SRC_URI="mirror://pypi/${PN:0:1}/${PN}/${P}.tar.gz"
31
32 -KEYWORDS="alpha amd64 arm ia64 ppc ppc64 ~s390 sparc x86"
33 +KEYWORDS="alpha amd64 arm ~hppa ia64 ppc ppc64 ~s390 sparc x86"
34 IUSE=""
35 LICENSE="MIT"
36 SLOT="0"