diff options
author | Sam James <sam@gentoo.org> | 2021-02-14 22:44:58 +0000 |
---|---|---|
committer | Sam James <sam@gentoo.org> | 2021-02-15 00:31:08 +0000 |
commit | a718187309e3319ece8ce4bed5fcb7c08aa2b298 (patch) | |
tree | 3bd45b22c7c8b78eea18714c4c28ac2142daee6b /media-video | |
parent | media-video/handbrake: fix double KEYWORDS (diff) | |
download | gentoo-a718187309e3319ece8ce4bed5fcb7c08aa2b298.tar.gz gentoo-a718187309e3319ece8ce4bed5fcb7c08aa2b298.tar.bz2 gentoo-a718187309e3319ece8ce4bed5fcb7c08aa2b298.zip |
media-video/v4l2loopback: fix double KEYWORDS
Double KEYWORDS lines break tools like ekeyword and Nattka.
As per PMS, blank/empty KEYWORDS is implied by not defining
the variable.
See: https://projects.gentoo.org/qa/policy-guide/ebuild-format.html#pg0105
Package-Manager: Portage-3.0.14, Repoman-3.0.2
Signed-off-by: Sam James <sam@gentoo.org>
Diffstat (limited to 'media-video')
-rw-r--r-- | media-video/v4l2loopback/v4l2loopback-0.12.5-r1.ebuild | 3 | ||||
-rw-r--r-- | media-video/v4l2loopback/v4l2loopback-9999.ebuild | 3 |
2 files changed, 2 insertions, 4 deletions
diff --git a/media-video/v4l2loopback/v4l2loopback-0.12.5-r1.ebuild b/media-video/v4l2loopback/v4l2loopback-0.12.5-r1.ebuild index 4d36b8de8391..6c744550640b 100644 --- a/media-video/v4l2loopback/v4l2loopback-0.12.5-r1.ebuild +++ b/media-video/v4l2loopback/v4l2loopback-0.12.5-r1.ebuild @@ -1,4 +1,4 @@ -# Copyright 1999-2020 Gentoo Authors +# Copyright 1999-2021 Gentoo Authors # Distributed under the terms of the GNU General Public License v2 EAPI=7 @@ -8,7 +8,6 @@ inherit linux-mod toolchain-funcs case ${PV} in 9999) inherit git-r3 - KEYWORDS="" EGIT_REPO_URI="https://github.com/umlaeute/v4l2loopback.git" ;; *) diff --git a/media-video/v4l2loopback/v4l2loopback-9999.ebuild b/media-video/v4l2loopback/v4l2loopback-9999.ebuild index 246d1e10ba90..712f4d2b8c0f 100644 --- a/media-video/v4l2loopback/v4l2loopback-9999.ebuild +++ b/media-video/v4l2loopback/v4l2loopback-9999.ebuild @@ -1,4 +1,4 @@ -# Copyright 1999-2020 Gentoo Authors +# Copyright 1999-2021 Gentoo Authors # Distributed under the terms of the GNU General Public License v2 EAPI=7 @@ -8,7 +8,6 @@ inherit linux-mod toolchain-funcs case ${PV} in 9999) inherit git-r3 - KEYWORDS="" EGIT_REPO_URI="https://github.com/umlaeute/v4l2loopback.git" ;; *) |