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 97C73138350 for ; Thu, 30 Jan 2020 01:27:32 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 6E433E07F9; Thu, 30 Jan 2020 01:27:31 +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 55430E07F9 for ; Thu, 30 Jan 2020 01:27:31 +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 2526E34E513 for ; Thu, 30 Jan 2020 01:27:28 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 32ED0E7 for ; Thu, 30 Jan 2020 01:27:26 +0000 (UTC) From: "Patrick McLean" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Patrick McLean" Message-ID: <1580347571.4af595599f802e82778b261e0d4f3291c7efdf12.chutzpah@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: dev-python/os-service-types/ X-VCS-Repository: repo/gentoo X-VCS-Files: dev-python/os-service-types/os-service-types-1.7.0.ebuild X-VCS-Directories: dev-python/os-service-types/ X-VCS-Committer: chutzpah X-VCS-Committer-Name: Patrick McLean X-VCS-Revision: 4af595599f802e82778b261e0d4f3291c7efdf12 X-VCS-Branch: master Date: Thu, 30 Jan 2020 01:27:26 +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: 528579c2-4c37-408f-9ecc-dd249c0d7f5b X-Archives-Hash: 35ea770af14ab9366d8ae10d0ec15edb commit: 4af595599f802e82778b261e0d4f3291c7efdf12 Author: Patrick McLean sony com> AuthorDate: Thu Jan 30 01:26:11 2020 +0000 Commit: Patrick McLean gentoo org> CommitDate: Thu Jan 30 01:26:11 2020 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=4af59559 dev-python/os-service-types-1.7.0: Add py38 Copyright: Sony Interactive Entertainment Inc. Package-Manager: Portage-2.3.86, Repoman-2.3.20 Signed-off-by: Patrick McLean gentoo.org> dev-python/os-service-types/os-service-types-1.7.0.ebuild | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/dev-python/os-service-types/os-service-types-1.7.0.ebuild b/dev-python/os-service-types/os-service-types-1.7.0.ebuild index d82a40b4fef..9934f1e7a8c 100644 --- a/dev-python/os-service-types/os-service-types-1.7.0.ebuild +++ b/dev-python/os-service-types/os-service-types-1.7.0.ebuild @@ -2,7 +2,7 @@ # Distributed under the terms of the GNU General Public License v2 EAPI=7 -PYTHON_COMPAT=( python3_{6,7} ) +PYTHON_COMPAT=( python3_{6,7,8} ) inherit distutils-r1