Gentoo Archives: gentoo-commits

From: Sam James <sam@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] repo/gentoo:master commit in: sys-boot/plymouth/
Date: Tue, 11 Jan 2022 03:50:26
Message-Id: 1641872980.7b8e6f3730aff61eafba75236b128cfa4ea8e2c6.sam@gentoo
1 commit: 7b8e6f3730aff61eafba75236b128cfa4ea8e2c6
2 Author: Sam James <sam <AT> gentoo <DOT> org>
3 AuthorDate: Tue Jan 11 03:49:40 2022 +0000
4 Commit: Sam James <sam <AT> gentoo <DOT> org>
5 CommitDate: Tue Jan 11 03:49:40 2022 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=7b8e6f37
7
8 sys-boot/plymouth: Stabilize 0.9.6_pre20211225 arm, #830975
9
10 Signed-off-by: Sam James <sam <AT> gentoo.org>
11
12 sys-boot/plymouth/plymouth-0.9.6_pre20211225.ebuild | 2 +-
13 1 file changed, 1 insertion(+), 1 deletion(-)
14
15 diff --git a/sys-boot/plymouth/plymouth-0.9.6_pre20211225.ebuild b/sys-boot/plymouth/plymouth-0.9.6_pre20211225.ebuild
16 index f124f2ead8c0..0ce452128434 100644
17 --- a/sys-boot/plymouth/plymouth-0.9.6_pre20211225.ebuild
18 +++ b/sys-boot/plymouth/plymouth-0.9.6_pre20211225.ebuild
19 @@ -12,7 +12,7 @@ if [[ ${PV} == 9999 ]]; then
20 else
21 PRE_RELEASE_SHA="5b91b9ed84cc91759c986634a4d64d474e6092cf"
22 SRC_URI="${SRC_URI} https://gitlab.freedesktop.org/${PN}/${PN}/-/archive/${PRE_RELEASE_SHA}/${PN}-${PRE_RELEASE_SHA}.tar.gz"
23 - KEYWORDS="~alpha amd64 ~arm arm64 ~ia64 ~ppc ppc64 ~riscv ~sparc x86"
24 + KEYWORDS="~alpha amd64 arm arm64 ~ia64 ~ppc ppc64 ~riscv ~sparc x86"
25 S="${WORKDIR}/${PN}-${PRE_RELEASE_SHA}"
26 fi