diff options
author | Maciej Barć <xgqt@gentoo.org> | 2022-07-23 19:25:52 +0200 |
---|---|---|
committer | Maciej Barć <xgqt@gentoo.org> | 2022-07-23 19:41:00 +0200 |
commit | cbb308be9f9e203cd2a885f43e5f568fddc16cb1 (patch) | |
tree | 4ae00c37ae6d2993f7bbb5c0681584d7f997db9d /sci-mathematics/vampire | |
parent | app-emulation/ganeti: add live ebuilds (diff) | |
download | gentoo-cbb308be9f9e203cd2a885f43e5f568fddc16cb1.tar.gz gentoo-cbb308be9f9e203cd2a885f43e5f568fddc16cb1.tar.bz2 gentoo-cbb308be9f9e203cd2a885f43e5f568fddc16cb1.zip |
sci-mathematics/vampire: restrict z3 dep version
Closes: https://bugs.gentoo.org/860237
Signed-off-by: Maciej Barć <xgqt@gentoo.org>
Diffstat (limited to 'sci-mathematics/vampire')
-rw-r--r-- | sci-mathematics/vampire/vampire-4.6.1-r1.ebuild (renamed from sci-mathematics/vampire/vampire-4.6.1.ebuild) | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/sci-mathematics/vampire/vampire-4.6.1.ebuild b/sci-mathematics/vampire/vampire-4.6.1-r1.ebuild index 6c99ffab7e31..2f7ceabc3b2c 100644 --- a/sci-mathematics/vampire/vampire-4.6.1.ebuild +++ b/sci-mathematics/vampire/vampire-4.6.1-r1.ebuild @@ -1,4 +1,4 @@ -# Copyright 1999-2021 Gentoo Authors +# Copyright 1999-2022 Gentoo Authors # Distributed under the terms of the GNU General Public License v2 EAPI=8 @@ -27,7 +27,7 @@ RESTRICT="!debug? ( test )" RDEPEND=" z3? ( dev-libs/gmp:= - sci-mathematics/z3:= + <sci-mathematics/z3-4.10:= ) " DEPEND="${RDEPEND}" |