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 35360139694 for ; Tue, 9 May 2017 21:43:34 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id A8B97E0BDF; Tue, 9 May 2017 21:43:30 +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 8488CE0BDF for ; Tue, 9 May 2017 21:43:30 +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 2040734164B for ; Tue, 9 May 2017 21:43:29 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 714FB7450 for ; Tue, 9 May 2017 21:43:27 +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: <1494366173.9bcdcdf1ce2adcbcdd2fe87b1edfd0c162dc19e6.zmedico@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: dev-libs/libixion/ X-VCS-Repository: repo/gentoo X-VCS-Files: dev-libs/libixion/libixion-0.11.1.ebuild dev-libs/libixion/libixion-0.12.2.ebuild dev-libs/libixion/libixion-9999.ebuild X-VCS-Directories: dev-libs/libixion/ X-VCS-Committer: zmedico X-VCS-Committer-Name: Zac Medico X-VCS-Revision: 9bcdcdf1ce2adcbcdd2fe87b1edfd0c162dc19e6 X-VCS-Branch: master Date: Tue, 9 May 2017 21:43:27 +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: e9d82592-cdfe-46d9-a7ff-684196397811 X-Archives-Hash: 6958e78c6ce2742acb17647a231b59c0 commit: 9bcdcdf1ce2adcbcdd2fe87b1edfd0c162dc19e6 Author: Zac Medico gentoo org> AuthorDate: Tue May 9 21:42:53 2017 +0000 Commit: Zac Medico gentoo org> CommitDate: Tue May 9 21:42:53 2017 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=9bcdcdf1 dev-libs/libixion: Add python3.6 to PYTHON_COMPAT Package-Manager: Portage-2.3.5, Repoman-2.3.2 dev-libs/libixion/libixion-0.11.1.ebuild | 4 ++-- dev-libs/libixion/libixion-0.12.2.ebuild | 2 +- dev-libs/libixion/libixion-9999.ebuild | 4 ++-- 3 files changed, 5 insertions(+), 5 deletions(-) diff --git a/dev-libs/libixion/libixion-0.11.1.ebuild b/dev-libs/libixion/libixion-0.11.1.ebuild index 9159ffb2022..7ad53ecd7a7 100644 --- a/dev-libs/libixion/libixion-0.11.1.ebuild +++ b/dev-libs/libixion/libixion-0.11.1.ebuild @@ -1,11 +1,11 @@ -# Copyright 1999-2016 Gentoo Foundation +# Copyright 1999-2017 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 EAPI=6 EGIT_REPO_URI="https://gitlab.com/ixion/ixion.git" -PYTHON_COMPAT=( python{3_4,3_5} ) +PYTHON_COMPAT=( python{3_4,3_5,3_6} ) [[ ${PV} == 9999 ]] && GITECLASS="git-r3 autotools" inherit eutils python-single-r1 ${GITECLASS} diff --git a/dev-libs/libixion/libixion-0.12.2.ebuild b/dev-libs/libixion/libixion-0.12.2.ebuild index e6b900a74f5..2bf21c0a0dd 100644 --- a/dev-libs/libixion/libixion-0.12.2.ebuild +++ b/dev-libs/libixion/libixion-0.12.2.ebuild @@ -5,7 +5,7 @@ EAPI=6 EGIT_REPO_URI="https://gitlab.com/ixion/ixion.git" -PYTHON_COMPAT=( python3_{4,5} ) +PYTHON_COMPAT=( python{3_4,3_5,3_6} ) [[ ${PV} == 9999 ]] && GITECLASS="git-r3 autotools" inherit eutils python-single-r1 ${GITECLASS} diff --git a/dev-libs/libixion/libixion-9999.ebuild b/dev-libs/libixion/libixion-9999.ebuild index 0170c1e11f8..65a86fc5b02 100644 --- a/dev-libs/libixion/libixion-9999.ebuild +++ b/dev-libs/libixion/libixion-9999.ebuild @@ -1,11 +1,11 @@ -# Copyright 1999-2016 Gentoo Foundation +# Copyright 1999-2017 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 EAPI=6 EGIT_REPO_URI="https://gitlab.com/ixion/ixion.git" -PYTHON_COMPAT=( python3_{4,5} ) +PYTHON_COMPAT=( python{3_4,3_5,3_6} ) [[ ${PV} == 9999 ]] && GITECLASS="git-r3 autotools" inherit eutils python-single-r1 ${GITECLASS}