From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: <gentoo-commits+bounces-945197-garchives=archives.gentoo.org@lists.gentoo.org> 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 ED101139696 for <garchives@archives.gentoo.org>; Fri, 21 Apr 2017 17:36:30 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 0F100E0C3A; Fri, 21 Apr 2017 17:36:29 +0000 (UTC) Received: from smtp.gentoo.org (woodpecker.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 E4773E0C3A for <gentoo-commits@lists.gentoo.org>; Fri, 21 Apr 2017 17:36: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 7439533BF43 for <gentoo-commits@lists.gentoo.org>; Fri, 21 Apr 2017 17:36:27 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id DB01C7427 for <gentoo-commits@lists.gentoo.org>; Fri, 21 Apr 2017 17:36:25 +0000 (UTC) From: "Pacho Ramos" <pacho@gentoo.org> 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" <pacho@gentoo.org> Message-ID: <1492796168.abb75a46087f61c7bd8b686cf47dd6f1f65b617a.pacho@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: app-doc/cppman/ X-VCS-Repository: repo/gentoo X-VCS-Files: app-doc/cppman/cppman-0.4.8.ebuild X-VCS-Directories: app-doc/cppman/ X-VCS-Committer: pacho X-VCS-Committer-Name: Pacho Ramos X-VCS-Revision: abb75a46087f61c7bd8b686cf47dd6f1f65b617a X-VCS-Branch: master Date: Fri, 21 Apr 2017 17:36:25 +0000 (UTC) Precedence: bulk List-Post: <mailto:gentoo-commits@lists.gentoo.org> List-Help: <mailto:gentoo-commits+help@lists.gentoo.org> List-Unsubscribe: <mailto:gentoo-commits+unsubscribe@lists.gentoo.org> List-Subscribe: <mailto:gentoo-commits+subscribe@lists.gentoo.org> List-Id: Gentoo Linux mail <gentoo-commits.gentoo.org> X-BeenThere: gentoo-commits@lists.gentoo.org X-Archives-Salt: c0bfdc11-09c0-4830-9865-b99a6db9d560 X-Archives-Hash: a9e67b67fd483c65f14397ad67c6a465 commit: abb75a46087f61c7bd8b686cf47dd6f1f65b617a Author: Pacho Ramos <pacho <AT> gentoo <DOT> org> AuthorDate: Fri Apr 21 16:39:20 2017 +0000 Commit: Pacho Ramos <pacho <AT> gentoo <DOT> org> CommitDate: Fri Apr 21 17:36:08 2017 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=abb75a46 app-doc/cppman: Support newer python Package-Manager: Portage-2.3.5, Repoman-2.3.2 app-doc/cppman/cppman-0.4.8.ebuild | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/app-doc/cppman/cppman-0.4.8.ebuild b/app-doc/cppman/cppman-0.4.8.ebuild index f8069c2955d..eb32dfc0a36 100644 --- a/app-doc/cppman/cppman-0.4.8.ebuild +++ b/app-doc/cppman/cppman-0.4.8.ebuild @@ -1,9 +1,9 @@ -# Copyright 1999-2016 Gentoo Foundation +# Copyright 1999-2017 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 EAPI=6 -PYTHON_COMPAT=( python3_4) +PYTHON_COMPAT=( python3_{4,5,6} ) PYTHON_REQ_USE="sqlite,threads" DISTUTILS_SINGLE_IMPL=true