Gentoo Archives: gentoo-commits

From: Alexey Shvetsov <alexxy@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] repo/gentoo:master commit in: sci-libs/lmfit/
Date: Mon, 22 Oct 2018 21:29:05
Message-Id: 1540243714.e361d6234e6ab9ddaf5e43ceabba2aff89d6108b.alexxy@gentoo
1 commit: e361d6234e6ab9ddaf5e43ceabba2aff89d6108b
2 Author: Alexey Shvetsov <alexxy <AT> gentoo <DOT> org>
3 AuthorDate: Mon Oct 22 21:26:56 2018 +0000
4 Commit: Alexey Shvetsov <alexxy <AT> gentoo <DOT> org>
5 CommitDate: Mon Oct 22 21:28:34 2018 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=e361d623
7
8 sci-libs/lmfit: Add arm and x86 keywords
9
10 Signed-off-by: Alexey Shvetsov <alexxy <AT> gentoo.org>
11 Package-Manager: Portage-2.3.51, Repoman-2.3.11
12
13 sci-libs/lmfit/lmfit-7.0.ebuild | 4 ++--
14 1 file changed, 2 insertions(+), 2 deletions(-)
15
16 diff --git a/sci-libs/lmfit/lmfit-7.0.ebuild b/sci-libs/lmfit/lmfit-7.0.ebuild
17 index e895f1f0688..db342f68909 100644
18 --- a/sci-libs/lmfit/lmfit-7.0.ebuild
19 +++ b/sci-libs/lmfit/lmfit-7.0.ebuild
20 @@ -1,4 +1,4 @@
21 -# Copyright 1999-2018 Gentoo Foundation
22 +# Copyright 1999-2018 Gentoo Authors
23 # Distributed under the terms of the GNU General Public License v2
24
25 EAPI=6
26 @@ -11,7 +11,7 @@ SRC_URI="http://apps.jcns.fz-juelich.de/src/lmfit/${P}.tgz"
27
28 LICENSE="BSD-2"
29 SLOT="0"
30 -KEYWORDS="~amd64"
31 +KEYWORDS="~amd64 ~arm ~x86"
32 IUSE=""
33
34 PATCHES=( "${FILESDIR}/${P}-cmake.patch" )