From 5828f4782f4300a26092f3e99500ce0cbd1a4b6b Mon Sep 17 00:00:00 2001 From: Yongxiang Liang Date: Sat, 23 Jul 2022 05:20:41 +0000 Subject: [PATCH] app-admin/chroot_safe: keyword 1.4-r1 for ~riscv MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Bug: https://bugs.gentoo.org/857642 Signed-off-by: Yongxiang Liang Closes: https://github.com/gentoo/gentoo/pull/26534 Signed-off-by: Jakov Smolić --- 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 919fdcc1757f6..3bd3f207dfdb6 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 )