games-util/lutris: move KEYWORDS, remove double KEYWORDS

Why was this not caught by the GitHub CI though?

Signed-off-by: Andrew Ammerlaan <andrewammerlaan@gentoo.org>
This commit is contained in:
Andrew Ammerlaan
2022-03-30 14:15:23 +02:00
parent d2fcab3a80
commit 0dfb3f1ce3

View File

@@ -19,14 +19,11 @@ else
if [[ ${PV} == *_beta* ]] ; then
SRC_URI="https://github.com/lutris/lutris/archive/refs/tags/v${PV/_/-}.tar.gz -> ${P}.tar.gz"
S="${WORKDIR}"/${P/_/-}
KEYWORDS="~amd64 ~x86"
else
SRC_URI="https://lutris.net/releases/${P/-/_}.tar.xz"
S="${WORKDIR}/${PN}"
KEYWORDS="~amd64 ~x86"
fi
KEYWORDS="~amd64 ~x86"
fi
LICENSE="GPL-3"