diff options
author | Sam James <sam@gentoo.org> | 2021-04-15 09:14:49 +0100 |
---|---|---|
committer | Sam James <sam@gentoo.org> | 2021-04-16 12:16:23 +0100 |
commit | a43eaa495bf92db344de50928243a7bbac6afa4c (patch) | |
tree | 72d84c149294dd60fa4131bdc9eac2df2fd44c1b /dev-ml/num | |
parent | dev-ml/mtime: eutils-- (diff) | |
download | gentoo-a43eaa495bf92db344de50928243a7bbac6afa4c.tar.gz gentoo-a43eaa495bf92db344de50928243a7bbac6afa4c.tar.bz2 gentoo-a43eaa495bf92db344de50928243a7bbac6afa4c.zip |
dev-ml/num: multilib--
Signed-off-by: Sam James <sam@gentoo.org>
Diffstat (limited to 'dev-ml/num')
-rw-r--r-- | dev-ml/num/num-1.3-r1.ebuild | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/dev-ml/num/num-1.3-r1.ebuild b/dev-ml/num/num-1.3-r1.ebuild index 8cbf68aa3b51..73cc299b3bf4 100644 --- a/dev-ml/num/num-1.3-r1.ebuild +++ b/dev-ml/num/num-1.3-r1.ebuild @@ -3,7 +3,7 @@ EAPI=7 -inherit multilib findlib +inherit findlib DESCRIPTION="Library for arbitrary-precision integer and rational arithmetic" HOMEPAGE="https://github.com/ocaml/num" @@ -12,7 +12,6 @@ SRC_URI="https://github.com/ocaml/${PN}/archive/v${PV}.tar.gz -> ${P}.tar.gz" LICENSE="LGPL-2.1-with-linking-exception" SLOT="0" KEYWORDS="amd64 arm arm64 ppc ppc64 x86 ~amd64-linux ~x86-linux ~ppc-macos ~x86-solaris" -IUSE="" DEPEND=">=dev-lang/ocaml-4.09.0:=[ocamlopt] >=dev-ml/findlib-1.8.1[ocamlopt]" |