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: Thu, 28 Jun 2018 18:54:01
Message-Id: 1530212019.cc100e7c20dba2f61ed311068b9020b0f8c3e2e0.slyfox@gentoo
1 commit: cc100e7c20dba2f61ed311068b9020b0f8c3e2e0
2 Author: Rolf Eike Beer <eike <AT> sf-mail <DOT> de>
3 AuthorDate: Thu Jun 28 16:15:12 2018 +0000
4 Commit: Sergei Trofimovich <slyfox <AT> gentoo <DOT> org>
5 CommitDate: Thu Jun 28 18:53:39 2018 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=cc100e7c
7
8 dev-python/pysendfile: keyworded 2.0.1 for sparc, bug #659248
9
10 Package-Manager: Portage-2.3.40, Repoman-2.3.9
11 RepoMan-Options: --include-arches="sparc"
12
13 dev-python/pysendfile/pysendfile-2.0.1.ebuild | 2 +-
14 1 file changed, 1 insertion(+), 1 deletion(-)
15
16 diff --git a/dev-python/pysendfile/pysendfile-2.0.1.ebuild b/dev-python/pysendfile/pysendfile-2.0.1.ebuild
17 index 33e3ad6c105..96001055c20 100644
18 --- a/dev-python/pysendfile/pysendfile-2.0.1.ebuild
19 +++ b/dev-python/pysendfile/pysendfile-2.0.1.ebuild
20 @@ -10,7 +10,7 @@ DESCRIPTION="A python interface to 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 x86"
25 +KEYWORDS="amd64 ~arm ia64 ~sparc x86"
26 IUSE=""
27 LICENSE="MIT"
28 SLOT="0"