diff options
author | Sam James <sam@gentoo.org> | 2021-02-14 22:34:48 +0000 |
---|---|---|
committer | Sam James <sam@gentoo.org> | 2021-02-15 00:30:57 +0000 |
commit | ead0c76f3712d4c092d253606658405429da2b7e (patch) | |
tree | fff4cfbc8e6c94461ea3c646abbe2b4c45ea76f9 /games-action | |
parent | dev-vcs/gitolite: fix double KEYWORDS (diff) | |
download | gentoo-ead0c76f3712d4c092d253606658405429da2b7e.tar.gz gentoo-ead0c76f3712d4c092d253606658405429da2b7e.tar.bz2 gentoo-ead0c76f3712d4c092d253606658405429da2b7e.zip |
games-action/dxx-rebirth: 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 'games-action')
-rw-r--r-- | games-action/dxx-rebirth/dxx-rebirth-0.61.0_pre20200615.ebuild | 2 | ||||
-rw-r--r-- | games-action/dxx-rebirth/dxx-rebirth-9999.ebuild | 2 |
2 files changed, 0 insertions, 4 deletions
diff --git a/games-action/dxx-rebirth/dxx-rebirth-0.61.0_pre20200615.ebuild b/games-action/dxx-rebirth/dxx-rebirth-0.61.0_pre20200615.ebuild index 12559c094e02..5375a057af94 100644 --- a/games-action/dxx-rebirth/dxx-rebirth-0.61.0_pre20200615.ebuild +++ b/games-action/dxx-rebirth/dxx-rebirth-0.61.0_pre20200615.ebuild @@ -9,8 +9,6 @@ inherit desktop eutils python-any-r1 scons-utils toolchain-funcs xdg if [[ "$PV" = 9999 ]]; then inherit git-r3 EGIT_REPO_URI="https://github.com/dxx-rebirth/dxx-rebirth" - # Live ebuilds have blank keywords. - KEYWORDS= PROPERTIES="live" else # dxx-rebirth-0.61.0_pre20190720.ebuild diff --git a/games-action/dxx-rebirth/dxx-rebirth-9999.ebuild b/games-action/dxx-rebirth/dxx-rebirth-9999.ebuild index a65b62b8be92..61777f8871ce 100644 --- a/games-action/dxx-rebirth/dxx-rebirth-9999.ebuild +++ b/games-action/dxx-rebirth/dxx-rebirth-9999.ebuild @@ -9,8 +9,6 @@ inherit desktop eutils python-any-r1 scons-utils toolchain-funcs xdg if [[ "$PV" = 9999 ]]; then inherit git-r3 EGIT_REPO_URI="https://github.com/dxx-rebirth/dxx-rebirth" - # Live ebuilds have blank keywords. - KEYWORDS= PROPERTIES="live" else MY_COMMIT='' |