From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from lists.gentoo.org (pigeon.gentoo.org [208.92.234.80]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by finch.gentoo.org (Postfix) with ESMTPS id 17399138350 for ; Wed, 25 Mar 2020 22:31:45 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 43526E0C3B; Wed, 25 Mar 2020 22:31:44 +0000 (UTC) Received: from smtp.gentoo.org (dev.gentoo.org [IPv6:2001:470:ea4a:1:5054:ff:fec7:86e4]) (using TLSv1.2 with cipher ECDHE-RSA-AES128-GCM-SHA256 (128/128 bits)) (No client certificate requested) by pigeon.gentoo.org (Postfix) with ESMTPS id CAC0AE0C3B for ; Wed, 25 Mar 2020 22:31:43 +0000 (UTC) Received: from oystercatcher.gentoo.org (unknown [IPv6:2a01:4f8:202:4333:225:90ff:fed9:fc84]) (using TLSv1.2 with cipher ECDHE-RSA-AES128-GCM-SHA256 (128/128 bits)) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id 3E42F34F678 for ; Wed, 25 Mar 2020 22:31:42 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id D1069187 for ; Wed, 25 Mar 2020 22:31:39 +0000 (UTC) From: "Sergei Trofimovich" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Sergei Trofimovich" Message-ID: <1585175486.82f70e8a235f8afe4d81aedee458a2586acee452.slyfox@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: dev-lang/ghc/ X-VCS-Repository: repo/gentoo X-VCS-Files: dev-lang/ghc/ghc-7.10.3.ebuild dev-lang/ghc/ghc-7.8.4.ebuild dev-lang/ghc/ghc-8.0.2.ebuild dev-lang/ghc/ghc-8.10.1.ebuild dev-lang/ghc/ghc-8.2.1.ebuild dev-lang/ghc/ghc-8.2.2.ebuild dev-lang/ghc/ghc-8.4.1.ebuild dev-lang/ghc/ghc-8.4.2.ebuild dev-lang/ghc/ghc-8.4.3.ebuild dev-lang/ghc/ghc-8.6.4.ebuild dev-lang/ghc/ghc-8.6.5.ebuild dev-lang/ghc/ghc-8.8.1.ebuild dev-lang/ghc/ghc-8.8.2.ebuild X-VCS-Directories: dev-lang/ghc/ X-VCS-Committer: slyfox X-VCS-Committer-Name: Sergei Trofimovich X-VCS-Revision: 82f70e8a235f8afe4d81aedee458a2586acee452 X-VCS-Branch: master Date: Wed, 25 Mar 2020 22:31:39 +0000 (UTC) Precedence: bulk List-Post: List-Help: List-Unsubscribe: List-Subscribe: List-Id: Gentoo Linux mail X-BeenThere: gentoo-commits@lists.gentoo.org X-Auto-Response-Suppress: DR, RN, NRN, OOF, AutoReply X-Archives-Salt: a92a4bd9-2018-4621-9fb3-c7a65dbed91a X-Archives-Hash: e00dd54d8e14fd7bcb294388079ded93 commit: 82f70e8a235f8afe4d81aedee458a2586acee452 Author: Sergei Trofimovich gentoo org> AuthorDate: Wed Mar 25 22:31:26 2020 +0000 Commit: Sergei Trofimovich gentoo 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 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 ) "