diff options
author | Sam James <sam@gentoo.org> | 2021-02-14 22:35:15 +0000 |
---|---|---|
committer | Sam James <sam@gentoo.org> | 2021-02-15 00:30:57 +0000 |
commit | 7906cff3048584f051af16bd80f78a37aaf079ca (patch) | |
tree | 6229c29a68ecfdbc22a57cca4db8023180b6232c | |
parent | games-action/dxx-rebirth: fix double KEYWORDS (diff) | |
download | gentoo-7906cff3048584f051af16bd80f78a37aaf079ca.tar.gz gentoo-7906cff3048584f051af16bd80f78a37aaf079ca.tar.bz2 gentoo-7906cff3048584f051af16bd80f78a37aaf079ca.zip |
games-puzzle/sgt-puzzles: 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>
-rw-r--r-- | games-puzzle/sgt-puzzles/sgt-puzzles-20190415.ebuild | 3 | ||||
-rw-r--r-- | games-puzzle/sgt-puzzles/sgt-puzzles-99999999.ebuild | 3 |
2 files changed, 2 insertions, 4 deletions
diff --git a/games-puzzle/sgt-puzzles/sgt-puzzles-20190415.ebuild b/games-puzzle/sgt-puzzles/sgt-puzzles-20190415.ebuild index 687d7238d44c..2988d396d974 100644 --- a/games-puzzle/sgt-puzzles/sgt-puzzles-20190415.ebuild +++ b/games-puzzle/sgt-puzzles/sgt-puzzles-20190415.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 @@ -10,7 +10,6 @@ if [[ ${PV} == "99999999" ]] ; then EGIT_REPO_URI="https://git.tartarus.org/simon/puzzles.git" GENTOO_ICONS="20160315" SRC_URI="https://dev.gentoo.org/~np-hardass/distfiles/${PN}/${PN}-icons-${GENTOO_ICONS}.tar.xz" - KEYWORDS="" else MAGIC=e2135d5 SRC_URI="https://www.chiark.greenend.org.uk/~sgtatham/puzzles/puzzles-${PV}.${MAGIC}.tar.gz" diff --git a/games-puzzle/sgt-puzzles/sgt-puzzles-99999999.ebuild b/games-puzzle/sgt-puzzles/sgt-puzzles-99999999.ebuild index 687d7238d44c..2988d396d974 100644 --- a/games-puzzle/sgt-puzzles/sgt-puzzles-99999999.ebuild +++ b/games-puzzle/sgt-puzzles/sgt-puzzles-99999999.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 @@ -10,7 +10,6 @@ if [[ ${PV} == "99999999" ]] ; then EGIT_REPO_URI="https://git.tartarus.org/simon/puzzles.git" GENTOO_ICONS="20160315" SRC_URI="https://dev.gentoo.org/~np-hardass/distfiles/${PN}/${PN}-icons-${GENTOO_ICONS}.tar.xz" - KEYWORDS="" else MAGIC=e2135d5 SRC_URI="https://www.chiark.greenend.org.uk/~sgtatham/puzzles/puzzles-${PV}.${MAGIC}.tar.gz" |