diff options
author | Michał Górny <mgorny@gentoo.org> | 2019-07-15 17:26:49 +0200 |
---|---|---|
committer | Michał Górny <mgorny@gentoo.org> | 2019-07-15 17:26:49 +0200 |
commit | 4de258eaf8a479e637d2648c68f7c99de3078783 (patch) | |
tree | 5e1bfcd61ab3344125fb4349673f0032268d9ce4 /sys-cluster/mvapich2 | |
parent | sys-cluster/lspbs: Sort KEYWORDS (diff) | |
download | gentoo-4de258eaf8a479e637d2648c68f7c99de3078783.tar.gz gentoo-4de258eaf8a479e637d2648c68f7c99de3078783.tar.bz2 gentoo-4de258eaf8a479e637d2648c68f7c99de3078783.zip |
sys-cluster/mvapich2: Sort KEYWORDS
Signed-off-by: Michał Górny <mgorny@gentoo.org>
Diffstat (limited to 'sys-cluster/mvapich2')
-rw-r--r-- | sys-cluster/mvapich2/mvapich2-1.6.ebuild | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/sys-cluster/mvapich2/mvapich2-1.6.ebuild b/sys-cluster/mvapich2/mvapich2-1.6.ebuild index caac58cb0d88..6277a6a7a4c0 100644 --- a/sys-cluster/mvapich2/mvapich2-1.6.ebuild +++ b/sys-cluster/mvapich2/mvapich2-1.6.ebuild @@ -1,4 +1,4 @@ -# Copyright 1999-2018 Gentoo Foundation +# Copyright 1999-2019 Gentoo Authors # Distributed under the terms of the GNU General Public License v2 EAPI="4" @@ -11,7 +11,7 @@ SRC_URI="${HOMEPAGE}/download/mvapich2/mvapich2-${PV/_/-}.tgz" SLOT="0" LICENSE="BSD" -KEYWORDS="~x86 ~amd64" +KEYWORDS="~amd64 ~x86" IUSE="debug fortran large-cluster medium-cluster romio threads" RDEPEND=" |