Gentoo Archives: gentoo-commits

From: Andrew Ammerlaan <andrewammerlaan@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] repo/gentoo:master commit in: games-action/prismlauncher/
Date: Wed, 02 Nov 2022 11:49:38
Message-Id: 1667389767.78397b76c7cfcbff8d795799a0dcb8cff7340bdb.andrewammerlaan@gentoo
1 commit: 78397b76c7cfcbff8d795799a0dcb8cff7340bdb
2 Author: Thiago Donato Ferreira <flowlnlnln <AT> gmail <DOT> com>
3 AuthorDate: Tue Nov 1 16:16:38 2022 +0000
4 Commit: Andrew Ammerlaan <andrewammerlaan <AT> gentoo <DOT> org>
5 CommitDate: Wed Nov 2 11:49:27 2022 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=78397b76
7
8 games-action/prismlauncher: add ~arm64 keywording to 5.1 and -9999
9
10 This propagates the keywording on 5.0 to the other ebuilds.
11
12 Signed-off-by: Thiago Donato Ferreira <flowlnlnln <AT> gmail.com>
13 Closes: https://github.com/gentoo/gentoo/pull/28080
14 Signed-off-by: Andrew Ammerlaan <andrewammerlaan <AT> gentoo.org>
15
16 games-action/prismlauncher/prismlauncher-5.1.ebuild | 2 +-
17 games-action/prismlauncher/prismlauncher-9999.ebuild | 2 +-
18 2 files changed, 2 insertions(+), 2 deletions(-)
19
20 diff --git a/games-action/prismlauncher/prismlauncher-5.1.ebuild b/games-action/prismlauncher/prismlauncher-5.1.ebuild
21 index ae1e581ba2f0..ad60b690649f 100644
22 --- a/games-action/prismlauncher/prismlauncher-5.1.ebuild
23 +++ b/games-action/prismlauncher/prismlauncher-5.1.ebuild
24 @@ -28,7 +28,7 @@ else
25 # The Prism's files are unpacked to ${WORKDIR}/PrismLauncher-${PV}
26 S="${WORKDIR}/${MY_PN}-${PV}"
27
28 - KEYWORDS="~amd64"
29 + KEYWORDS="~amd64 ~arm64"
30 fi
31
32 # GPL-3 for PolyMC (PrismLauncher is forked from it) and Prism itself
33
34 diff --git a/games-action/prismlauncher/prismlauncher-9999.ebuild b/games-action/prismlauncher/prismlauncher-9999.ebuild
35 index ae1e581ba2f0..ad60b690649f 100644
36 --- a/games-action/prismlauncher/prismlauncher-9999.ebuild
37 +++ b/games-action/prismlauncher/prismlauncher-9999.ebuild
38 @@ -28,7 +28,7 @@ else
39 # The Prism's files are unpacked to ${WORKDIR}/PrismLauncher-${PV}
40 S="${WORKDIR}/${MY_PN}-${PV}"
41
42 - KEYWORDS="~amd64"
43 + KEYWORDS="~amd64 ~arm64"
44 fi
45
46 # GPL-3 for PolyMC (PrismLauncher is forked from it) and Prism itself