summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorPacho Ramos <pacho@gentoo.org>2017-04-21 18:47:50 +0200
committerPacho Ramos <pacho@gentoo.org>2017-04-21 19:36:12 +0200
commitba2de7dab3dee7419cfe6209020f1b55d4f01756 (patch)
tree9364d685d0bf3219c2203aa3160d55dae79c680a /app-emacs
parentapp-doc/cppman: Drop old (diff)
downloadgentoo-ba2de7dab3dee7419cfe6209020f1b55d4f01756.tar.gz
gentoo-ba2de7dab3dee7419cfe6209020f1b55d4f01756.tar.bz2
gentoo-ba2de7dab3dee7419cfe6209020f1b55d4f01756.zip
app-emacs/pymacs: Support newer python
Package-Manager: Portage-2.3.5, Repoman-2.3.2
Diffstat (limited to 'app-emacs')
-rw-r--r--app-emacs/pymacs/pymacs-0.25-r2.ebuild8
1 files 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 b9eb60f4916a..447e72f18199 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