diff options
author | Marek Szuba <marecki@gentoo.org> | 2021-07-05 11:03:44 +0100 |
---|---|---|
committer | Marek Szuba <marecki@gentoo.org> | 2021-07-05 14:24:39 +0100 |
commit | 3546ecd59a77e510d96bcd138d592f9fa4253546 (patch) | |
tree | d606984c6e085b65723b21a85f484e57ecb762a7 /sys-cluster | |
parent | sys-apps/gptfdisk: Added a patch to remove byteswap (diff) | |
download | gentoo-3546ecd59a77e510d96bcd138d592f9fa4253546.tar.gz gentoo-3546ecd59a77e510d96bcd138d592f9fa4253546.tar.bz2 gentoo-3546ecd59a77e510d96bcd138d592f9fa4253546.zip |
sys-cluster/nullmpi: keyword 0.7 for ~riscv
Not exactly the most useful MPI implementation out there - but at least
now we've got SOMETHING to allow us to keyword virtual/mpi here.
Signed-off-by: Marek Szuba <marecki@gentoo.org>
Diffstat (limited to 'sys-cluster')
-rw-r--r-- | sys-cluster/nullmpi/nullmpi-0.7.ebuild | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/sys-cluster/nullmpi/nullmpi-0.7.ebuild b/sys-cluster/nullmpi/nullmpi-0.7.ebuild index b5c5cc6dabc2..1ad6a5790d63 100644 --- a/sys-cluster/nullmpi/nullmpi-0.7.ebuild +++ b/sys-cluster/nullmpi/nullmpi-0.7.ebuild @@ -1,4 +1,4 @@ -# Copyright 1999-2016 Gentoo Foundation +# Copyright 1999-2021 Gentoo Authors # Distributed under the terms of the GNU General Public License v2 EAPI=6 @@ -11,7 +11,7 @@ SRC_URI="http://wissrech.ins.uni-bonn.de/research/projects/nullmpi/${PF}.tar.gz" LICENSE="GPL-1" SLOT="0" -KEYWORDS="~amd64 ~x86" +KEYWORDS="~amd64 ~riscv ~x86" IUSE="static-libs" RDEPEND=" |