diff options
author | Thiago Donato Ferreira <flowlnlnln@gmail.com> | 2022-11-01 13:16:38 -0300 |
---|---|---|
committer | Andrew Ammerlaan <andrewammerlaan@gentoo.org> | 2022-11-02 12:49:27 +0100 |
commit | 78397b76c7cfcbff8d795799a0dcb8cff7340bdb (patch) | |
tree | 2aaf1470dc7bc10650e2d42cd77791e20ca7f665 /games-action | |
parent | games-action/prismlauncher: add 5.1 (diff) | |
download | gentoo-78397b76c7cfcbff8d795799a0dcb8cff7340bdb.tar.gz gentoo-78397b76c7cfcbff8d795799a0dcb8cff7340bdb.tar.bz2 gentoo-78397b76c7cfcbff8d795799a0dcb8cff7340bdb.zip |
games-action/prismlauncher: add ~arm64 keywording to 5.1 and -9999
This propagates the keywording on 5.0 to the other ebuilds.
Signed-off-by: Thiago Donato Ferreira <flowlnlnln@gmail.com>
Closes: https://github.com/gentoo/gentoo/pull/28080
Signed-off-by: Andrew Ammerlaan <andrewammerlaan@gentoo.org>
Diffstat (limited to 'games-action')
-rw-r--r-- | games-action/prismlauncher/prismlauncher-5.1.ebuild | 2 | ||||
-rw-r--r-- | games-action/prismlauncher/prismlauncher-9999.ebuild | 2 |
2 files changed, 2 insertions, 2 deletions
diff --git a/games-action/prismlauncher/prismlauncher-5.1.ebuild b/games-action/prismlauncher/prismlauncher-5.1.ebuild index ae1e581ba2f0..ad60b690649f 100644 --- a/games-action/prismlauncher/prismlauncher-5.1.ebuild +++ b/games-action/prismlauncher/prismlauncher-5.1.ebuild @@ -28,7 +28,7 @@ else # The Prism's files are unpacked to ${WORKDIR}/PrismLauncher-${PV} S="${WORKDIR}/${MY_PN}-${PV}" - KEYWORDS="~amd64" + KEYWORDS="~amd64 ~arm64" fi # GPL-3 for PolyMC (PrismLauncher is forked from it) and Prism itself diff --git a/games-action/prismlauncher/prismlauncher-9999.ebuild b/games-action/prismlauncher/prismlauncher-9999.ebuild index ae1e581ba2f0..ad60b690649f 100644 --- a/games-action/prismlauncher/prismlauncher-9999.ebuild +++ b/games-action/prismlauncher/prismlauncher-9999.ebuild @@ -28,7 +28,7 @@ else # The Prism's files are unpacked to ${WORKDIR}/PrismLauncher-${PV} S="${WORKDIR}/${MY_PN}-${PV}" - KEYWORDS="~amd64" + KEYWORDS="~amd64 ~arm64" fi # GPL-3 for PolyMC (PrismLauncher is forked from it) and Prism itself |