diff options
author | Sergei Trofimovich <slyfox@gentoo.org> | 2020-11-16 22:42:49 +0000 |
---|---|---|
committer | Sergei Trofimovich <slyfox@gentoo.org> | 2020-11-16 22:53:00 +0000 |
commit | c7b8d1d4774d21b3e1bc57a9621250de18d69637 (patch) | |
tree | 7d288382f283dce2421b146bbeb013bd07f7f64b | |
parent | dev-lang/polyml: use dev-libs/libffi instead of virtual/libffi (diff) | |
download | gentoo-c7b8d1d4774d21b3e1bc57a9621250de18d69637.tar.gz gentoo-c7b8d1d4774d21b3e1bc57a9621250de18d69637.tar.bz2 gentoo-c7b8d1d4774d21b3e1bc57a9621250de18d69637.zip |
dev-ml/ocaml-ctypes: use dev-libs/libffi instead of virtual/libffi
Package-Manager: Portage-3.0.9, Repoman-3.0.2
Signed-off-by: Sergei Trofimovich <slyfox@gentoo.org>
-rw-r--r-- | dev-ml/ocaml-ctypes/ocaml-ctypes-0.11.2.ebuild | 4 | ||||
-rw-r--r-- | dev-ml/ocaml-ctypes/ocaml-ctypes-0.11.3.ebuild | 4 | ||||
-rw-r--r-- | dev-ml/ocaml-ctypes/ocaml-ctypes-0.12.1.ebuild | 4 | ||||
-rw-r--r-- | dev-ml/ocaml-ctypes/ocaml-ctypes-0.13.0.ebuild | 4 |
4 files changed, 8 insertions, 8 deletions
diff --git a/dev-ml/ocaml-ctypes/ocaml-ctypes-0.11.2.ebuild b/dev-ml/ocaml-ctypes/ocaml-ctypes-0.11.2.ebuild index c2e1edb4209f..4d8ab3652fdc 100644 --- a/dev-ml/ocaml-ctypes/ocaml-ctypes-0.11.2.ebuild +++ b/dev-ml/ocaml-ctypes/ocaml-ctypes-0.11.2.ebuild @@ -1,4 +1,4 @@ -# Copyright 1999-2019 Gentoo Authors +# Copyright 1999-2020 Gentoo Authors # Distributed under the terms of the GNU General Public License v2 EAPI=5 @@ -17,7 +17,7 @@ RESTRICT="!test? ( test )" RDEPEND=" >=dev-lang/ocaml-4.02:=[ocamlopt] - virtual/libffi + dev-libs/libffi " DEPEND="${RDEPEND} test? ( dev-ml/ounit )" diff --git a/dev-ml/ocaml-ctypes/ocaml-ctypes-0.11.3.ebuild b/dev-ml/ocaml-ctypes/ocaml-ctypes-0.11.3.ebuild index 7429fab28811..c1ff54bb429e 100644 --- a/dev-ml/ocaml-ctypes/ocaml-ctypes-0.11.3.ebuild +++ b/dev-ml/ocaml-ctypes/ocaml-ctypes-0.11.3.ebuild @@ -1,4 +1,4 @@ -# Copyright 1999-2019 Gentoo Authors +# Copyright 1999-2020 Gentoo Authors # Distributed under the terms of the GNU General Public License v2 EAPI=5 @@ -17,7 +17,7 @@ RESTRICT="!test? ( test )" RDEPEND=" >=dev-lang/ocaml-4.02:=[ocamlopt] - virtual/libffi + dev-libs/libffi " DEPEND="${RDEPEND} test? ( dev-ml/ounit )" diff --git a/dev-ml/ocaml-ctypes/ocaml-ctypes-0.12.1.ebuild b/dev-ml/ocaml-ctypes/ocaml-ctypes-0.12.1.ebuild index ea192196f12a..17a54dde7978 100644 --- a/dev-ml/ocaml-ctypes/ocaml-ctypes-0.12.1.ebuild +++ b/dev-ml/ocaml-ctypes/ocaml-ctypes-0.12.1.ebuild @@ -1,4 +1,4 @@ -# Copyright 1999-2019 Gentoo Authors +# Copyright 1999-2020 Gentoo Authors # Distributed under the terms of the GNU General Public License v2 EAPI=5 @@ -17,7 +17,7 @@ RESTRICT="!test? ( test )" RDEPEND=" >=dev-lang/ocaml-4.02:=[ocamlopt] - virtual/libffi + dev-libs/libffi dev-ml/integers:= " DEPEND="${RDEPEND} diff --git a/dev-ml/ocaml-ctypes/ocaml-ctypes-0.13.0.ebuild b/dev-ml/ocaml-ctypes/ocaml-ctypes-0.13.0.ebuild index ea192196f12a..17a54dde7978 100644 --- a/dev-ml/ocaml-ctypes/ocaml-ctypes-0.13.0.ebuild +++ b/dev-ml/ocaml-ctypes/ocaml-ctypes-0.13.0.ebuild @@ -1,4 +1,4 @@ -# Copyright 1999-2019 Gentoo Authors +# Copyright 1999-2020 Gentoo Authors # Distributed under the terms of the GNU General Public License v2 EAPI=5 @@ -17,7 +17,7 @@ RESTRICT="!test? ( test )" RDEPEND=" >=dev-lang/ocaml-4.02:=[ocamlopt] - virtual/libffi + dev-libs/libffi dev-ml/integers:= " DEPEND="${RDEPEND} |