diff options
author | Sam James <sam@gentoo.org> | 2021-02-14 22:18:31 +0000 |
---|---|---|
committer | Sam James <sam@gentoo.org> | 2021-02-15 00:30:31 +0000 |
commit | c06b599b5ef922a9c3914c627dc679103d1da62c (patch) | |
tree | 151b50b31e67a2193aefd31310f43673d6628bb4 /dev-lang | |
parent | dev-lang/rakudo: fix double KEYWORDS (diff) | |
download | gentoo-c06b599b5ef922a9c3914c627dc679103d1da62c.tar.gz gentoo-c06b599b5ef922a9c3914c627dc679103d1da62c.tar.bz2 gentoo-c06b599b5ef922a9c3914c627dc679103d1da62c.zip |
dev-lang/tcc: 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 'dev-lang')
-rw-r--r-- | dev-lang/tcc/tcc-9999.ebuild | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/dev-lang/tcc/tcc-9999.ebuild b/dev-lang/tcc/tcc-9999.ebuild index 4c61d36c9431..2858d4c7f2fb 100644 --- a/dev-lang/tcc/tcc-9999.ebuild +++ b/dev-lang/tcc/tcc-9999.ebuild @@ -1,4 +1,4 @@ -# Copyright 1999-2019 Gentoo Authors +# Copyright 1999-2021 Gentoo Authors # Distributed under the terms of the GNU General Public License v2 EAPI="6" @@ -8,7 +8,6 @@ HOMEPAGE="https://bellard.org/tcc/" if [[ $PV == *9999* ]]; then EGIT_REPO_URI="https://repo.or.cz/r/tinycc.git" - KEYWORDS="" SRC_URI="" scm_eclass=git-r3 else |