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 850611388BF for ; Sat, 20 Feb 2016 02:30:09 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id DA44D21C044; Sat, 20 Feb 2016 02:30:07 +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 56FAE21C044 for ; Sat, 20 Feb 2016 02:30:07 +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 346BE340DD1 for ; Sat, 20 Feb 2016 02:30:06 +0000 (UTC) Received: from localhost.localdomain (localhost [127.0.0.1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id D0F0E1607 for ; Sat, 20 Feb 2016 02:30:04 +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: <1455909477.6cc51064d37531ad8a0d24324ad7e716a77bb80b.idella4@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: app-text/sigil/ X-VCS-Repository: repo/gentoo X-VCS-Files: app-text/sigil/sigil-0.9.3.ebuild X-VCS-Directories: app-text/sigil/ X-VCS-Committer: idella4 X-VCS-Committer-Name: Ian Delaney X-VCS-Revision: 6cc51064d37531ad8a0d24324ad7e716a77bb80b X-VCS-Branch: master Date: Sat, 20 Feb 2016 02:30:04 +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: 5dc30fa0-cb7d-4040-964a-51ab6a24d887 X-Archives-Hash: 80ee03607f038a9cf7e60c2ed5ece3ff commit: 6cc51064d37531ad8a0d24324ad7e716a77bb80b Author: Matthew Brewer sina cn> AuthorDate: Fri Feb 19 19:04:47 2016 +0000 Commit: Ian Delaney gentoo org> CommitDate: Fri Feb 19 19:17:57 2016 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=6cc51064 app-text/sigil: enable 0.9.3 to support Python 3.5 Package-Manager: portage-2.2.26 RepoMan-Options: --ignore-arches app-text/sigil/sigil-0.9.3.ebuild | 5 ++--- 1 file changed, 2 insertions(+), 3 deletions(-) diff --git a/app-text/sigil/sigil-0.9.3.ebuild b/app-text/sigil/sigil-0.9.3.ebuild index 98abaad..bc82d76 100644 --- a/app-text/sigil/sigil-0.9.3.ebuild +++ b/app-text/sigil/sigil-0.9.3.ebuild @@ -1,12 +1,11 @@ -# Copyright 1999-2015 Gentoo Foundation +# Copyright 1999-2016 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 # $Id$ EAPI=5 CMAKE_MIN_VERSION="3.0" -# Sigil supports Python 3.5 already. Include it when our deps support it. -PYTHON_COMPAT=( python3_4 ) +PYTHON_COMPAT=( python3_4 python3_5 ) inherit eutils cmake-utils python-single-r1