diff options
author | Kent Fredric <kentnl@gentoo.org> | 2017-06-28 05:06:34 +1200 |
---|---|---|
committer | Kent Fredric <kentnl@gentoo.org> | 2017-06-28 05:19:58 +1200 |
commit | 29d4814a066c0b99fbcd7c6f44d0645570d6ccaa (patch) | |
tree | c17c2c4732a89bb577a26b7d59a713ebc2718eae /dev-lang/moarvm/moarvm-9999.ebuild | |
parent | dev-qt/qtwayland: keyword ~arm64 (diff) | |
download | gentoo-29d4814a066c0b99fbcd7c6f44d0645570d6ccaa.tar.gz gentoo-29d4814a066c0b99fbcd7c6f44d0645570d6ccaa.tar.bz2 gentoo-29d4814a066c0b99fbcd7c6f44d0645570d6ccaa.zip |
dev-lang/moarvm: Fix dependency on libtommath-1.0 re bugs #608548 and #576284
Upstream has used a bundled copy of libtommath at version 1.0 since
version 2016.02, but we use system copies, and so, which end users
who are running full ~arch would have gotten a working version by
fortunate accident.
An -r1 bump is required here, as dependency propagation must replicate,
even for people who already have compile working, as users must be
discouraged fron downgrading libtommath if they try to do partial
reversion to 'arch'
Thanks to the patient reporters and commenters on the related bugs.
Bug: https://bugs.gentoo.org/576284
Bug: https://bugs.gentoo.org/608548
Package-Manager: Portage-2.3.6, Repoman-2.3.2
Diffstat (limited to 'dev-lang/moarvm/moarvm-9999.ebuild')
-rw-r--r-- | dev-lang/moarvm/moarvm-9999.ebuild | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/dev-lang/moarvm/moarvm-9999.ebuild b/dev-lang/moarvm/moarvm-9999.ebuild index 67393ca666f6..f119a7ae28bc 100644 --- a/dev-lang/moarvm/moarvm-9999.ebuild +++ b/dev-lang/moarvm/moarvm-9999.ebuild @@ -1,4 +1,4 @@ -# Copyright 1999-2016 Gentoo Foundation +# Copyright 1999-2017 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 EAPI=6 @@ -24,7 +24,7 @@ SLOT="0" IUSE="asan clang debug doc +jit static-libs optimize ubsan" RDEPEND="dev-libs/libatomic_ops - dev-libs/libtommath + >=dev-libs/libtommath-1.0 dev-libs/libuv jit? ( dev-lang/lua:0[deprecated] dev-lua/LuaBitOp ) |