From 09f42dc6321e7f7dbef30005821eb6bd12412dc9 Mon Sep 17 00:00:00 2001 From: Pacho Ramos Date: Sat, 8 Oct 2016 15:42:49 +0200 Subject: [PATCH] app-text/landslide: Support python 3.5 Package-Manager: portage-2.3.1 --- app-text/landslide/landslide-1.1.3.ebuild | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/app-text/landslide/landslide-1.1.3.ebuild b/app-text/landslide/landslide-1.1.3.ebuild index a7a36c52f420..548c212168d0 100644 --- a/app-text/landslide/landslide-1.1.3.ebuild +++ b/app-text/landslide/landslide-1.1.3.ebuild @@ -1,10 +1,10 @@ -# Copyright 1999-2015 Gentoo Foundation +# Copyright 1999-2016 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 # $Id$ EAPI=5 -PYTHON_COMPAT=( python2_7 python3_{3,4} ) +PYTHON_COMPAT=( python2_7 python3_{3,4,5} ) inherit distutils-r1 vcs-snapshot -- 2.26.2