commit: e361d6234e6ab9ddaf5e43ceabba2aff89d6108b Author: Alexey Shvetsov <alexxy <AT> gentoo <DOT> org> AuthorDate: Mon Oct 22 21:26:56 2018 +0000 Commit: Alexey Shvetsov <alexxy <AT> gentoo <DOT> org> CommitDate: Mon Oct 22 21:28:34 2018 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=e361d623
sci-libs/lmfit: Add arm and x86 keywords Signed-off-by: Alexey Shvetsov <alexxy <AT> gentoo.org> Package-Manager: Portage-2.3.51, Repoman-2.3.11 sci-libs/lmfit/lmfit-7.0.ebuild | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/sci-libs/lmfit/lmfit-7.0.ebuild b/sci-libs/lmfit/lmfit-7.0.ebuild index e895f1f0688..db342f68909 100644 --- a/sci-libs/lmfit/lmfit-7.0.ebuild +++ b/sci-libs/lmfit/lmfit-7.0.ebuild @@ -1,4 +1,4 @@ -# Copyright 1999-2018 Gentoo Foundation +# Copyright 1999-2018 Gentoo Authors # Distributed under the terms of the GNU General Public License v2 EAPI=6 @@ -11,7 +11,7 @@ SRC_URI="http://apps.jcns.fz-juelich.de/src/lmfit/${P}.tgz" LICENSE="BSD-2" SLOT="0" -KEYWORDS="~amd64" +KEYWORDS="~amd64 ~arm ~x86" IUSE="" PATCHES=( "${FILESDIR}/${P}-cmake.patch" )
