From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: <gentoo-commits+bounces-1053814-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 0DEE4138334 for <garchives@archives.gentoo.org>; Tue, 23 Oct 2018 08:48:00 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id DA515E0880; Tue, 23 Oct 2018 08:47:57 +0000 (UTC) Received: from smtp.gentoo.org (smtp.gentoo.org [140.211.166.183]) (using TLSv1.2 with cipher ECDHE-RSA-AES128-GCM-SHA256 (128/128 bits)) (No client certificate requested) by pigeon.gentoo.org (Postfix) with ESMTPS id B479BE0880 for <gentoo-commits@lists.gentoo.org>; Tue, 23 Oct 2018 08:47:57 +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 044D8335CD5 for <gentoo-commits@lists.gentoo.org>; Tue, 23 Oct 2018 08:47:55 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 412B443B for <gentoo-commits@lists.gentoo.org>; Tue, 23 Oct 2018 08:47:53 +0000 (UTC) From: "Louis Sautier" <sbraz@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, "Louis Sautier" <sbraz@gentoo.org> Message-ID: <1540284453.7f56dd7e204a30f03f23448d6f3696d4204fcf2e.sbraz@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: www-apps/klaus/ X-VCS-Repository: repo/gentoo X-VCS-Files: www-apps/klaus/klaus-1.3.0.ebuild X-VCS-Directories: www-apps/klaus/ X-VCS-Committer: sbraz X-VCS-Committer-Name: Louis Sautier X-VCS-Revision: 7f56dd7e204a30f03f23448d6f3696d4204fcf2e X-VCS-Branch: master Date: Tue, 23 Oct 2018 08:47:53 +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: f6f0dd48-d9b9-48ba-b91e-39679c0e4f42 X-Archives-Hash: c486c575ec9bb43a3a873ab35aa3e04c commit: 7f56dd7e204a30f03f23448d6f3696d4204fcf2e Author: Louis Sautier <sbraz <AT> gentoo <DOT> org> AuthorDate: Tue Oct 23 08:46:47 2018 +0000 Commit: Louis Sautier <sbraz <AT> gentoo <DOT> org> CommitDate: Tue Oct 23 08:47:33 2018 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=7f56dd7e www-apps/klaus: add Python 3.7 support Signed-off-by: Louis Sautier <sbraz <AT> gentoo.org> Package-Manager: Portage-2.3.51, Repoman-2.3.11 www-apps/klaus/klaus-1.3.0.ebuild | 8 +++----- 1 file changed, 3 insertions(+), 5 deletions(-) diff --git a/www-apps/klaus/klaus-1.3.0.ebuild b/www-apps/klaus/klaus-1.3.0.ebuild index 564444a7884..97d0bc760ba 100644 --- a/www-apps/klaus/klaus-1.3.0.ebuild +++ b/www-apps/klaus/klaus-1.3.0.ebuild @@ -1,9 +1,9 @@ -# Copyright 1999-2018 Gentoo Foundation +# Copyright 1999-2018 Gentoo Authors # Distributed under the terms of the GNU General Public License v2 EAPI=7 -PYTHON_COMPAT=( python{2_7,3_4,3_5,3_6} ) +PYTHON_COMPAT=( python{2_7,3_{4,5,6,7}} ) inherit distutils-r1 @@ -23,9 +23,7 @@ RDEPEND=" dev-python/humanize[${PYTHON_USEDEP}] dev-python/pygments[${PYTHON_USEDEP}] dev-python/six[${PYTHON_USEDEP}] - ctags? ( - dev-python/python-ctags[${PYTHON_USEDEP}] - ) + ctags? ( dev-python/python-ctags[${PYTHON_USEDEP}] ) " DEPEND="dev-python/setuptools[${PYTHON_USEDEP}]"