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 64B5F138331 for ; Sat, 8 Oct 2016 13:56:06 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id A3497E0C0B; Sat, 8 Oct 2016 13:56:05 +0000 (UTC) Received: from smtp.gentoo.org (smtp.gentoo.org [140.211.166.183]) (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 882B1E0B85 for ; Sat, 8 Oct 2016 13:56:05 +0000 (UTC) Received: from oystercatcher.gentoo.org (oystercatcher.gentoo.org [148.251.78.52]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id C597D3414F9 for ; Sat, 8 Oct 2016 13:56:03 +0000 (UTC) Received: from localhost.localdomain (localhost [127.0.0.1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 230BF24A5 for ; Sat, 8 Oct 2016 13:56:02 +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: <1475934169.09f42dc6321e7f7dbef30005821eb6bd12412dc9.pacho@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: app-text/landslide/ X-VCS-Repository: repo/gentoo X-VCS-Files: app-text/landslide/landslide-1.1.3.ebuild X-VCS-Directories: app-text/landslide/ X-VCS-Committer: pacho X-VCS-Committer-Name: Pacho Ramos X-VCS-Revision: 09f42dc6321e7f7dbef30005821eb6bd12412dc9 X-VCS-Branch: master Date: Sat, 8 Oct 2016 13:56:02 +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: e62539d3-0cc0-4fb5-b20d-8ea49cd460cb X-Archives-Hash: 65b943f8fc7b089dbcc8de19f7cf3bc5 commit: 09f42dc6321e7f7dbef30005821eb6bd12412dc9 Author: Pacho Ramos gentoo org> AuthorDate: Sat Oct 8 13:42:49 2016 +0000 Commit: Pacho Ramos gentoo org> CommitDate: Sat Oct 8 13:42:49 2016 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=09f42dc6 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 a7a36c5..548c212 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