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 53220139695 for ; Mon, 24 Apr 2017 09:31:30 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 32D4BE0CCD; Mon, 24 Apr 2017 09:31:29 +0000 (UTC) Received: from smtp.gentoo.org (smtp.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 0D5C5E0CCD for ; Mon, 24 Apr 2017 09:31:28 +0000 (UTC) Received: from oystercatcher.gentoo.org (unknown [IPv6:2a01:4f8:202:4333:225:90ff:fed9:fc84]) (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 B3FB334162D for ; Mon, 24 Apr 2017 09:31:27 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id BC61F7438 for ; Mon, 24 Apr 2017 09:31:25 +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: <1493026256.7672b0ff531b7f3f87530a2cd6eebcfed72e7d35.pacho@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: app-text/nfoview/ X-VCS-Repository: repo/gentoo X-VCS-Files: app-text/nfoview/nfoview-1.15.1.ebuild app-text/nfoview/nfoview-9999.ebuild X-VCS-Directories: app-text/nfoview/ X-VCS-Committer: pacho X-VCS-Committer-Name: Pacho Ramos X-VCS-Revision: 7672b0ff531b7f3f87530a2cd6eebcfed72e7d35 X-VCS-Branch: master Date: Mon, 24 Apr 2017 09:31:25 +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: 1fcb705d-a023-412e-9938-b3742e67cebb X-Archives-Hash: 3b6e9804e6eba941d5af65dc37396f3a commit: 7672b0ff531b7f3f87530a2cd6eebcfed72e7d35 Author: Pacho Ramos gentoo org> AuthorDate: Mon Apr 24 08:38:31 2017 +0000 Commit: Pacho Ramos gentoo org> CommitDate: Mon Apr 24 09:30:56 2017 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=7672b0ff app-text/nfoview: Support newer python Package-Manager: Portage-2.3.5, Repoman-2.3.2 app-text/nfoview/nfoview-1.15.1.ebuild | 4 ++-- app-text/nfoview/nfoview-9999.ebuild | 4 ++-- 2 files changed, 4 insertions(+), 4 deletions(-) diff --git a/app-text/nfoview/nfoview-1.15.1.ebuild b/app-text/nfoview/nfoview-1.15.1.ebuild index 27c36f03e6d..e96a9fe27f5 100644 --- a/app-text/nfoview/nfoview-1.15.1.ebuild +++ b/app-text/nfoview/nfoview-1.15.1.ebuild @@ -1,9 +1,9 @@ -# Copyright 1999-2015 Gentoo Foundation +# Copyright 1999-2017 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 EAPI="5" -PYTHON_COMPAT=( python3_4 ) +PYTHON_COMPAT=( python3_{4,5,6} ) inherit distutils-r1 fdo-mime gnome2-utils if [[ ${PV} == "9999" ]] ; then diff --git a/app-text/nfoview/nfoview-9999.ebuild b/app-text/nfoview/nfoview-9999.ebuild index 2799221477f..58b524bbcff 100644 --- a/app-text/nfoview/nfoview-9999.ebuild +++ b/app-text/nfoview/nfoview-9999.ebuild @@ -1,9 +1,9 @@ -# Copyright 1999-2015 Gentoo Foundation +# Copyright 1999-2017 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 EAPI="5" -PYTHON_COMPAT=( python3_4 ) +PYTHON_COMPAT=( python3_{4,5,6} ) inherit distutils-r1 fdo-mime gnome2-utils if [[ ${PV} == "9999" ]] ; then