summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMatt Turner <mattst88@gentoo.org>2022-12-20 12:45:17 -0500
committerMatt Turner <mattst88@gentoo.org>2022-12-20 12:45:47 -0500
commit8f087dd0c75c64ec9f2be677a36f0dd8c1ba09cd (patch)
treefec096c18be9f3fc29995ab5ffb65922afb74c99 /net-libs/dleyna
parentnet-libs/dleyna: Move PYTHON_DEPS to RDEPEND (diff)
downloadgentoo-8f087dd0c75c64ec9f2be677a36f0dd8c1ba09cd.tar.gz
gentoo-8f087dd0c75c64ec9f2be677a36f0dd8c1ba09cd.tar.bz2
gentoo-8f087dd0c75c64ec9f2be677a36f0dd8c1ba09cd.zip
net-libs/dleyna: Use python-single-r1
Signed-off-by: Matt Turner <mattst88@gentoo.org>
Diffstat (limited to 'net-libs/dleyna')
-rw-r--r--net-libs/dleyna/dleyna-0.8.2.ebuild3
1 files changed, 2 insertions, 1 deletions
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