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 CA48D139694 for ; Fri, 21 Apr 2017 17:36:30 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 161F0E0C47; Fri, 21 Apr 2017 17:36:29 +0000 (UTC) Received: from smtp.gentoo.org (dev.gentoo.org [IPv6:2001:470:ea4a:1:5054:ff:fec7:86e4]) (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 EA976E0C47 for ; Fri, 21 Apr 2017 17:36:28 +0000 (UTC) Received: from oystercatcher.gentoo.org (oystercatcher.gentoo.org [148.251.78.52]) (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 A8AA7340988 for ; Fri, 21 Apr 2017 17:36:27 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 0DB24743B for ; Fri, 21 Apr 2017 17:36:26 +0000 (UTC) From: "Pacho Ramos" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Pacho Ramos" Message-ID: <1492796172.ba2de7dab3dee7419cfe6209020f1b55d4f01756.pacho@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: app-emacs/pymacs/ X-VCS-Repository: repo/gentoo X-VCS-Files: app-emacs/pymacs/pymacs-0.25-r2.ebuild X-VCS-Directories: app-emacs/pymacs/ X-VCS-Committer: pacho X-VCS-Committer-Name: Pacho Ramos X-VCS-Revision: ba2de7dab3dee7419cfe6209020f1b55d4f01756 X-VCS-Branch: master Date: Fri, 21 Apr 2017 17:36:26 +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: 2280965b-5840-44f9-8e9b-45d58b084234 X-Archives-Hash: 304379b1c4260b4ca35a0407438532e6 commit: ba2de7dab3dee7419cfe6209020f1b55d4f01756 Author: Pacho Ramos gentoo org> AuthorDate: Fri Apr 21 16:47:50 2017 +0000 Commit: Pacho Ramos gentoo org> CommitDate: Fri Apr 21 17:36:12 2017 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=ba2de7da app-emacs/pymacs: Support newer python Package-Manager: Portage-2.3.5, Repoman-2.3.2 app-emacs/pymacs/pymacs-0.25-r2.ebuild | 8 +++++--- 1 file changed, 5 insertions(+), 3 deletions(-) diff --git a/app-emacs/pymacs/pymacs-0.25-r2.ebuild b/app-emacs/pymacs/pymacs-0.25-r2.ebuild index b9eb60f4916..447e72f1819 100644 --- a/app-emacs/pymacs/pymacs-0.25-r2.ebuild +++ b/app-emacs/pymacs/pymacs-0.25-r2.ebuild @@ -2,7 +2,7 @@ # Distributed under the terms of the GNU General Public License v2 EAPI=5 -PYTHON_COMPAT=( python{2_7,3_4} ) +PYTHON_COMPAT=( python{2_7,3_4,3_5,3_6} ) inherit elisp distutils-r1 vcs-snapshot @@ -15,8 +15,10 @@ SLOT="0" KEYWORDS="~amd64 ~arm ~hppa ~ia64 ~ppc ~ppc64 ~s390 ~sh ~x86 ~x86-fbsd ~amd64-linux ~x86-linux ~ppc-macos ~x86-macos" IUSE="doc" -DEPEND="doc? ( >=dev-python/docutils-0.7 - virtual/latex-base )" +DEPEND="doc? ( + >=dev-python/docutils-0.7 + virtual/latex-base ) +" RDEPEND="" DISTUTILS_IN_SOURCE_BUILD=1