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 6C1A8138359 for ; Sat, 26 Sep 2020 21:05:09 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 7111DE0872; Sat, 26 Sep 2020 21:05:08 +0000 (UTC) Received: from smtp.gentoo.org (smtp.gentoo.org [140.211.166.183]) (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 53A95E0872 for ; Sat, 26 Sep 2020 21:05:08 +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 DA875335DC8 for ; Sat, 26 Sep 2020 21:05:06 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 9A05DEC for ; Sat, 26 Sep 2020 21:05:05 +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: <1601154293.17fe17984ad23735adff4e2723c562751d3cd7c6.slyfox@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: dev-haskell/alsa-core/ X-VCS-Repository: repo/gentoo X-VCS-Files: dev-haskell/alsa-core/alsa-core-0.5.0.1-r2.ebuild X-VCS-Directories: dev-haskell/alsa-core/ X-VCS-Committer: slyfox X-VCS-Committer-Name: Sergei Trofimovich X-VCS-Revision: 17fe17984ad23735adff4e2723c562751d3cd7c6 X-VCS-Branch: master Date: Sat, 26 Sep 2020 21:05:05 +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: c1742654-86e1-409a-97fd-b72f5377437b X-Archives-Hash: 59a2e97b823a67c1e16338d3ee53e56a commit: 17fe17984ad23735adff4e2723c562751d3cd7c6 Author: Sergei Trofimovich gentoo org> AuthorDate: Sat Sep 26 21:04:53 2020 +0000 Commit: Sergei Trofimovich gentoo org> CommitDate: Sat Sep 26 21:04:53 2020 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=17fe1798 dev-haskell/alsa-core: switch to EAPI=7 Package-Manager: Portage-3.0.8, Repoman-3.0.1 Signed-off-by: Sergei Trofimovich gentoo.org> dev-haskell/alsa-core/alsa-core-0.5.0.1-r2.ebuild | 22 +++++++++++++++------- 1 file changed, 15 insertions(+), 7 deletions(-) diff --git a/dev-haskell/alsa-core/alsa-core-0.5.0.1-r2.ebuild b/dev-haskell/alsa-core/alsa-core-0.5.0.1-r2.ebuild index 98195b83195..c94cd28992d 100644 --- a/dev-haskell/alsa-core/alsa-core-0.5.0.1-r2.ebuild +++ b/dev-haskell/alsa-core/alsa-core-0.5.0.1-r2.ebuild @@ -1,9 +1,10 @@ # Copyright 1999-2020 Gentoo Authors # Distributed under the terms of the GNU General Public License v2 -EAPI=5 +EAPI=7 -# ebuild generated by hackport 0.3.1.9999 +# ebuild generated by hackport 0.6.6.9999 +#hackport: flags: +pkgconfig CABAL_FEATURES="lib profile haddock hoogle hscolour" inherit haskell-cabal @@ -17,9 +18,16 @@ SLOT="0/${PV}" KEYWORDS="~amd64 ~x86" IUSE="" -RDEPEND=">=dev-haskell/extensible-exceptions-0.1.1:=[profile?] - =dev-lang/ghc-6.10.4:= - media-libs/alsa-lib" +RDEPEND=">=dev-haskell/extensible-exceptions-0.1.1:=[profile?] =dev-lang/ghc-7.4.1:= + media-libs/alsa-lib +" DEPEND="${RDEPEND} - >=dev-haskell/cabal-1.8" + >=dev-haskell/cabal-1.8 + virtual/pkgconfig +" + +src_configure() { + haskell-cabal_src_configure \ + --flag=pkgconfig +}