diff options
author | Sam James <sam@gentoo.org> | 2021-02-14 22:52:43 +0000 |
---|---|---|
committer | Sam James <sam@gentoo.org> | 2021-02-15 00:31:18 +0000 |
commit | c33a5c9bbfd3c6a678243a4bc0320cf8071155dd (patch) | |
tree | ed23a354d7b4727e4f6a3d4d6e82b13429cab9dd /net-misc/vde | |
parent | net-misc/pulseaudio-dlna: fix double KEYWORDS (diff) | |
download | gentoo-c33a5c9bbfd3c6a678243a4bc0320cf8071155dd.tar.gz gentoo-c33a5c9bbfd3c6a678243a4bc0320cf8071155dd.tar.bz2 gentoo-c33a5c9bbfd3c6a678243a4bc0320cf8071155dd.zip |
net-misc/vde: 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 'net-misc/vde')
-rw-r--r-- | net-misc/vde/vde-2.3.2_p20191011.ebuild | 3 | ||||
-rw-r--r-- | net-misc/vde/vde-9999.ebuild | 3 |
2 files changed, 2 insertions, 4 deletions
diff --git a/net-misc/vde/vde-2.3.2_p20191011.ebuild b/net-misc/vde/vde-2.3.2_p20191011.ebuild index b8bb5681a369..fd3cbf31c768 100644 --- a/net-misc/vde/vde-2.3.2_p20191011.ebuild +++ b/net-misc/vde/vde-2.3.2_p20191011.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=6 @@ -8,7 +8,6 @@ inherit flag-o-matic if [[ ${PV} == 9999 ]]; then inherit autotools git-r3 EGIT_REPO_URI="https://github.com/virtualsqaure/MY_PN" - KEYWORDS="" elif [[ ${PV} = *_p* ]]; then inherit autotools MY_PN="vde-2" diff --git a/net-misc/vde/vde-9999.ebuild b/net-misc/vde/vde-9999.ebuild index b8bb5681a369..fd3cbf31c768 100644 --- a/net-misc/vde/vde-9999.ebuild +++ b/net-misc/vde/vde-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=6 @@ -8,7 +8,6 @@ inherit flag-o-matic if [[ ${PV} == 9999 ]]; then inherit autotools git-r3 EGIT_REPO_URI="https://github.com/virtualsqaure/MY_PN" - KEYWORDS="" elif [[ ${PV} = *_p* ]]; then inherit autotools MY_PN="vde-2" |