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 CC43D138334 for ; Wed, 27 Jun 2018 22:22:24 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 39E0DE0BB7; Wed, 27 Jun 2018 22:22:23 +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 09F77E0BB7 for ; Wed, 27 Jun 2018 22:22:23 +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 00D33335CA6 for ; Wed, 27 Jun 2018 22:22:22 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 6262A34D for ; Wed, 27 Jun 2018 22:22:20 +0000 (UTC) From: "Sergei Trofimovich" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Sergei Trofimovich" Message-ID: <1530138120.4f9e204bfb84a8e28bbc5e6baeb3e1596b830a87.slyfox@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: slyfox X-VCS-Committer-Name: Sergei Trofimovich X-VCS-Revision: 4f9e204bfb84a8e28bbc5e6baeb3e1596b830a87 X-VCS-Branch: master Date: Wed, 27 Jun 2018 22:22:20 +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: e006f7ba-fb61-46bc-9c1e-6e711dc80fc5 X-Archives-Hash: 81221e36bae18065c1777b6d32f2fa20 commit: 4f9e204bfb84a8e28bbc5e6baeb3e1596b830a87 Author: Sergei Trofimovich gentoo org> AuthorDate: Wed Jun 27 22:16:50 2018 +0000 Commit: Sergei Trofimovich gentoo org> CommitDate: Wed Jun 27 22:22:00 2018 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=4f9e204b dev-python/pysendfile: stable 2.0.1 for ia64, bug #659248 Bug: https://bugs.gentoo.org/659248 Package-Manager: Portage-2.3.40, Repoman-2.3.9 RepoMan-Options: --include-arches="ia64" 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 3629bd53b75..33e3ad6c105 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 sendfile(2) system call" HOMEPAGE="https://github.com/giampaolo/pysendfile" SRC_URI="mirror://pypi/${PN:0:1}/${PN}/${P}.tar.gz" -KEYWORDS="amd64 ~arm ~ia64 x86" +KEYWORDS="amd64 ~arm ia64 x86" IUSE="" LICENSE="MIT" SLOT="0"