Gentoo Archives: gentoo-commits

From: Lars Wendler <polynomial-c@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] repo/gentoo:master commit in: games-emulation/mgba/
Date: Mon, 29 Mar 2021 07:58:31
Message-Id: 1617004698.8fa6dcde3356c503fc3081d567b4494516f0dc19.polynomial-c@gentoo
1 commit: 8fa6dcde3356c503fc3081d567b4494516f0dc19
2 Author: Lars Wendler <polynomial-c <AT> gentoo <DOT> org>
3 AuthorDate: Mon Mar 29 07:57:23 2021 +0000
4 Commit: Lars Wendler <polynomial-c <AT> gentoo <DOT> org>
5 CommitDate: Mon Mar 29 07:58:18 2021 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=8fa6dcde
7
8 games-emulation/mgba: Version 0.8.4 stable for amd64 and x86
9
10 Signed-off-by: Lars Wendler <polynomial-c <AT> gentoo.org>
11
12 games-emulation/mgba/mgba-0.8.4.ebuild | 4 ++--
13 1 file changed, 2 insertions(+), 2 deletions(-)
14
15 diff --git a/games-emulation/mgba/mgba-0.8.4.ebuild b/games-emulation/mgba/mgba-0.8.4.ebuild
16 index e34b02d2296..f6889f1582d 100644
17 --- a/games-emulation/mgba/mgba-0.8.4.ebuild
18 +++ b/games-emulation/mgba/mgba-0.8.4.ebuild
19 @@ -1,4 +1,4 @@
20 -# Copyright 1999-2020 Gentoo Authors
21 +# Copyright 1999-2021 Gentoo Authors
22 # Distributed under the terms of the GNU General Public License v2
23
24 EAPI=7
25 @@ -14,7 +14,7 @@ else
26 MY_PV="${PV/_beta/-b}"
27 SRC_URI="https://github.com/${PN}-emu/${PN}/archive/${MY_PV}.tar.gz -> ${P}.tar.gz"
28 [[ "${PV}" == *_beta* ]] || \
29 - KEYWORDS="~amd64 ~arm64 ~x86"
30 + KEYWORDS="amd64 ~arm64 x86"
31 S="${WORKDIR}/${PN}-${MY_PV}"
32 fi
33 LICENSE="MPL-2.0"