diff options
author | Sam James <sam@gentoo.org> | 2021-02-14 23:33:25 +0000 |
---|---|---|
committer | Sam James <sam@gentoo.org> | 2021-02-15 00:32:10 +0000 |
commit | c77b28c0bbb8bc7eb4e1bacac804c5e380268220 (patch) | |
tree | 3c67954849a368c51cfab5985af68572d01bb02a /x11-themes/fvwm-crystal | |
parent | x11-misc/pcmanfm: fix double KEYWORDS (diff) | |
download | gentoo-c77b28c0bbb8bc7eb4e1bacac804c5e380268220.tar.gz gentoo-c77b28c0bbb8bc7eb4e1bacac804c5e380268220.tar.bz2 gentoo-c77b28c0bbb8bc7eb4e1bacac804c5e380268220.zip |
x11-themes/fvwm-crystal: 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 'x11-themes/fvwm-crystal')
-rw-r--r-- | x11-themes/fvwm-crystal/fvwm-crystal-3.6.5.ebuild | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/x11-themes/fvwm-crystal/fvwm-crystal-3.6.5.ebuild b/x11-themes/fvwm-crystal/fvwm-crystal-3.6.5.ebuild index c3d5fd91bd7f..5bf7b8131c43 100644 --- a/x11-themes/fvwm-crystal/fvwm-crystal-3.6.5.ebuild +++ b/x11-themes/fvwm-crystal/fvwm-crystal-3.6.5.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 @@ -20,7 +20,6 @@ case ${PV} in inherit subversion ESVN_REPO_URI="svn://svn.code.sf.net/p/fvwm-crystal/code" SRC_URI="" - KEYWORDS="amd64 x86" S="${WORKDIR}/${PN}" src_unpack() { subversion_src_unpack |