summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMichał Górny <mgorny@gentoo.org>2018-02-21 22:59:45 +0100
committerMichał Górny <mgorny@gentoo.org>2018-02-21 23:11:21 +0100
commit14ad47c6b894b3ec51b279f955c1fc3b3fbec7ca (patch)
treef6e87d8499ad5ce766a810df88ada55d27140a36
parentdev-python/incremental: Keyword ~amd64-fbsd (diff)
downloadgentoo-14ad47c6.tar.gz
gentoo-14ad47c6.tar.bz2
gentoo-14ad47c6.zip
sci-libs/mpir: Tested on ~amd64-fbsd
-rw-r--r--sci-libs/mpir/mpir-3.0.0.ebuild5
1 files 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 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=""