From 6185474aae7ec6cf16bced8007e3f35b6e4ab45b Mon Sep 17 00:00:00 2001 From: Michael Mair-Keimberger <mmk@levelnine.at> Date: Sun, 17 Dec 2023 15:19:23 +0100 Subject: media-plugins/vdr-fritzbox: add missing toolchain-funcs inherit, fix LICENSE Signed-off-by: Michael Mair-Keimberger <mmk@levelnine.at> Closes: https://github.com/gentoo/gentoo/pull/34327 Signed-off-by: Conrad Kostecki <conikost@gentoo.org> --- media-plugins/vdr-fritzbox/vdr-fritzbox-1.5.3-r4.ebuild | 7 +++---- 1 file changed, 3 insertions(+), 4 deletions(-) (limited to 'media-plugins') diff --git a/media-plugins/vdr-fritzbox/vdr-fritzbox-1.5.3-r4.ebuild b/media-plugins/vdr-fritzbox/vdr-fritzbox-1.5.3-r4.ebuild index 26621568655e..0fe984e2a0a0 100644 --- a/media-plugins/vdr-fritzbox/vdr-fritzbox-1.5.3-r4.ebuild +++ b/media-plugins/vdr-fritzbox/vdr-fritzbox-1.5.3-r4.ebuild @@ -1,18 +1,17 @@ -# Copyright 2021-2022 Gentoo Authors +# Copyright 2021-2023 Gentoo Authors # Distributed under the terms of the GNU General Public License v2 EAPI=7 -inherit vdr-plugin-2 +inherit toolchain-funcs vdr-plugin-2 DESCRIPTION="VDR Plugin: Inform about incoming phone-calls and use the fritz!box phonebook" HOMEPAGE="https://github.com/jowi24/vdr-fritz" SRC_URI="https://github.com/jowi24/vdr-fritz/releases/download/${PV}/${P}.tgz" -LICENSE="GPL-2" +LICENSE="GPL-2+" SLOT="0" KEYWORDS="amd64 x86" -IUSE="" DEPEND=" dev-libs/libgcrypt:= -- cgit v1.2.3-65-gdbad