Gentoo Archives: gentoo-commits

From: Sam James <sam@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] repo/gentoo:master commit in: virtual/linuxtv-dvb-headers/
Date: Wed, 03 Feb 2021 02:53:47
Message-Id: 1612320784.01098d55162123d1148f61fecffeecffeed50f7d.sam@gentoo
1 commit: 01098d55162123d1148f61fecffeecffeed50f7d
2 Author: Sam James <sam <AT> gentoo <DOT> org>
3 AuthorDate: Wed Feb 3 02:36:09 2021 +0000
4 Commit: Sam James <sam <AT> gentoo <DOT> org>
5 CommitDate: Wed Feb 3 02:53:04 2021 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=01098d55
7
8 virtual/linuxtv-dvb-headers: fix VirtualKeywordsUpdate
9
10 Package-Manager: Portage-3.0.14, Repoman-3.0.2
11 Signed-off-by: Sam James <sam <AT> gentoo.org>
12
13 virtual/linuxtv-dvb-headers/linuxtv-dvb-headers-5.8.ebuild | 4 ++--
14 1 file changed, 2 insertions(+), 2 deletions(-)
15
16 diff --git a/virtual/linuxtv-dvb-headers/linuxtv-dvb-headers-5.8.ebuild b/virtual/linuxtv-dvb-headers/linuxtv-dvb-headers-5.8.ebuild
17 index 8720063a861..76f29a92b09 100644
18 --- a/virtual/linuxtv-dvb-headers/linuxtv-dvb-headers-5.8.ebuild
19 +++ b/virtual/linuxtv-dvb-headers/linuxtv-dvb-headers-5.8.ebuild
20 @@ -1,10 +1,10 @@
21 -# Copyright 1999-2017 Gentoo Foundation
22 +# Copyright 1999-2021 Gentoo Authors
23 # Distributed under the terms of the GNU General Public License v2
24
25 EAPI=5
26
27 DESCRIPTION="Virtual Package installing the Header files for DVB"
28 SLOT="0"
29 -KEYWORDS="amd64 arm ~arm64 ~mips ppc ppc64 x86"
30 +KEYWORDS="~alpha amd64 arm arm64 hppa ~ia64 ~m68k ~mips ppc ppc64 ~riscv s390 sparc x86 ~amd64-linux ~x86-linux"
31
32 RDEPEND=">=sys-kernel/linux-headers-3.7"