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 B349C138334 for ; Wed, 10 Apr 2019 22:44:15 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id E64FCE08BF; Wed, 10 Apr 2019 22:44:07 +0000 (UTC) Received: from smtp.gentoo.org (mail.gentoo.org [IPv6:2001:470:ea4a:1:5054:ff:fec7:86e4]) (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 B4EB1E08BF for ; Wed, 10 Apr 2019 22:44:07 +0000 (UTC) Received: from oystercatcher.gentoo.org (unknown [IPv6:2a01:4f8:202:4333:225:90ff:fed9:fc84]) (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 A1566340CE2 for ; Wed, 10 Apr 2019 22:44:06 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 9A9E75C6 for ; Wed, 10 Apr 2019 22:44:02 +0000 (UTC) From: "Matthew Thode" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Matthew Thode" Message-ID: <1554936227.73c8983b9868b528fcefb03ad81aa0222e1e72e4.prometheanfire@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: dev-python/rtslib-fb/ X-VCS-Repository: repo/gentoo X-VCS-Files: dev-python/rtslib-fb/rtslib-fb-2.1.69.ebuild X-VCS-Directories: dev-python/rtslib-fb/ X-VCS-Committer: prometheanfire X-VCS-Committer-Name: Matthew Thode X-VCS-Revision: 73c8983b9868b528fcefb03ad81aa0222e1e72e4 X-VCS-Branch: master Date: Wed, 10 Apr 2019 22:44:02 +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-Auto-Response-Suppress: DR, RN, NRN, OOF, AutoReply X-Archives-Salt: 0fa9fbb3-b9e7-49f5-b14a-5438cce8e7a6 X-Archives-Hash: 95bc56a8639d3a4aee6f56d636b32146 commit: 73c8983b9868b528fcefb03ad81aa0222e1e72e4 Author: Matthew Thode gentoo org> AuthorDate: Wed Apr 10 22:39:45 2019 +0000 Commit: Matthew Thode gentoo org> CommitDate: Wed Apr 10 22:43:47 2019 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=73c8983b dev-python/rtslib-fb: add py37 support Package-Manager: Portage-2.3.62, Repoman-2.3.12 Signed-off-by: Matthew Thode gentoo.org> dev-python/rtslib-fb/rtslib-fb-2.1.69.ebuild | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/dev-python/rtslib-fb/rtslib-fb-2.1.69.ebuild b/dev-python/rtslib-fb/rtslib-fb-2.1.69.ebuild index 20246ee0750..db34af0dd07 100644 --- a/dev-python/rtslib-fb/rtslib-fb-2.1.69.ebuild +++ b/dev-python/rtslib-fb/rtslib-fb-2.1.69.ebuild @@ -2,8 +2,7 @@ # Distributed under the terms of the GNU General Public License v2 EAPI=7 - -PYTHON_COMPAT=( python2_7 python3_{4,5,6} ) +PYTHON_COMPAT=( python2_7 python3_{4,5,6,7} ) inherit distutils-r1 systemd DESCRIPTION="A Python object API for managing the Linux LIO kernel target"