commit:     82f70e8a235f8afe4d81aedee458a2586acee452
Author:     Sergei Trofimovich <slyfox <AT> gentoo <DOT> org>
AuthorDate: Wed Mar 25 22:31:26 2020 +0000
Commit:     Sergei Trofimovich <slyfox <AT> gentoo <DOT> org>
CommitDate: Wed Mar 25 22:31:26 2020 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=82f70e8a

dev-lang/ghc: switch virtual/libffi to dev-libs/libffi

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

 dev-lang/ghc/ghc-7.10.3.ebuild | 4 ++--
 dev-lang/ghc/ghc-7.8.4.ebuild  | 2 +-
 dev-lang/ghc/ghc-8.0.2.ebuild  | 2 +-
 dev-lang/ghc/ghc-8.10.1.ebuild | 2 +-
 dev-lang/ghc/ghc-8.2.1.ebuild  | 4 ++--
 dev-lang/ghc/ghc-8.2.2.ebuild  | 4 ++--
 dev-lang/ghc/ghc-8.4.1.ebuild  | 4 ++--
 dev-lang/ghc/ghc-8.4.2.ebuild  | 4 ++--
 dev-lang/ghc/ghc-8.4.3.ebuild  | 4 ++--
 dev-lang/ghc/ghc-8.6.4.ebuild  | 4 ++--
 dev-lang/ghc/ghc-8.6.5.ebuild  | 2 +-
 dev-lang/ghc/ghc-8.8.1.ebuild  | 2 +-
 dev-lang/ghc/ghc-8.8.2.ebuild  | 2 +-
 13 files changed, 20 insertions(+), 20 deletions(-)

diff --git a/dev-lang/ghc/ghc-7.10.3.ebuild b/dev-lang/ghc/ghc-7.10.3.ebuild
index 54f5392481a..88f76929978 100644
--- a/dev-lang/ghc/ghc-7.10.3.ebuild
+++ b/dev-lang/ghc/ghc-7.10.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
@@ -81,7 +81,7 @@ RDEPEND="
        >=dev-lang/perl-5.6.1
        >=dev-libs/gmp-5:=
        sys-libs/ncurses:0=[unicode]
-       !ghcmakebinary? ( virtual/libffi:= )
+       !ghcmakebinary? ( dev-libs/libffi:= )
 "
 
 # This set of dependencies is needed to run

diff --git a/dev-lang/ghc/ghc-7.8.4.ebuild b/dev-lang/ghc/ghc-7.8.4.ebuild
index b8865b2c70e..f15723770fd 100644
--- a/dev-lang/ghc/ghc-7.8.4.ebuild
+++ b/dev-lang/ghc/ghc-7.8.4.ebuild
@@ -74,7 +74,7 @@ RDEPEND="
        >=dev-lang/perl-5.6.1
        >=dev-libs/gmp-5:=
        sys-libs/ncurses:0=[unicode]
-       !ghcmakebinary? ( virtual/libffi:= )
+       !ghcmakebinary? ( dev-libs/libffi:= )
 "
 
 PREBUILT_BINARY_DEPENDS="

diff --git a/dev-lang/ghc/ghc-8.0.2.ebuild b/dev-lang/ghc/ghc-8.0.2.ebuild
index f9488abb75c..4c292fda10a 100644
--- a/dev-lang/ghc/ghc-8.0.2.ebuild
+++ b/dev-lang/ghc/ghc-8.0.2.ebuild
@@ -79,7 +79,7 @@ RDEPEND="
        >=dev-lang/perl-5.6.1
        dev-libs/gmp:0=
        sys-libs/ncurses:0=[unicode]
-       !ghcmakebinary? ( virtual/libffi:= )
+       !ghcmakebinary? ( dev-libs/libffi:= )
 "
 
 # This set of dependencies is needed to run

diff --git a/dev-lang/ghc/ghc-8.10.1.ebuild b/dev-lang/ghc/ghc-8.10.1.ebuild
index c1bb998ba2c..574e2aaec41 100644
--- a/dev-lang/ghc/ghc-8.10.1.ebuild
+++ b/dev-lang/ghc/ghc-8.10.1.ebuild
@@ -85,7 +85,7 @@ RDEPEND="
        dev-libs/gmp:0=
        sys-libs/ncurses:0=[unicode]
        elfutils? ( dev-libs/elfutils )
-       !ghcmakebinary? ( virtual/libffi:= )
+       !ghcmakebinary? ( dev-libs/libffi:= )
        numa? ( sys-process/numactl )
 "
 

diff --git a/dev-lang/ghc/ghc-8.2.1.ebuild b/dev-lang/ghc/ghc-8.2.1.ebuild
index 266b59e2bfe..c701609e940 100644
--- a/dev-lang/ghc/ghc-8.2.1.ebuild
+++ b/dev-lang/ghc/ghc-8.2.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
@@ -75,7 +75,7 @@ RDEPEND="
        >=dev-lang/perl-5.6.1
        dev-libs/gmp:0=
        sys-libs/ncurses:0=[unicode]
-       !ghcmakebinary? ( virtual/libffi:= )
+       !ghcmakebinary? ( dev-libs/libffi:= )
 "
 
 # This set of dependencies is needed to run

