Gentoo Archives: gentoo-commits

From: Pacho Ramos <pacho@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] repo/gentoo:master commit in: app-text/landslide/
Date: Sat, 08 Oct 2016 13:56:06
Message-Id: 1475934169.09f42dc6321e7f7dbef30005821eb6bd12412dc9.pacho@gentoo
1 commit: 09f42dc6321e7f7dbef30005821eb6bd12412dc9
2 Author: Pacho Ramos <pacho <AT> gentoo <DOT> org>
3 AuthorDate: Sat Oct 8 13:42:49 2016 +0000
4 Commit: Pacho Ramos <pacho <AT> gentoo <DOT> org>
5 CommitDate: Sat Oct 8 13:42:49 2016 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=09f42dc6
7
8 app-text/landslide: Support python 3.5
9
10 Package-Manager: portage-2.3.1
11
12 app-text/landslide/landslide-1.1.3.ebuild | 4 ++--
13 1 file changed, 2 insertions(+), 2 deletions(-)
14
15 diff --git a/app-text/landslide/landslide-1.1.3.ebuild b/app-text/landslide/landslide-1.1.3.ebuild
16 index a7a36c5..548c212 100644
17 --- a/app-text/landslide/landslide-1.1.3.ebuild
18 +++ b/app-text/landslide/landslide-1.1.3.ebuild
19 @@ -1,10 +1,10 @@
20 -# Copyright 1999-2015 Gentoo Foundation
21 +# Copyright 1999-2016 Gentoo Foundation
22 # Distributed under the terms of the GNU General Public License v2
23 # $Id$
24
25 EAPI=5
26
27 -PYTHON_COMPAT=( python2_7 python3_{3,4} )
28 +PYTHON_COMPAT=( python2_7 python3_{3,4,5} )
29
30 inherit distutils-r1 vcs-snapshot