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 E7FC8138350 for ; Thu, 16 Jan 2020 06:05:34 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id E60A5E08FE; Thu, 16 Jan 2020 06:05:23 +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 4D334E08FA for ; Thu, 16 Jan 2020 06:05:23 +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 EBEAD34E10B for ; Thu, 16 Jan 2020 06:05:21 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id B01F4C4 for ; Thu, 16 Jan 2020 06:05:17 +0000 (UTC) From: "Michał Górny" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Michał Górny" Message-ID: <1579154701.72e67773befe4e526de938f9f9b2542c776c98f3.mgorny@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: www-apps/novnc/ X-VCS-Repository: repo/gentoo X-VCS-Files: www-apps/novnc/novnc-0.6.2-r1.ebuild www-apps/novnc/novnc-0.6.2.ebuild www-apps/novnc/novnc-1.0.0.ebuild www-apps/novnc/novnc-9999.ebuild X-VCS-Directories: www-apps/novnc/ X-VCS-Committer: mgorny X-VCS-Committer-Name: Michał Górny X-VCS-Revision: 72e67773befe4e526de938f9f9b2542c776c98f3 X-VCS-Branch: master Date: Thu, 16 Jan 2020 06:05:17 +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-Auto-Response-Suppress: DR, RN, NRN, OOF, AutoReply X-Archives-Salt: 9fa40b39-2a73-4795-b7a4-f351185eb80b X-Archives-Hash: 3a5ec472e830f1ff5fe26eec12f82852 commit: 72e67773befe4e526de938f9f9b2542c776c98f3 Author: Michał Górny gentoo org> AuthorDate: Thu Jan 16 05:47:17 2020 +0000 Commit: Michał Górny gentoo org> CommitDate: Thu Jan 16 06:05:01 2020 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=72e67773 www-apps/novnc: Remove Python 2 Signed-off-by: Michał Górny gentoo.org> www-apps/novnc/novnc-0.6.2-r1.ebuild | 2 +- www-apps/novnc/novnc-0.6.2.ebuild | 2 +- www-apps/novnc/novnc-1.0.0.ebuild | 2 +- www-apps/novnc/novnc-9999.ebuild | 2 +- 4 files changed, 4 insertions(+), 4 deletions(-) diff --git a/www-apps/novnc/novnc-0.6.2-r1.ebuild b/www-apps/novnc/novnc-0.6.2-r1.ebuild index 490c9a54492..f06cf37a8b6 100644 --- a/www-apps/novnc/novnc-0.6.2-r1.ebuild +++ b/www-apps/novnc/novnc-0.6.2-r1.ebuild @@ -3,7 +3,7 @@ EAPI=6 -PYTHON_COMPAT=( python2_7 python3_6 ) +PYTHON_COMPAT=( python3_6 ) inherit distutils-r1 diff --git a/www-apps/novnc/novnc-0.6.2.ebuild b/www-apps/novnc/novnc-0.6.2.ebuild index 4492a06893d..cf46ba67c5d 100644 --- a/www-apps/novnc/novnc-0.6.2.ebuild +++ b/www-apps/novnc/novnc-0.6.2.ebuild @@ -3,7 +3,7 @@ EAPI=6 -PYTHON_COMPAT=( python2_7 python3_6 ) +PYTHON_COMPAT=( python3_6 ) inherit distutils-r1 diff --git a/www-apps/novnc/novnc-1.0.0.ebuild b/www-apps/novnc/novnc-1.0.0.ebuild index 79da613d152..ea2c927ce4c 100644 --- a/www-apps/novnc/novnc-1.0.0.ebuild +++ b/www-apps/novnc/novnc-1.0.0.ebuild @@ -3,7 +3,7 @@ EAPI=6 -PYTHON_COMPAT=( python2_7 python3_6 ) +PYTHON_COMPAT=( python3_6 ) inherit distutils-r1 diff --git a/www-apps/novnc/novnc-9999.ebuild b/www-apps/novnc/novnc-9999.ebuild index 05e26ffb948..cf6e775ac58 100644 --- a/www-apps/novnc/novnc-9999.ebuild +++ b/www-apps/novnc/novnc-9999.ebuild @@ -3,7 +3,7 @@ EAPI=6 -PYTHON_COMPAT=( python2_7 python3_6 ) +PYTHON_COMPAT=( python3_6 ) inherit distutils-r1