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 21FB4139694 for ; Tue, 16 May 2017 23:03:51 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 0F59AE0C7C; Tue, 16 May 2017 23:03:49 +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 E0693E0C94 for ; Tue, 16 May 2017 23:03:48 +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 D063734164B for ; Tue, 16 May 2017 23:03:47 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 49A1B7449 for ; Tue, 16 May 2017 23:03:46 +0000 (UTC) From: "Manuel Rüger" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Manuel Rüger" Message-ID: <1494975762.b612aed9e67c78a4f3e1d1522771e8ae6d7b32c1.mrueg@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: app-admin/webapp-config/ X-VCS-Repository: repo/gentoo X-VCS-Files: app-admin/webapp-config/webapp-config-1.54-r2.ebuild X-VCS-Directories: app-admin/webapp-config/ X-VCS-Committer: mrueg X-VCS-Committer-Name: Manuel Rüger X-VCS-Revision: b612aed9e67c78a4f3e1d1522771e8ae6d7b32c1 X-VCS-Branch: master Date: Tue, 16 May 2017 23:03:46 +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: 6497393d-6d61-444a-bcfd-57a9d0fbf1d2 X-Archives-Hash: 8b049748d9e833cf4bb72574618fc607 commit: b612aed9e67c78a4f3e1d1522771e8ae6d7b32c1 Author: Manuel Rüger gentoo org> AuthorDate: Tue May 16 23:02:42 2017 +0000 Commit: Manuel Rüger gentoo org> CommitDate: Tue May 16 23:02:42 2017 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=b612aed9 app-admin/webapp-config: Add python3_6 Package-Manager: Portage-2.3.5, Repoman-2.3.2 app-admin/webapp-config/webapp-config-1.54-r2.ebuild | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/app-admin/webapp-config/webapp-config-1.54-r2.ebuild b/app-admin/webapp-config/webapp-config-1.54-r2.ebuild index db03dd87705..9936cfe55d7 100644 --- a/app-admin/webapp-config/webapp-config-1.54-r2.ebuild +++ b/app-admin/webapp-config/webapp-config-1.54-r2.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="5" +EAPI=5 -PYTHON_COMPAT=( python{2_7,3_4,3_5} pypy ) +PYTHON_COMPAT=( python{2_7,3_4,3_5,3_6} pypy ) inherit distutils-r1 @@ -22,8 +22,8 @@ DEPEND="app-text/xmlto RDEPEND="portage? ( sys-apps/portage[${PYTHON_USEDEP}] )" python_prepare() { - epatch "${FILESDIR}/${P}-pvr-check.patch" - epatch "${FILESDIR}/${P}-fix-bashism.patch" + epatch "${FILESDIR}/${P}-pvr-check.patch"\ + "${FILESDIR}/${P}-fix-bashism.patch" } python_compile_all() { emake -C doc/