diff options
author | Sam James <sam@gentoo.org> | 2022-01-11 03:49:40 +0000 |
---|---|---|
committer | Sam James <sam@gentoo.org> | 2022-01-11 03:49:40 +0000 |
commit | 7b8e6f3730aff61eafba75236b128cfa4ea8e2c6 (patch) | |
tree | c7f3c2819befa54c6cc3e37f5855d24e96b11b51 | |
parent | sys-boot/plymouth: Stabilize 0.9.6_pre20211225 x86, #830975 (diff) | |
download | gentoo-7b8e6f3730aff61eafba75236b128cfa4ea8e2c6.tar.gz gentoo-7b8e6f3730aff61eafba75236b128cfa4ea8e2c6.tar.bz2 gentoo-7b8e6f3730aff61eafba75236b128cfa4ea8e2c6.zip |
sys-boot/plymouth: Stabilize 0.9.6_pre20211225 arm, #830975
Signed-off-by: Sam James <sam@gentoo.org>
-rw-r--r-- | sys-boot/plymouth/plymouth-0.9.6_pre20211225.ebuild | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/sys-boot/plymouth/plymouth-0.9.6_pre20211225.ebuild b/sys-boot/plymouth/plymouth-0.9.6_pre20211225.ebuild index f124f2ead8c0..0ce452128434 100644 --- a/sys-boot/plymouth/plymouth-0.9.6_pre20211225.ebuild +++ b/sys-boot/plymouth/plymouth-0.9.6_pre20211225.ebuild @@ -12,7 +12,7 @@ if [[ ${PV} == 9999 ]]; then else PRE_RELEASE_SHA="5b91b9ed84cc91759c986634a4d64d474e6092cf" SRC_URI="${SRC_URI} https://gitlab.freedesktop.org/${PN}/${PN}/-/archive/${PRE_RELEASE_SHA}/${PN}-${PRE_RELEASE_SHA}.tar.gz" - KEYWORDS="~alpha amd64 ~arm arm64 ~ia64 ~ppc ppc64 ~riscv ~sparc x86" + KEYWORDS="~alpha amd64 arm arm64 ~ia64 ~ppc ppc64 ~riscv ~sparc x86" S="${WORKDIR}/${PN}-${PRE_RELEASE_SHA}" fi |