diff options
author | Michael Mair-Keimberger <mmk@levelnine.at> | 2023-12-17 15:19:23 +0100 |
---|---|---|
committer | Conrad Kostecki <conikost@gentoo.org> | 2023-12-25 00:03:54 +0100 |
commit | 6185474aae7ec6cf16bced8007e3f35b6e4ab45b (patch) | |
tree | 4f2c256707b80aa5d9c24e033684f3750382cfbb /media-plugins | |
parent | media-plugins/vdr-live: Add github remote-id (diff) | |
download | gentoo-6185474aae7ec6cf16bced8007e3f35b6e4ab45b.tar.gz gentoo-6185474aae7ec6cf16bced8007e3f35b6e4ab45b.tar.bz2 gentoo-6185474aae7ec6cf16bced8007e3f35b6e4ab45b.zip |
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>
Diffstat (limited to 'media-plugins')
-rw-r--r-- | media-plugins/vdr-fritzbox/vdr-fritzbox-1.5.3-r4.ebuild | 7 |
1 files changed, 3 insertions, 4 deletions
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:= |