summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAlexey Shvetsov <alexxy@gentoo.org>2018-10-23 00:26:56 +0300
committerAlexey Shvetsov <alexxy@gentoo.org>2018-10-23 00:28:34 +0300
commite361d6234e6ab9ddaf5e43ceabba2aff89d6108b (patch)
tree4b1c7deb9b0aa415bce77ad0cc5f4a718ad6a3e6 /sci-libs/lmfit
parentdev-php/igbinary: Version bump for 2.0.8 (diff)
downloadgentoo-e361d6234e6ab9ddaf5e43ceabba2aff89d6108b.tar.gz
gentoo-e361d6234e6ab9ddaf5e43ceabba2aff89d6108b.tar.bz2
gentoo-e361d6234e6ab9ddaf5e43ceabba2aff89d6108b.zip
sci-libs/lmfit: Add arm and x86 keywords
Signed-off-by: Alexey Shvetsov <alexxy@gentoo.org> Package-Manager: Portage-2.3.51, Repoman-2.3.11
Diffstat (limited to 'sci-libs/lmfit')
-rw-r--r--sci-libs/lmfit/lmfit-7.0.ebuild4
1 files changed, 2 insertions, 2 deletions
diff --git a/sci-libs/lmfit/lmfit-7.0.ebuild b/sci-libs/lmfit/lmfit-7.0.ebuild
index e895f1f06889..db342f68909e 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" )