diff options
author | Michał Górny <mgorny@gentoo.org> | 2018-02-21 22:59:45 +0100 |
---|---|---|
committer | Michał Górny <mgorny@gentoo.org> | 2018-02-21 23:11:21 +0100 |
commit | 14ad47c6b894b3ec51b279f955c1fc3b3fbec7ca (patch) | |
tree | f6e87d8499ad5ce766a810df88ada55d27140a36 /sci-libs/mpir | |
parent | dev-python/incremental: Keyword ~amd64-fbsd (diff) | |
download | gentoo-14ad47c6b894b3ec51b279f955c1fc3b3fbec7ca.tar.gz gentoo-14ad47c6b894b3ec51b279f955c1fc3b3fbec7ca.tar.bz2 gentoo-14ad47c6b894b3ec51b279f955c1fc3b3fbec7ca.zip |
sci-libs/mpir: Tested on ~amd64-fbsd
Diffstat (limited to 'sci-libs/mpir')
-rw-r--r-- | sci-libs/mpir/mpir-3.0.0.ebuild | 5 |
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="" |