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 0F0AA139083 for ; Sat, 23 Dec 2017 18:21:18 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 54A03E0CAE; Sat, 23 Dec 2017 18:21:17 +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 34644E0CAE for ; Sat, 23 Dec 2017 18:21:16 +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 0181934085A for ; Sat, 23 Dec 2017 18:21:16 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 691D8AE81 for ; Sat, 23 Dec 2017 18:21:14 +0000 (UTC) From: "Mike Gilbert" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Mike Gilbert" Message-ID: <1514053231.31b22dd4c13cee38a6bca00cc255611d12558cfd.floppym@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: dev-python/python-systemd/ X-VCS-Repository: repo/gentoo X-VCS-Files: dev-python/python-systemd/python-systemd-233.ebuild X-VCS-Directories: dev-python/python-systemd/ X-VCS-Committer: floppym X-VCS-Committer-Name: Mike Gilbert X-VCS-Revision: 31b22dd4c13cee38a6bca00cc255611d12558cfd X-VCS-Branch: master Date: Sat, 23 Dec 2017 18:21:14 +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: 9be48af0-3a50-4ca6-99e9-1a12052c29eb X-Archives-Hash: 4ffb445f32a8491bce2184d227022a71 commit: 31b22dd4c13cee38a6bca00cc255611d12558cfd Author: Mike Gilbert gentoo org> AuthorDate: Sat Dec 23 18:20:31 2017 +0000 Commit: Mike Gilbert gentoo org> CommitDate: Sat Dec 23 18:20:31 2017 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=31b22dd4 dev-python/python-systemd: add python3_6 Package-Manager: Portage-2.3.19_p2, Repoman-2.3.6_p36 dev-python/python-systemd/python-systemd-233.ebuild | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/dev-python/python-systemd/python-systemd-233.ebuild b/dev-python/python-systemd/python-systemd-233.ebuild index 080d0a4a9fe..0f7da4e87a0 100644 --- a/dev-python/python-systemd/python-systemd-233.ebuild +++ b/dev-python/python-systemd/python-systemd-233.ebuild @@ -2,7 +2,7 @@ # Distributed under the terms of the GNU General Public License v2 EAPI=6 -PYTHON_COMPAT=( python{2_7,3_4,3_5} ) +PYTHON_COMPAT=( python{2_7,3_4,3_5,3_6} ) inherit distutils-r1