commit: 14ad47c6b894b3ec51b279f955c1fc3b3fbec7ca Author: Michał Górny <mgorny <AT> gentoo <DOT> org> AuthorDate: Wed Feb 21 21:59:45 2018 +0000 Commit: Michał Górny <mgorny <AT> gentoo <DOT> org> CommitDate: Wed Feb 21 22:11:21 2018 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=14ad47c6
sci-libs/mpir: Tested on ~amd64-fbsd sci-libs/mpir/mpir-3.0.0.ebuild | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/sci-libs/mpir/mpir-3.0.0.ebuild b/sci-libs/mpir/mpir-3.0.0.ebuild index 14bfad90ba2..f6a4b38450f 100644 --- a/sci-libs/mpir/mpir-3.0.0.ebuild +++ b/sci-libs/mpir/mpir-3.0.0.ebuild @@ -1,4 +1,4 @@ -# Copyright 1999-2017 Gentoo Foundation +# Copyright 1999-2018 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 EAPI=6 @@ -11,12 +11,13 @@ SRC_URI="http://www.mpir.org/${P}.tar.bz2" LICENSE="LGPL-3" SLOT="0/23" -KEYWORDS="~amd64 ~hppa ~ia64 ~ppc ~ppc64 ~x86 ~amd64-linux ~x86-linux" +KEYWORDS="~amd64 ~hppa ~ia64 ~ppc ~ppc64 ~x86 ~amd64-fbsd ~amd64-linux ~x86-linux" IUSE="+cxx cpudetection static-libs" DEPEND=" x86? ( dev-lang/yasm ) amd64? ( dev-lang/yasm ) + amd64-fbsd? ( dev-lang/yasm ) " RDEPEND=""
