Gentoo Archives: gentoo-commits

From: "Michał Górny" <mgorny@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] repo/gentoo:master commit in: sci-libs/mpir/
Date: Wed, 21 Feb 2018 22:11:38
Message-Id: 1519251081.14ad47c6b894b3ec51b279f955c1fc3b3fbec7ca.mgorny@gentoo
1 commit: 14ad47c6b894b3ec51b279f955c1fc3b3fbec7ca
2 Author: Michał Górny <mgorny <AT> gentoo <DOT> org>
3 AuthorDate: Wed Feb 21 21:59:45 2018 +0000
4 Commit: Michał Górny <mgorny <AT> gentoo <DOT> org>
5 CommitDate: Wed Feb 21 22:11:21 2018 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=14ad47c6
7
8 sci-libs/mpir: Tested on ~amd64-fbsd
9
10 sci-libs/mpir/mpir-3.0.0.ebuild | 5 +++--
11 1 file changed, 3 insertions(+), 2 deletions(-)
12
13 diff --git a/sci-libs/mpir/mpir-3.0.0.ebuild b/sci-libs/mpir/mpir-3.0.0.ebuild
14 index 14bfad90ba2..f6a4b38450f 100644
15 --- a/sci-libs/mpir/mpir-3.0.0.ebuild
16 +++ b/sci-libs/mpir/mpir-3.0.0.ebuild
17 @@ -1,4 +1,4 @@
18 -# Copyright 1999-2017 Gentoo Foundation
19 +# Copyright 1999-2018 Gentoo Foundation
20 # Distributed under the terms of the GNU General Public License v2
21
22 EAPI=6
23 @@ -11,12 +11,13 @@ SRC_URI="http://www.mpir.org/${P}.tar.bz2"
24
25 LICENSE="LGPL-3"
26 SLOT="0/23"
27 -KEYWORDS="~amd64 ~hppa ~ia64 ~ppc ~ppc64 ~x86 ~amd64-linux ~x86-linux"
28 +KEYWORDS="~amd64 ~hppa ~ia64 ~ppc ~ppc64 ~x86 ~amd64-fbsd ~amd64-linux ~x86-linux"
29 IUSE="+cxx cpudetection static-libs"
30
31 DEPEND="
32 x86? ( dev-lang/yasm )
33 amd64? ( dev-lang/yasm )
34 + amd64-fbsd? ( dev-lang/yasm )
35 "
36 RDEPEND=""