diff options
author | Sam James <sam@gentoo.org> | 2021-02-03 02:36:09 +0000 |
---|---|---|
committer | Sam James <sam@gentoo.org> | 2021-02-03 02:53:04 +0000 |
commit | 01098d55162123d1148f61fecffeecffeed50f7d (patch) | |
tree | 5e6c67fec3116ab9cdd2c2c7e3f9089537391014 /virtual/linuxtv-dvb-headers | |
parent | virtual/jpeg-compat: fix VirtualKeywordsUpdate (diff) | |
download | gentoo-01098d55162123d1148f61fecffeecffeed50f7d.tar.gz gentoo-01098d55162123d1148f61fecffeecffeed50f7d.tar.bz2 gentoo-01098d55162123d1148f61fecffeecffeed50f7d.zip |
virtual/linuxtv-dvb-headers: fix VirtualKeywordsUpdate
Package-Manager: Portage-3.0.14, Repoman-3.0.2
Signed-off-by: Sam James <sam@gentoo.org>
Diffstat (limited to 'virtual/linuxtv-dvb-headers')
-rw-r--r-- | virtual/linuxtv-dvb-headers/linuxtv-dvb-headers-5.8.ebuild | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/virtual/linuxtv-dvb-headers/linuxtv-dvb-headers-5.8.ebuild b/virtual/linuxtv-dvb-headers/linuxtv-dvb-headers-5.8.ebuild index 8720063a8618..76f29a92b096 100644 --- a/virtual/linuxtv-dvb-headers/linuxtv-dvb-headers-5.8.ebuild +++ b/virtual/linuxtv-dvb-headers/linuxtv-dvb-headers-5.8.ebuild @@ -1,10 +1,10 @@ -# Copyright 1999-2017 Gentoo Foundation +# Copyright 1999-2021 Gentoo Authors # Distributed under the terms of the GNU General Public License v2 EAPI=5 DESCRIPTION="Virtual Package installing the Header files for DVB" SLOT="0" -KEYWORDS="amd64 arm ~arm64 ~mips ppc ppc64 x86" +KEYWORDS="~alpha amd64 arm arm64 hppa ~ia64 ~m68k ~mips ppc ppc64 ~riscv s390 sparc x86 ~amd64-linux ~x86-linux" RDEPEND=">=sys-kernel/linux-headers-3.7" |