From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from lists.gentoo.org (pigeon.gentoo.org [208.92.234.80]) by finch.gentoo.org (Postfix) with ESMTP id 069D058973 for ; Sun, 17 Jan 2016 03:34:47 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id CE1D2E087A; Sun, 17 Jan 2016 03:34:44 +0000 (UTC) Received: from smtp.gentoo.org (smtp.gentoo.org [140.211.166.183]) (using TLSv1.2 with cipher AECDH-AES256-SHA (256/256 bits)) (No client certificate requested) by pigeon.gentoo.org (Postfix) with ESMTPS id EE80A21C023 for ; Sun, 17 Jan 2016 03:34:43 +0000 (UTC) Received: from oystercatcher.gentoo.org (unknown [IPv6:2a01:4f8:202:4333:225:90ff:fed9:fc84]) (using TLSv1.2 with cipher AECDH-AES256-SHA (256/256 bits)) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id 9726834089F for ; Sun, 17 Jan 2016 03:34:42 +0000 (UTC) Received: from localhost.localdomain (localhost [127.0.0.1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 61B5ECFB for ; Sun, 17 Jan 2016 03:34:39 +0000 (UTC) From: "Tim Harder" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Tim Harder" Message-ID: <1453001661.8b39c403cc329d9699c8d5ee9326f7df43afdd01.radhermit@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: dev-python/xcffib/ X-VCS-Repository: repo/gentoo X-VCS-Files: dev-python/xcffib/xcffib-0.4.0.ebuild X-VCS-Directories: dev-python/xcffib/ X-VCS-Committer: radhermit X-VCS-Committer-Name: Tim Harder X-VCS-Revision: 8b39c403cc329d9699c8d5ee9326f7df43afdd01 X-VCS-Branch: master Date: Sun, 17 Jan 2016 03:34:39 +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: ce1263a8-db80-49ab-8415-319f17233175 X-Archives-Hash: 2e816f44835ead794534f44f77ce0b0d commit: 8b39c403cc329d9699c8d5ee9326f7df43afdd01 Author: Tim Harder gentoo org> AuthorDate: Sun Jan 17 03:27:28 2016 +0000 Commit: Tim Harder gentoo org> CommitDate: Sun Jan 17 03:34:21 2016 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=8b39c403 dev-python/xcffib: add py3.5 support dev-python/xcffib/xcffib-0.4.0.ebuild | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/dev-python/xcffib/xcffib-0.4.0.ebuild b/dev-python/xcffib/xcffib-0.4.0.ebuild index c75e96b..1d0f111 100644 --- a/dev-python/xcffib/xcffib-0.4.0.ebuild +++ b/dev-python/xcffib/xcffib-0.4.0.ebuild @@ -1,10 +1,10 @@ -# Copyright 1999-2015 Gentoo Foundation +# Copyright 1999-2016 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 # $Id$ EAPI="5" -PYTHON_COMPAT=( python2_7 python3_{3,4} pypy ) +PYTHON_COMPAT=( python2_7 python3_{3,4,5} pypy ) inherit distutils-r1