diff --git a/dev-lang/ghc/ghc-8.2.2.ebuild b/dev-lang/ghc/ghc-8.2.2.ebuild
index 6db8290ea34..7304fe4bcc2 100644
--- a/dev-lang/ghc/ghc-8.2.2.ebuild
+++ b/dev-lang/ghc/ghc-8.2.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=6
@@ -75,7 +75,7 @@ RDEPEND="
        >=dev-lang/perl-5.6.1
        dev-libs/gmp:0=
        sys-libs/ncurses:0=[unicode]
-       !ghcmakebinary? ( virtual/libffi:= )
+       !ghcmakebinary? ( dev-libs/libffi:= )
 "
 
 # This set of dependencies is needed to run

diff --git a/dev-lang/ghc/ghc-8.4.1.ebuild b/dev-lang/ghc/ghc-8.4.1.ebuild
index 2fb1025b91f..bb77c83651a 100644
--- a/dev-lang/ghc/ghc-8.4.1.ebuild
+++ b/dev-lang/ghc/ghc-8.4.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=6
@@ -75,7 +75,7 @@ RDEPEND="
        >=dev-lang/perl-5.6.1
        dev-libs/gmp:0=
        sys-libs/ncurses:0=[unicode]
-       !ghcmakebinary? ( virtual/libffi:= )
+       !ghcmakebinary? ( dev-libs/libffi:= )
 "
 
 # This set of dependencies is needed to run

diff --git a/dev-lang/ghc/ghc-8.4.2.ebuild b/dev-lang/ghc/ghc-8.4.2.ebuild
index 529e6682ff9..1560843584d 100644
--- a/dev-lang/ghc/ghc-8.4.2.ebuild
+++ b/dev-lang/ghc/ghc-8.4.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=6
@@ -75,7 +75,7 @@ RDEPEND="
        >=dev-lang/perl-5.6.1
        dev-libs/gmp:0=
        sys-libs/ncurses:0=[unicode]
-       !ghcmakebinary? ( virtual/libffi:= )
+       !ghcmakebinary? ( dev-libs/libffi:= )
 "
 
 # This set of dependencies is needed to run

diff --git a/dev-lang/ghc/ghc-8.4.3.ebuild b/dev-lang/ghc/ghc-8.4.3.ebuild
index 23888261337..8d8af426473 100644
--- a/dev-lang/ghc/ghc-8.4.3.ebuild
+++ b/dev-lang/ghc/ghc-8.4.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=6
@@ -75,7 +75,7 @@ RDEPEND="
        >=dev-lang/perl-5.6.1
        dev-libs/gmp:0=
        sys-libs/ncurses:0=[unicode]
-       !ghcmakebinary? ( virtual/libffi:= )
+       !ghcmakebinary? ( dev-libs/libffi:= )
 "
 
 # This set of dependencies is needed to run

diff --git a/dev-lang/ghc/ghc-8.6.4.ebuild b/dev-lang/ghc/ghc-8.6.4.ebuild
index 9400b701afb..2d192b4e58e 100644
--- a/dev-lang/ghc/ghc-8.6.4.ebuild
+++ b/dev-lang/ghc/ghc-8.6.4.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
@@ -81,7 +81,7 @@ RDEPEND="
        >=dev-lang/perl-5.6.1
        dev-libs/gmp:0=
        sys-libs/ncurses:0=[unicode]
-       !ghcmakebinary? ( virtual/libffi:= )
+       !ghcmakebinary? ( dev-libs/libffi:= )
 "
 
 # This set of dependencies is needed to run

diff --git a/dev-lang/ghc/ghc-8.6.5.ebuild b/dev-lang/ghc/ghc-8.6.5.ebuild
index 2e4e523c095..e95768813ea 100644
--- a/dev-lang/ghc/ghc-8.6.5.ebuild
+++ b/dev-lang/ghc/ghc-8.6.5.ebuild
@@ -85,7 +85,7 @@ RDEPEND="
        dev-libs/gmp:0=
        sys-libs/ncurses:0=[unicode]
        elfutils? ( dev-libs/elfutils )
-       !ghcmakebinary? ( virtual/libffi:= )
+       !ghcmakebinary? ( dev-libs/libffi:= )
        numa? ( sys-process/numactl )
 "
 

diff --git a/dev-lang/ghc/ghc-8.8.1.ebuild b/dev-lang/ghc/ghc-8.8.1.ebuild
index 7b8c9321190..8d13a22eea7 100644
--- a/dev-lang/ghc/ghc-8.8.1.ebuild
+++ b/dev-lang/ghc/ghc-8.8.1.ebuild
@@ -84,7 +84,7 @@ RDEPEND="
        dev-libs/gmp:0=
        sys-libs/ncurses:0=[unicode]
        elfutils? ( dev-libs/elfutils )
-       !ghcmakebinary? ( virtual/libffi:= )
+       !ghcmakebinary? ( dev-libs/libffi:= )
        numa? ( sys-process/numactl )
 "
 

diff --git a/dev-lang/ghc/ghc-8.8.2.ebuild b/dev-lang/ghc/ghc-8.8.2.ebuild
index 0726cf1c9bc..4d206d287dd 100644
--- a/dev-lang/ghc/ghc-8.8.2.ebuild
+++ b/dev-lang/ghc/ghc-8.8.2.ebuild
@@ -84,7 +84,7 @@ RDEPEND="
        dev-libs/gmp:0=
        sys-libs/ncurses:0=[unicode]
        elfutils? ( dev-libs/elfutils )
-       !ghcmakebinary? ( virtual/libffi:= )
+       !ghcmakebinary? ( dev-libs/libffi:= )
        numa? ( sys-process/numactl )
 "
 

Reply via email to