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 CE9C6139694 for ; Tue, 9 May 2017 21:49:58 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id F3FC8E0C38; Tue, 9 May 2017 21:49:57 +0000 (UTC) Received: from smtp.gentoo.org (smtp.gentoo.org [140.211.166.183]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by pigeon.gentoo.org (Postfix) with ESMTPS id D3BE2E0C38 for ; Tue, 9 May 2017 21:49:57 +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 04F6334164B for ; Tue, 9 May 2017 21:49:57 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 1D1A373F3 for ; Tue, 9 May 2017 21:49:55 +0000 (UTC) From: "Zac Medico" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Zac Medico" Message-ID: <1494366592.eaedb28eca5a900c8c8511008cf2f440979d2ca7.zmedico@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: dev-util/gdbus-codegen/ X-VCS-Repository: repo/gentoo X-VCS-Files: dev-util/gdbus-codegen/gdbus-codegen-2.52.2.ebuild X-VCS-Directories: dev-util/gdbus-codegen/ X-VCS-Committer: zmedico X-VCS-Committer-Name: Zac Medico X-VCS-Revision: eaedb28eca5a900c8c8511008cf2f440979d2ca7 X-VCS-Branch: master Date: Tue, 9 May 2017 21:49:55 +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: 54112671-67b4-4162-931c-f6a3e1eb0371 X-Archives-Hash: 61255a7faf192a02d7aa5458c6f2826c commit: eaedb28eca5a900c8c8511008cf2f440979d2ca7 Author: Zac Medico gentoo org> AuthorDate: Tue May 9 21:49:21 2017 +0000 Commit: Zac Medico gentoo org> CommitDate: Tue May 9 21:49:52 2017 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=eaedb28e dev-util/gdbus-codegen: Add python3.6 to PYTHON_COMPAT Package-Manager: Portage-2.3.5, Repoman-2.3.2 dev-util/gdbus-codegen/gdbus-codegen-2.52.2.ebuild | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/dev-util/gdbus-codegen/gdbus-codegen-2.52.2.ebuild b/dev-util/gdbus-codegen/gdbus-codegen-2.52.2.ebuild index 7834f0c7fcd..846058440c6 100644 --- a/dev-util/gdbus-codegen/gdbus-codegen-2.52.2.ebuild +++ b/dev-util/gdbus-codegen/gdbus-codegen-2.52.2.ebuild @@ -3,7 +3,7 @@ EAPI="5" GNOME_ORG_MODULE="glib" -PYTHON_COMPAT=( python{2_7,3_4,3_5} ) +PYTHON_COMPAT=( python{2_7,3_4,3_5,3_6} ) PYTHON_REQ_USE="xml" inherit eutils gnome.org distutils-r1