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 3C170138334 for ; Wed, 4 Dec 2019 20:17:35 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id DD7D0E084A; Wed, 4 Dec 2019 20:17:33 +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 C473BE084A for ; Wed, 4 Dec 2019 20:17:33 +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 E3F3634D7C0 for ; Wed, 4 Dec 2019 20:17:32 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 095FA8D2 for ; Wed, 4 Dec 2019 20:17:29 +0000 (UTC) From: "Matt Turner" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Matt Turner" Message-ID: <1575490638.4f0707d24efca15cc5ca17cad0d0abd035cec253.mattst88@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: media-video/totem/ X-VCS-Repository: repo/gentoo X-VCS-Files: media-video/totem/totem-3.32.1-r1.ebuild X-VCS-Directories: media-video/totem/ X-VCS-Committer: mattst88 X-VCS-Committer-Name: Matt Turner X-VCS-Revision: 4f0707d24efca15cc5ca17cad0d0abd035cec253 X-VCS-Branch: master Date: Wed, 4 Dec 2019 20:17:29 +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: 7ddf2fe7-de26-464f-9896-e84a85a235db X-Archives-Hash: fcf84929188c6b4acb7c006a051ab06b commit: 4f0707d24efca15cc5ca17cad0d0abd035cec253 Author: Joonas Niilola gmail com> AuthorDate: Thu Jun 27 14:23:23 2019 +0000 Commit: Matt Turner gentoo org> CommitDate: Wed Dec 4 20:17:18 2019 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=4f0707d2 media-video/totem: enable python3.{7,8} Signed-off-by: Joonas Niilola gmail.com> Signed-off-by: Matt Turner gentoo.org> media-video/totem/totem-3.32.1-r1.ebuild | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/media-video/totem/totem-3.32.1-r1.ebuild b/media-video/totem/totem-3.32.1-r1.ebuild index 492a875756b..18ac7eb98e9 100644 --- a/media-video/totem/totem-3.32.1-r1.ebuild +++ b/media-video/totem/totem-3.32.1-r1.ebuild @@ -2,8 +2,8 @@ # Distributed under the terms of the GNU General Public License v2 EAPI=7 -PYTHON_COMPAT=( python{3_5,3_6} ) -PYTHON_REQ_USE="threads" +PYTHON_COMPAT=( python3_{5,6,7,8} ) +PYTHON_REQ_USE="threads(+)" inherit gnome.org gnome2-utils meson virtualx xdg python-single-r1