mirror of
https://github.com/gentoo-mirror/gentoo.git
synced 2026-09-24 04:59:14 -07:00
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>
This commit is contained in:
@@ -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
|
||||
|
||||
@@ -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=''
|
||||
|
||||
Reference in New Issue
Block a user