diff options
author | Thomas Deutschmann <whissi@gentoo.org> | 2019-03-09 20:13:33 +0100 |
---|---|---|
committer | Thomas Deutschmann <whissi@gentoo.org> | 2019-03-09 20:18:30 +0100 |
commit | 50e09c2c5e84fe937dd6fa235457f4eb001fafba (patch) | |
tree | c072e4944f804d61eb2760fefd51fb3c9795ab91 | |
parent | dev-libs/openssl: x86 stable (bug #678564) (diff) | |
download | gentoo-50e09c2c5e84fe937dd6fa235457f4eb001fafba.tar.gz gentoo-50e09c2c5e84fe937dd6fa235457f4eb001fafba.tar.bz2 gentoo-50e09c2c5e84fe937dd6fa235457f4eb001fafba.zip |
sci-libs/parmetis: x86 stable (bug #677116)
Package-Manager: Portage-2.3.62, Repoman-2.3.12
Signed-off-by: Thomas Deutschmann <whissi@gentoo.org>
-rw-r--r-- | sci-libs/parmetis/parmetis-4.0.3.ebuild | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/sci-libs/parmetis/parmetis-4.0.3.ebuild b/sci-libs/parmetis/parmetis-4.0.3.ebuild index bb48b4e600fe..36c006736500 100644 --- a/sci-libs/parmetis/parmetis-4.0.3.ebuild +++ b/sci-libs/parmetis/parmetis-4.0.3.ebuild @@ -1,4 +1,4 @@ -# Copyright 1999-2018 Gentoo Authors +# Copyright 1999-2019 Gentoo Authors # Distributed under the terms of the GNU General Public License v2 EAPI=6 @@ -17,7 +17,7 @@ SRC_URI=" examples? ( http://glaros.dtc.umn.edu/gkhome/fetch/sw/metis/${METISP}.tar.gz )" SLOT="0" -KEYWORDS="~amd64 ~x86 ~amd64-linux ~x86-linux" +KEYWORDS="~amd64 x86 ~amd64-linux ~x86-linux" LICENSE="free-noncomm" IUSE="doc double-precision examples int64 mpi openmp pcre static-libs" |