diff options
author | Sam James <sam@gentoo.org> | 2021-04-12 00:48:44 +0100 |
---|---|---|
committer | Sam James <sam@gentoo.org> | 2021-04-12 02:07:12 +0100 |
commit | dc67c493ede9eb217e8d0f18009305ddee1ce8db (patch) | |
tree | e7329fe3b8437f7146fe47613febad1dbbba4a1c /media-video/vdr | |
parent | sci-physics/espresso: add missing cuda inherit (diff) | |
download | gentoo-dc67c493ede9eb217e8d0f18009305ddee1ce8db.tar.gz gentoo-dc67c493ede9eb217e8d0f18009305ddee1ce8db.tar.bz2 gentoo-dc67c493ede9eb217e8d0f18009305ddee1ce8db.zip |
media-video/vdr: add indirect l10n inherit, multilib--
Signed-off-by: Sam James <sam@gentoo.org>
Diffstat (limited to 'media-video/vdr')
-rw-r--r-- | media-video/vdr/vdr-2.2.0-r6.ebuild | 4 | ||||
-rw-r--r-- | media-video/vdr/vdr-2.4.1-r3.ebuild | 4 | ||||
-rw-r--r-- | media-video/vdr/vdr-2.4.6-r1.ebuild | 2 |
3 files changed, 5 insertions, 5 deletions
diff --git a/media-video/vdr/vdr-2.2.0-r6.ebuild b/media-video/vdr/vdr-2.2.0-r6.ebuild index 7d6d36b78e95..f534f3a6d5b5 100644 --- a/media-video/vdr/vdr-2.2.0-r6.ebuild +++ b/media-video/vdr/vdr-2.2.0-r6.ebuild @@ -1,9 +1,9 @@ -# Copyright 2020 Gentoo Authors +# Copyright 2021 Gentoo Authors # Distributed under the terms of the GNU General Public License v2 EAPI=7 -inherit eutils flag-o-matic toolchain-funcs +inherit flag-o-matic l10n toolchain-funcs # Switches supported by extensions-patch EXT_PATCH_FLAGS="alternatechannel graphtft naludump permashift pinplugin diff --git a/media-video/vdr/vdr-2.4.1-r3.ebuild b/media-video/vdr/vdr-2.4.1-r3.ebuild index 2d62740dffe0..3655c860fee0 100644 --- a/media-video/vdr/vdr-2.4.1-r3.ebuild +++ b/media-video/vdr/vdr-2.4.1-r3.ebuild @@ -1,9 +1,9 @@ -# Copyright 2020 Gentoo Authors +# Copyright 2021 Gentoo Authors # Distributed under the terms of the GNU General Public License v2 EAPI=7 -inherit eutils flag-o-matic multilib toolchain-funcs +inherit flag-o-matic l10n toolchain-funcs DESCRIPTION="Video Disk Recorder - turns a pc into a powerful set top box for DVB" HOMEPAGE="http://www.tvdr.de/" diff --git a/media-video/vdr/vdr-2.4.6-r1.ebuild b/media-video/vdr/vdr-2.4.6-r1.ebuild index d7ea137b4c6a..aac5f13f30e4 100644 --- a/media-video/vdr/vdr-2.4.6-r1.ebuild +++ b/media-video/vdr/vdr-2.4.6-r1.ebuild @@ -3,7 +3,7 @@ EAPI=7 -inherit flag-o-matic multilib toolchain-funcs +inherit flag-o-matic l10n toolchain-funcs DESCRIPTION="Video Disk Recorder - turns a pc into a powerful set top box for DVB" HOMEPAGE="http://www.tvdr.de/" |