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.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (2048 bits)) (No client certificate requested) by finch.gentoo.org (Postfix) with ESMTPS id C29E815ACFC for ; Wed, 3 May 2023 05:05:32 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id C7BACE08DB; Wed, 3 May 2023 05:05:31 +0000 (UTC) Received: from smtp.gentoo.org (woodpecker.gentoo.org [IPv6:2001:470:ea4a:1:5054:ff:fec7:86e4]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (4096 bits) server-digest SHA256) (No client certificate requested) by pigeon.gentoo.org (Postfix) with ESMTPS id AF325E08DB for ; Wed, 3 May 2023 05:05:31 +0000 (UTC) Received: from oystercatcher.gentoo.org (oystercatcher.gentoo.org [148.251.78.52]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (4096 bits) server-digest SHA256) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id 81FB6341664 for ; Wed, 3 May 2023 05:05:30 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id B605A8AC for ; Wed, 3 May 2023 05:05:28 +0000 (UTC) From: "Sam James" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Sam James" Message-ID: <1683090166.d88bf4309488ae12af58e56c4cb78934ba9d96f7.sam@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: media-sound/soundconverter/ X-VCS-Repository: repo/gentoo X-VCS-Files: media-sound/soundconverter/soundconverter-4.0.3.ebuild X-VCS-Directories: media-sound/soundconverter/ X-VCS-Committer: sam X-VCS-Committer-Name: Sam James X-VCS-Revision: d88bf4309488ae12af58e56c4cb78934ba9d96f7 X-VCS-Branch: master Date: Wed, 3 May 2023 05:05:28 +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: ae3f0760-53fd-4d20-b1a9-32de28b2cbff X-Archives-Hash: cd82d891874457666a2664709259b5fb commit: d88bf4309488ae12af58e56c4cb78934ba9d96f7 Author: Sam James gentoo org> AuthorDate: Wed May 3 05:02:15 2023 +0000 Commit: Sam James gentoo org> CommitDate: Wed May 3 05:02:46 2023 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=d88bf430 media-sound/soundconverter: enable py3.11 Closes: https://bugs.gentoo.org/891451 Closes: https://bugs.gentoo.org/897044 Signed-off-by: Sam James gentoo.org> media-sound/soundconverter/soundconverter-4.0.3.ebuild | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/media-sound/soundconverter/soundconverter-4.0.3.ebuild b/media-sound/soundconverter/soundconverter-4.0.3.ebuild index 376dcf9016f5..a7a0002b9f9a 100644 --- a/media-sound/soundconverter/soundconverter-4.0.3.ebuild +++ b/media-sound/soundconverter/soundconverter-4.0.3.ebuild @@ -5,7 +5,7 @@ EAPI=8 DISTUTILS_SINGLE_IMPL=1 DISTUTILS_USE_PEP517=setuptools -PYTHON_COMPAT=( python3_{9..10} ) +PYTHON_COMPAT=( python3_{10..11} ) PYTHON_REQ_USE="xml(+)" inherit gnome2-utils distutils-r1 virtualx xdg @@ -46,6 +46,7 @@ BDEPEND=" $(python_gen_cond_dep ' dev-python/python-distutils-extra[${PYTHON_USEDEP}] ') + dev-util/intltool test? ( media-plugins/gst-plugins-flac:1.0 media-libs/gst-plugins-bad:1.0