Gentoo Archives: gentoo-commits

From: Tobias Klausmann <klausman@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] repo/gentoo:master commit in: dev-python/pysendfile/
Date: Wed, 17 Oct 2018 08:51:13
Message-Id: 1539766251.13527950ad429f5d678d0f4f3293ad6079e6d57a.klausman@gentoo
1 commit: 13527950ad429f5d678d0f4f3293ad6079e6d57a
2 Author: Tobias Klausmann <klausman <AT> gentoo <DOT> org>
3 AuthorDate: Wed Oct 17 08:50:51 2018 +0000
4 Commit: Tobias Klausmann <klausman <AT> gentoo <DOT> org>
5 CommitDate: Wed Oct 17 08:50:51 2018 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=13527950
7
8 dev-python/pysendfile-2.0.1-r0: add ~alpha keyword
9
10 Gentoo-Bug: http://bugs.gentoo.org/657104
11 Signed-off-by: Tobias Klausmann <klausman <AT> gentoo.org>
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 d9fe7ec80d1..036f1025c18 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 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 ~s390 sparc x86"
25 +KEYWORDS="~alpha amd64 ~arm ia64 ppc ppc64 ~s390 sparc x86"
26 IUSE=""
27 LICENSE="MIT"
28 SLOT="0"