Remove PROPERTIES=live from Gentoo ebuild

git-r3.eclass already sets this, so there is no need to set it again.
This commit is contained in:
Kp 2022-11-07 01:59:34 +00:00
parent b8cc509cbe
commit 8215044325

View file

@ -16,7 +16,6 @@ if [[ "$PV" = 9999 ]]; then
EGIT_REPO_URI="https://github.com/dxx-rebirth/dxx-rebirth"
# Live ebuilds have blank keywords.
KEYWORDS=
PROPERTIES="live"
else
MY_COMMIT=''
S="$WORKDIR/$PN-$MY_COMMIT"