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 7D8EF138350 for ; Sun, 19 Apr 2020 02:35:57 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 37706E0B09; Sun, 19 Apr 2020 02:35:54 +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 1D6B0E0B09 for ; Sun, 19 Apr 2020 02:35:54 +0000 (UTC) Received: from oystercatcher.gentoo.org (oystercatcher.gentoo.org [148.251.78.52]) (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 A559234F071 for ; Sun, 19 Apr 2020 02:35:52 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id E19551F0 for ; Sun, 19 Apr 2020 02:35:49 +0000 (UTC) From: "Craig Andrews" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Craig Andrews" Message-ID: <1587263740.2baa3abd4bca3b14d3c3d3cde1999b5a5172b89a.candrews@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: media-video/handbrake/ X-VCS-Repository: repo/gentoo X-VCS-Files: media-video/handbrake/handbrake-1.3.0-r2.ebuild media-video/handbrake/handbrake-9999.ebuild X-VCS-Directories: media-video/handbrake/ X-VCS-Committer: candrews X-VCS-Committer-Name: Craig Andrews X-VCS-Revision: 2baa3abd4bca3b14d3c3d3cde1999b5a5172b89a X-VCS-Branch: master Date: Sun, 19 Apr 2020 02:35:49 +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: 92e1753d-6210-430c-a686-3cddff197c62 X-Archives-Hash: a2f068101487fd569d3f7d9c75c338cd commit: 2baa3abd4bca3b14d3c3d3cde1999b5a5172b89a Author: neeshy tfwno gf> AuthorDate: Wed Mar 25 19:36:51 2020 +0000 Commit: Craig Andrews gentoo org> CommitDate: Sun Apr 19 02:35:40 2020 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=2baa3abd media-video/handbrake: add python3_8 target Signed-off-by: Nima Sadeghi tfwno.gf> Signed-off-by: Craig Andrews gentoo.org> media-video/handbrake/handbrake-1.3.0-r2.ebuild | 2 +- media-video/handbrake/handbrake-9999.ebuild | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/media-video/handbrake/handbrake-1.3.0-r2.ebuild b/media-video/handbrake/handbrake-1.3.0-r2.ebuild index 6c8e01b4f37..2f99c1e31eb 100644 --- a/media-video/handbrake/handbrake-1.3.0-r2.ebuild +++ b/media-video/handbrake/handbrake-1.3.0-r2.ebuild @@ -3,7 +3,7 @@ EAPI=7 -PYTHON_COMPAT=( python3_{6,7} ) +PYTHON_COMPAT=( python3_{6,7,8} ) inherit autotools eutils gnome2-utils python-any-r1 xdg-utils diff --git a/media-video/handbrake/handbrake-9999.ebuild b/media-video/handbrake/handbrake-9999.ebuild index 753a5a36156..c1345ae1ac6 100644 --- a/media-video/handbrake/handbrake-9999.ebuild +++ b/media-video/handbrake/handbrake-9999.ebuild @@ -3,7 +3,7 @@ EAPI=7 -PYTHON_COMPAT=( python3_{6,7} ) +PYTHON_COMPAT=( python3_{6,7,8} ) inherit autotools eutils gnome2-utils python-any-r1 xdg-utils