diff options
author | Sergei Trofimovich <slyfox@gentoo.org> | 2020-11-16 22:40:17 +0000 |
---|---|---|
committer | Sergei Trofimovich <slyfox@gentoo.org> | 2020-11-16 22:53:00 +0000 |
commit | 70434ffc1e40a7568d653e20ca552f2027f8022a (patch) | |
tree | d64e7ffef9d7420d7e7cec5405459a86a1497323 /dev-lang/polyml | |
parent | xfce-base/xfconf: Stabilize 4.14.4 amd64, #754834 (diff) | |
download | gentoo-70434ffc1e40a7568d653e20ca552f2027f8022a.tar.gz gentoo-70434ffc1e40a7568d653e20ca552f2027f8022a.tar.bz2 gentoo-70434ffc1e40a7568d653e20ca552f2027f8022a.zip |
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@gentoo.org>
Diffstat (limited to 'dev-lang/polyml')
-rw-r--r-- | dev-lang/polyml/polyml-5.6.ebuild | 4 | ||||
-rw-r--r-- | 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 6f30939f7d53..8d2700996b92 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 37dc19e4e1db..266856a8de2e 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=( |