diff options
author | Marek Szuba <marecki@gentoo.org> | 2021-09-10 22:34:19 +0100 |
---|---|---|
committer | Marek Szuba <marecki@gentoo.org> | 2021-09-10 23:51:41 +0100 |
commit | 15f6bc7eabfd93b0963429557218e891290f9757 (patch) | |
tree | 11226bd3d89cdc2a13ae348765dd9cafb1baa2c4 | |
parent | games-rpg/rpg-cli: drop 0.6.0 (diff) | |
download | gentoo-15f6bc7eabfd93b0963429557218e891290f9757.tar.gz gentoo-15f6bc7eabfd93b0963429557218e891290f9757.tar.bz2 gentoo-15f6bc7eabfd93b0963429557218e891290f9757.zip |
sys-boot/plymouth: keyword 0.9.5-r1 for ~riscv
Signed-off-by: Marek Szuba <marecki@gentoo.org>
-rw-r--r-- | sys-boot/plymouth/plymouth-0.9.5-r1.ebuild | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/sys-boot/plymouth/plymouth-0.9.5-r1.ebuild b/sys-boot/plymouth/plymouth-0.9.5-r1.ebuild index 4263c374b083..62560bb5edb7 100644 --- a/sys-boot/plymouth/plymouth-0.9.5-r1.ebuild +++ b/sys-boot/plymouth/plymouth-0.9.5-r1.ebuild @@ -1,4 +1,4 @@ -# Copyright 1999-2020 Gentoo Authors +# Copyright 1999-2021 Gentoo Authors # Distributed under the terms of the GNU General Public License v2 EAPI=7 @@ -11,7 +11,7 @@ if [[ ${PV} == 9999 ]]; then EGIT_REPO_URI="https://gitlab.freedesktop.org/plymouth/plymouth" else SRC_URI="${SRC_URI} https://www.freedesktop.org/software/plymouth/releases/${P}.tar.xz" - KEYWORDS="~alpha amd64 arm arm64 ~ia64 ppc ppc64 sparc x86" + KEYWORDS="~alpha amd64 arm arm64 ~ia64 ppc ppc64 ~riscv sparc x86" fi inherit autotools readme.gentoo-r1 systemd toolchain-funcs |