From d242fd5dc52ffeda3e5ccc0dc6ed078ed2e2b464 Mon Sep 17 00:00:00 2001 From: Michael Orlitzky Date: Sun, 25 Aug 2024 18:40:03 -0400 Subject: [PATCH] sci-libs/fplll: keyword 5.4.5 for ~riscv Signed-off-by: Michael Orlitzky --- sci-libs/fplll/fplll-5.4.5.ebuild | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/sci-libs/fplll/fplll-5.4.5.ebuild b/sci-libs/fplll/fplll-5.4.5.ebuild index f947f1eaf1d1e..57108bc65cbf5 100644 --- a/sci-libs/fplll/fplll-5.4.5.ebuild +++ b/sci-libs/fplll/fplll-5.4.5.ebuild @@ -1,4 +1,4 @@ -# Copyright 1999-2023 Gentoo Authors +# Copyright 1999-2024 Gentoo Authors # Distributed under the terms of the GNU General Public License v2 EAPI=8 @@ -9,7 +9,7 @@ SRC_URI="https://github.com/${PN}/${PN}/releases/download/${PV}/${P}.tar.gz" LICENSE="LGPL-2.1+" SLOT="0/8" -KEYWORDS="amd64 ~x86" +KEYWORDS="amd64 ~riscv ~x86" IUSE="qd" BDEPEND="virtual/pkgconfig"