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 D1412158020 for ; Tue, 20 Dec 2022 17:46:47 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id F2C1CE0955; Tue, 20 Dec 2022 17:46:46 +0000 (UTC) Received: from smtp.gentoo.org (smtp.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)) (No client certificate requested) by pigeon.gentoo.org (Postfix) with ESMTPS id D804CE0955 for ; Tue, 20 Dec 2022 17:46:46 +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 05DFB33D0AF for ; Tue, 20 Dec 2022 17:46:46 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 5ED15703 for ; Tue, 20 Dec 2022 17:46:44 +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: <1671558347.8f087dd0c75c64ec9f2be677a36f0dd8c1ba09cd.mattst88@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: net-libs/dleyna/ X-VCS-Repository: repo/gentoo X-VCS-Files: net-libs/dleyna/dleyna-0.8.2.ebuild X-VCS-Directories: net-libs/dleyna/ X-VCS-Committer: mattst88 X-VCS-Committer-Name: Matt Turner X-VCS-Revision: 8f087dd0c75c64ec9f2be677a36f0dd8c1ba09cd X-VCS-Branch: master Date: Tue, 20 Dec 2022 17:46:44 +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: 6e928e70-cac0-44a3-aca5-d0b77ed0cae7 X-Archives-Hash: 665f56a4564bcbe0a22229f883e147fd commit: 8f087dd0c75c64ec9f2be677a36f0dd8c1ba09cd Author: Matt Turner gentoo org> AuthorDate: Tue Dec 20 17:45:17 2022 +0000 Commit: Matt Turner gentoo org> CommitDate: Tue Dec 20 17:45:47 2022 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=8f087dd0 net-libs/dleyna: Use python-single-r1 Signed-off-by: Matt Turner gentoo.org> net-libs/dleyna/dleyna-0.8.2.ebuild | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/net-libs/dleyna/dleyna-0.8.2.ebuild b/net-libs/dleyna/dleyna-0.8.2.ebuild index 322e6e577315..7aa0b52432f2 100644 --- a/net-libs/dleyna/dleyna-0.8.2.ebuild +++ b/net-libs/dleyna/dleyna-0.8.2.ebuild @@ -4,7 +4,7 @@ EAPI=8 PYTHON_COMPAT=( python3_{8..11} ) -inherit meson python-any-r1 +inherit meson python-single-r1 DESCRIPTION="A set of services and D-Bus APIs to simplify access to UPnP/DLNA media devices" HOMEPAGE="https://gitlab.gnome.org/World/dLeyna" @@ -13,6 +13,7 @@ SRC_URI="https://gitlab.gnome.org/World/dLeyna/-/archive/v${PV}/dLeyna-v${PV}.ta LICENSE="LGPL-2.1" SLOT="1.0/6" # soname of libdleyna-core-1.0.so KEYWORDS="~amd64" +REQUIRED_USE="${PYTHON_REQUIRED_USE}" RDEPEND=" >=dev-libs/glib-2.28:2