diff options
author | Mikle Kolyada <zlogene@gentoo.org> | 2019-02-28 17:34:59 +0300 |
---|---|---|
committer | Mikle Kolyada <zlogene@gentoo.org> | 2019-02-28 17:34:59 +0300 |
commit | 7644a1ca7ed4750a652037312880b2a84a5a47d8 (patch) | |
tree | cd3f9a2f510ee1cce4743377a518623e2e670d7c /sci-mathematics/z3 | |
parent | dev-qt/qtspeech: Add ~arm keyword wrt bug #675340 (diff) | |
download | gentoo-7644a1ca7ed4750a652037312880b2a84a5a47d8.tar.gz gentoo-7644a1ca7ed4750a652037312880b2a84a5a47d8.tar.bz2 gentoo-7644a1ca7ed4750a652037312880b2a84a5a47d8.zip |
sci-mathematics/z3: Add ~arm keyword wrt bug #677862
Signed-off-by: Mikle Kolyada <zlogene@gentoo.org>
Package-Manager: Portage-2.3.51, Repoman-2.3.11
RepoMan-Options: --include-arches="~arm"
Diffstat (limited to 'sci-mathematics/z3')
-rw-r--r-- | sci-mathematics/z3/z3-4.8.4.ebuild | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/sci-mathematics/z3/z3-4.8.4.ebuild b/sci-mathematics/z3/z3-4.8.4.ebuild index 635541f00be0..810edb13ba96 100644 --- a/sci-mathematics/z3/z3-4.8.4.ebuild +++ b/sci-mathematics/z3/z3-4.8.4.ebuild @@ -13,7 +13,7 @@ SRC_URI="https://github.com/Z3Prover/z3/archive/${P}.tar.gz" SLOT="0/4.8" LICENSE="MIT" -KEYWORDS="~amd64 ~ppc64 ~x86" +KEYWORDS="~amd64 ~arm ~ppc64 ~x86" IUSE="doc examples gmp isabelle java openmp python" REQUIRED_USE="${PYTHON_REQUIRED_USE}" |