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 E2A7658974 for ; Wed, 3 Feb 2016 05:10:53 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id C407021C02B; Wed, 3 Feb 2016 05:10:51 +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 1DDFDE084D for ; Wed, 3 Feb 2016 05:10:51 +0000 (UTC) Received: from oystercatcher.gentoo.org (oystercatcher.gentoo.org [148.251.78.52]) (using TLSv1.2 with cipher AECDH-AES256-SHA (256/256 bits)) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id E4811340E1F for ; Wed, 3 Feb 2016 05:10:49 +0000 (UTC) Received: from localhost.localdomain (localhost [127.0.0.1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 7B0058F2 for ; Wed, 3 Feb 2016 05:10:48 +0000 (UTC) From: "Ian Delaney" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Ian Delaney" Message-ID: <1454433361.e7d06f37077bf1dc7b27f204095e742cdbac93a7.idella4@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: x11-misc/compton/ X-VCS-Repository: repo/gentoo X-VCS-Files: x11-misc/compton/compton-0.1_beta2.ebuild x11-misc/compton/compton-9999.ebuild X-VCS-Directories: x11-misc/compton/ X-VCS-Committer: idella4 X-VCS-Committer-Name: Ian Delaney X-VCS-Revision: e7d06f37077bf1dc7b27f204095e742cdbac93a7 X-VCS-Branch: master Date: Wed, 3 Feb 2016 05:10:48 +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: 261dc722-6f7f-46fb-b874-5c8cdff1a943 X-Archives-Hash: ec6ca1338bf47384dc7b4d8d4e9d7984 commit: e7d06f37077bf1dc7b27f204095e742cdbac93a7 Author: Holger Hoffstätte googlemail com> AuthorDate: Tue Feb 2 17:16:01 2016 +0000 Commit: Ian Delaney gentoo org> CommitDate: Tue Feb 2 17:16:01 2016 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=e7d06f37 x11-misc/compton: add support for python 3.5 x11-misc/compton/compton-0.1_beta2.ebuild | 2 +- x11-misc/compton/compton-9999.ebuild | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/x11-misc/compton/compton-0.1_beta2.ebuild b/x11-misc/compton/compton-0.1_beta2.ebuild index 791b4d3..7f6f121 100644 --- a/x11-misc/compton/compton-0.1_beta2.ebuild +++ b/x11-misc/compton/compton-0.1_beta2.ebuild @@ -4,7 +4,7 @@ EAPI=5 -PYTHON_COMPAT=( python3_3 python3_4 ) +PYTHON_COMPAT=( python3_{3,4,5} ) inherit toolchain-funcs python-r1 DESCRIPTION="A compositor for X, and a fork of xcompmgr-dana" diff --git a/x11-misc/compton/compton-9999.ebuild b/x11-misc/compton/compton-9999.ebuild index 5ba784a..e795fd9 100644 --- a/x11-misc/compton/compton-9999.ebuild +++ b/x11-misc/compton/compton-9999.ebuild @@ -4,7 +4,7 @@ EAPI=5 -PYTHON_COMPAT=( python3_3 python3_4 ) +PYTHON_COMPAT=( python3_{3,4,5} ) inherit toolchain-funcs python-r1 git-2 DESCRIPTION="A compositor for X, and a fork of xcompmgr-dana"