diff options
author | Michael Orlitzky <mjo@gentoo.org> | 2024-08-25 12:43:45 -0400 |
---|---|---|
committer | Michael Orlitzky <mjo@gentoo.org> | 2024-08-25 12:47:28 -0400 |
commit | e894079933f3cac76bcad45fa1b0af57c7a6521c (patch) | |
tree | 0517d5f2cef145b51602154650a573ada444951c /sci-libs | |
parent | sci-libs/m4rie: keyword 20200115-r1 for ~riscv (diff) | |
download | gentoo-e894079933f3cac76bcad45fa1b0af57c7a6521c.tar.gz gentoo-e894079933f3cac76bcad45fa1b0af57c7a6521c.tar.bz2 gentoo-e894079933f3cac76bcad45fa1b0af57c7a6521c.zip |
sci-libs/brial: keyword 1.2.12 for ~riscv
Signed-off-by: Michael Orlitzky <mjo@gentoo.org>
Diffstat (limited to 'sci-libs')
-rw-r--r-- | sci-libs/brial/brial-1.2.12.ebuild | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/sci-libs/brial/brial-1.2.12.ebuild b/sci-libs/brial/brial-1.2.12.ebuild index 1a4d4a95fd64..949a5d87445f 100644 --- a/sci-libs/brial/brial-1.2.12.ebuild +++ b/sci-libs/brial/brial-1.2.12.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 @@ -12,7 +12,7 @@ SRC_URI="https://github.com/BRiAl/BRiAl/releases/download/${PV}/${P}.tar.bz2" # The top-level license is GPL2+, but cudd/LICENSE is BSD. LICENSE="BSD GPL-2+" SLOT="0" -KEYWORDS="amd64 ~x86 ~amd64-linux ~x86-linux ~x64-macos" +KEYWORDS="amd64 ~riscv ~x86 ~amd64-linux ~x86-linux ~x64-macos" IUSE="png" BDEPEND="virtual/pkgconfig" |