commit: 5828f4782f4300a26092f3e99500ce0cbd1a4b6b Author: Yongxiang Liang <tanekliang <AT> gmail <DOT> com> AuthorDate: Sat Jul 23 05:20:41 2022 +0000 Commit: Jakov Smolić <jsmolic <AT> gentoo <DOT> org> CommitDate: Sat Jul 23 06:57:11 2022 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=5828f478
app-admin/chroot_safe: keyword 1.4-r1 for ~riscv Bug: https://bugs.gentoo.org/857642 Signed-off-by: Yongxiang Liang <tanekliang <AT> gmail.com> Closes: https://github.com/gentoo/gentoo/pull/26534 Signed-off-by: Jakov Smolić <jsmolic <AT> gentoo.org> app-admin/chroot_safe/chroot_safe-1.4-r1.ebuild | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/app-admin/chroot_safe/chroot_safe-1.4-r1.ebuild b/app-admin/chroot_safe/chroot_safe-1.4-r1.ebuild index 919fdcc1757f..3bd3f207dfdb 100644 --- a/app-admin/chroot_safe/chroot_safe-1.4-r1.ebuild +++ b/app-admin/chroot_safe/chroot_safe-1.4-r1.ebuild @@ -1,4 +1,4 @@ -# Copyright 1999-2019 Gentoo Authors +# Copyright 1999-2022 Gentoo Authors # Distributed under the terms of the GNU General Public License v2 EAPI=7 @@ -11,7 +11,7 @@ SRC_URI="mirror://sourceforge/${PN//_}/${P}.tgz" LICENSE="MIT" SLOT="0" -KEYWORDS="amd64 ppc x86" +KEYWORDS="amd64 ppc ~riscv x86" PATCHES=( "${FILESDIR}"/${P}-ldflags.patch )