commit:     70434ffc1e40a7568d653e20ca552f2027f8022a
Author:     Sergei Trofimovich <slyfox <AT> gentoo <DOT> org>
AuthorDate: Mon Nov 16 22:40:17 2020 +0000
Commit:     Sergei Trofimovich <slyfox <AT> gentoo <DOT> org>
CommitDate: Mon Nov 16 22:53:00 2020 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=70434ffc

dev-lang/polyml: use dev-libs/libffi instead of virtual/libffi

Package-Manager: Portage-3.0.9, Repoman-3.0.2
Signed-off-by: Sergei Trofimovich <slyfox <AT> gentoo.org>

 dev-lang/polyml/polyml-5.6.ebuild | 4 ++--
 dev-lang/polyml/polyml-5.8.ebuild | 4 ++--
 2 files changed, 4 insertions(+), 4 deletions(-)

diff --git a/dev-lang/polyml/polyml-5.6.ebuild 
b/dev-lang/polyml/polyml-5.6.ebuild
index 6f30939f7d5..8d2700996b9 100644
--- a/dev-lang/polyml/polyml-5.6.ebuild
+++ b/dev-lang/polyml/polyml-5.6.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="6"
@@ -18,7 +18,7 @@ RESTRICT="!test? ( test )"
 RDEPEND="X? ( x11-libs/motif:0 )
                gmp? ( >=dev-libs/gmp-5 )
                elibc_glibc? ( threads? ( >=sys-libs/glibc-2.13 ) )
-               virtual/libffi"
+               dev-libs/libffi:="
 DEPEND="${RDEPEND}"
 
 PATCHES=(

diff --git a/dev-lang/polyml/polyml-5.8.ebuild 
b/dev-lang/polyml/polyml-5.8.ebuild
index 37dc19e4e1d..266856a8de2 100644
--- a/dev-lang/polyml/polyml-5.8.ebuild
+++ b/dev-lang/polyml/polyml-5.8.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="6"
@@ -18,7 +18,7 @@ RESTRICT="!test? ( test )"
 RDEPEND="X? ( x11-libs/motif:0 )
                gmp? ( >=dev-libs/gmp-5 )
                elibc_glibc? ( threads? ( >=sys-libs/glibc-2.13 ) )
-               virtual/libffi"
+               dev-libs/libffi:="
 DEPEND="${RDEPEND}"
 
 PATCHES=(

Reply via email to