From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from lists.gentoo.org (pigeon.gentoo.org [208.92.234.80]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by finch.gentoo.org (Postfix) with ESMTPS id 45861138335 for ; Thu, 18 Oct 2018 11:45:13 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 1E313E094E; Thu, 18 Oct 2018 11:45:12 +0000 (UTC) Received: from smtp.gentoo.org (smtp.gentoo.org [140.211.166.183]) (using TLSv1.2 with cipher ECDHE-RSA-AES128-GCM-SHA256 (128/128 bits)) (No client certificate requested) by pigeon.gentoo.org (Postfix) with ESMTPS id EC8F7E094E for ; Thu, 18 Oct 2018 11:45:11 +0000 (UTC) Received: from oystercatcher.gentoo.org (oystercatcher.gentoo.org [148.251.78.52]) (using TLSv1.2 with cipher ECDHE-RSA-AES128-GCM-SHA256 (128/128 bits)) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id 755BF335D10 for ; Thu, 18 Oct 2018 11:45:08 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id CC42E445 for ; Thu, 18 Oct 2018 11:45:06 +0000 (UTC) From: "Tobias Klausmann" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Tobias Klausmann" Message-ID: <1539863040.f7276c24e219f0ef720e7594a7e4e67b9942acbf.klausman@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: dev-python/pysendfile/ X-VCS-Repository: repo/gentoo X-VCS-Files: dev-python/pysendfile/pysendfile-2.0.1.ebuild X-VCS-Directories: dev-python/pysendfile/ X-VCS-Committer: klausman X-VCS-Committer-Name: Tobias Klausmann X-VCS-Revision: f7276c24e219f0ef720e7594a7e4e67b9942acbf X-VCS-Branch: master Date: Thu, 18 Oct 2018 11:45:06 +0000 (UTC) Precedence: bulk List-Post: List-Help: List-Unsubscribe: List-Subscribe: List-Id: Gentoo Linux mail X-BeenThere: gentoo-commits@lists.gentoo.org X-Archives-Salt: 1e0058cf-3c1f-455e-a5f4-6fb41256bfd2 X-Archives-Hash: e9054596b26be1b12590f11c1cb6511b commit: f7276c24e219f0ef720e7594a7e4e67b9942acbf Author: Tobias Klausmann gentoo org> AuthorDate: Thu Oct 18 11:44:00 2018 +0000 Commit: Tobias Klausmann gentoo org> CommitDate: Thu Oct 18 11:44:00 2018 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=f7276c24 dev-python/pysendfile-2.0.1-r0: alpha stable Bug: http://bugs.gentoo.org/659248 Signed-off-by: Tobias Klausmann gentoo.org> dev-python/pysendfile/pysendfile-2.0.1.ebuild | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/dev-python/pysendfile/pysendfile-2.0.1.ebuild b/dev-python/pysendfile/pysendfile-2.0.1.ebuild index 036f1025c18..303ee3a8080 100644 --- a/dev-python/pysendfile/pysendfile-2.0.1.ebuild +++ b/dev-python/pysendfile/pysendfile-2.0.1.ebuild @@ -10,7 +10,7 @@ DESCRIPTION="A python interface to the sendfile(2) system call" HOMEPAGE="https://github.com/giampaolo/pysendfile" SRC_URI="mirror://pypi/${PN:0:1}/${PN}/${P}.tar.gz" -KEYWORDS="~alpha amd64 ~arm ia64 ppc ppc64 ~s390 sparc x86" +KEYWORDS="alpha amd64 ~arm ia64 ppc ppc64 ~s390 sparc x86" IUSE="" LICENSE="MIT" SLOT="0"