diff options
author | Sam James <sam@gentoo.org> | 2021-02-14 22:11:51 +0000 |
---|---|---|
committer | Sam James <sam@gentoo.org> | 2021-02-15 00:30:24 +0000 |
commit | 61ae0897703cd18978c988ebbc78f6a246e674b8 (patch) | |
tree | 97b1a3da75af59e7382dfc62ac5d25fb4a775128 /app-emulation/wine-staging | |
parent | app-emulation/spice-protocol: fix double KEYWORDS (diff) | |
download | gentoo-61ae0897703cd18978c988ebbc78f6a246e674b8.tar.gz gentoo-61ae0897703cd18978c988ebbc78f6a246e674b8.tar.bz2 gentoo-61ae0897703cd18978c988ebbc78f6a246e674b8.zip |
app-emulation/wine-staging: 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 'app-emulation/wine-staging')
6 files changed, 2 insertions, 8 deletions
diff --git a/app-emulation/wine-staging/wine-staging-5.21.ebuild b/app-emulation/wine-staging/wine-staging-5.21.ebuild index 9c6e2a76fa30..3cb0fdf62f14 100644 --- a/app-emulation/wine-staging/wine-staging-5.21.ebuild +++ b/app-emulation/wine-staging/wine-staging-5.21.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 @@ -16,7 +16,6 @@ if [[ ${PV} == "9999" ]] ; then EGIT_BRANCH="master" inherit git-r3 SRC_URI="" - #KEYWORDS="" else MAJOR_V=$(ver_cut 1) SRC_URI="https://dl.winehq.org/wine/source/${MAJOR_V}.x/${MY_P}.tar.xz" diff --git a/app-emulation/wine-staging/wine-staging-5.22-r2.ebuild b/app-emulation/wine-staging/wine-staging-5.22-r2.ebuild index 00e7c18d4b69..4a5a4b35d8d5 100644 --- a/app-emulation/wine-staging/wine-staging-5.22-r2.ebuild +++ b/app-emulation/wine-staging/wine-staging-5.22-r2.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 @@ -16,7 +16,6 @@ if [[ ${PV} == "9999" ]] ; then EGIT_BRANCH="master" inherit git-r3 SRC_URI="" - #KEYWORDS="" else MAJOR_V=$(ver_cut 1) SRC_URI="https://dl.winehq.org/wine/source/${MAJOR_V}.x/${MY_P}.tar.xz" diff --git a/app-emulation/wine-staging/wine-staging-6.0.ebuild b/app-emulation/wine-staging/wine-staging-6.0.ebuild index 28716e74fdc2..954abe1eca77 100644 --- a/app-emulation/wine-staging/wine-staging-6.0.ebuild +++ b/app-emulation/wine-staging/wine-staging-6.0.ebuild @@ -16,7 +16,6 @@ if [[ ${MY_PV} == "9999" ]] ; then EGIT_BRANCH="master" inherit git-r3 SRC_URI="" - #KEYWORDS="" else MAJOR_V=$(ver_cut 1) MINOR_V=$(ver_cut 2) diff --git a/app-emulation/wine-staging/wine-staging-6.1.ebuild b/app-emulation/wine-staging/wine-staging-6.1.ebuild index 28716e74fdc2..954abe1eca77 100644 --- a/app-emulation/wine-staging/wine-staging-6.1.ebuild +++ b/app-emulation/wine-staging/wine-staging-6.1.ebuild @@ -16,7 +16,6 @@ if [[ ${MY_PV} == "9999" ]] ; then EGIT_BRANCH="master" inherit git-r3 SRC_URI="" - #KEYWORDS="" else MAJOR_V=$(ver_cut 1) MINOR_V=$(ver_cut 2) diff --git a/app-emulation/wine-staging/wine-staging-6.2.ebuild b/app-emulation/wine-staging/wine-staging-6.2.ebuild index 9bb1565d0057..0d4d6cdf1e7b 100644 --- a/app-emulation/wine-staging/wine-staging-6.2.ebuild +++ b/app-emulation/wine-staging/wine-staging-6.2.ebuild @@ -16,7 +16,6 @@ if [[ ${MY_PV} == "9999" ]] ; then EGIT_BRANCH="master" inherit git-r3 SRC_URI="" - #KEYWORDS="" else MAJOR_V=$(ver_cut 1) MINOR_V=$(ver_cut 2) diff --git a/app-emulation/wine-staging/wine-staging-9999.ebuild b/app-emulation/wine-staging/wine-staging-9999.ebuild index 9bb1565d0057..0d4d6cdf1e7b 100644 --- a/app-emulation/wine-staging/wine-staging-9999.ebuild +++ b/app-emulation/wine-staging/wine-staging-9999.ebuild @@ -16,7 +16,6 @@ if [[ ${MY_PV} == "9999" ]] ; then EGIT_BRANCH="master" inherit git-r3 SRC_URI="" - #KEYWORDS="" else MAJOR_V=$(ver_cut 1) MINOR_V=$(ver_cut 2) |