From: Michał Górny Date: Wed, 21 Feb 2018 21:59:45 +0000 (+0100) Subject: sci-libs/mpir: Tested on ~amd64-fbsd X-Git-Url: http://git.tremily.us/gitweb.cgi?a=commitdiff_plain;h=14ad47c6b894b3ec51b279f955c1fc3b3fbec7ca;p=gentoo.git sci-libs/mpir: Tested on ~amd64-fbsd --- diff --git a/sci-libs/mpir/mpir-3.0.0.ebuild b/sci-libs/mpir/mpir-3.0.0.ebuild index 14bfad90ba26..f6a4b38450fd 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=""