diff options
Diffstat (limited to 'sci-libs/brial')
-rw-r--r-- | sci-libs/brial/Manifest | 2 | ||||
-rw-r--r-- | sci-libs/brial/brial-1.2.12.ebuild | 4 |
2 files changed, 3 insertions, 3 deletions
diff --git a/sci-libs/brial/Manifest b/sci-libs/brial/Manifest index dfc1dad56d9b..5861eda02090 100644 --- a/sci-libs/brial/Manifest +++ b/sci-libs/brial/Manifest @@ -1,3 +1,3 @@ DIST brial-1.2.12.tar.bz2 1259569 BLAKE2B bf9415b2980d76d00239eceea113d6dbb916f5dcec3bdecb05db0ad1988761e4d25ab9a0419c68a3b2501f1f9dc6e2d31418aea7c727cfd01f4ae76eea8f81e2 SHA512 c44902f0f935d614b8c2d437d6c895f650ff4b77501ac3ba035e21671719f4080c88a173819f8db8e8b7dda121736146d8388b70ad7cda75207a1b22b93f5af6 -EBUILD brial-1.2.12.ebuild 911 BLAKE2B cfa42eb00c51032dbd81e0e7dffb91f1013caedb99daf9984067a6dfaeb04184caa9b6716600e90598f1cc193c77c70e2b34db3a5d8ecf00a8707bc44547d599 SHA512 a3c4c8ec29bd58f5de7dc822e84288d881e882aa0d71cdac2d0b77b2c69f3ade0eb2623d4d8364cbc7899b6e8be530561c94474b9f3e6d9c856538a7588b03a6 +EBUILD brial-1.2.12.ebuild 918 BLAKE2B a96aca17750b01394714034f565e4b4bbe24f3bc450bcaf345e37a2b7a1378680c2f611db43d0dc688f78fbdfff698d2d5d0e9be83033bce0912920c57f94063 SHA512 af8180128e5990d01fcbcfae44303fdb0cb814c322114d318a43745b5cb42ee539d6006a7bf7e3f24287accf6eb664ee6f0eafe8098a7199ef977f5e1991dcc4 MISC metadata.xml 1077 BLAKE2B 516f3390d40d27d4d1934be2eea344e888112ae8912985134bc288fe4d9414f49100874ddf94f7b0d517e60b7a37801464a6f64108df0465a015e6e9f3c3702e SHA512 284c49e862464bf2d825598a9ef6aa6dbf40c6f42f02f1dcb53f7d3baf8c728771dec129a63fcadb711c40ff623e5c4036cfdc54afc4dbaf07c73b75329aefe0 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" |