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 703E8138359 for ; Thu, 20 Aug 2020 06:56:33 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 9FF7FE0B9B; Thu, 20 Aug 2020 06:56:32 +0000 (UTC) Received: from smtp.gentoo.org (smtp.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 8A119E0B9B for ; Thu, 20 Aug 2020 06:56:32 +0000 (UTC) Received: from oystercatcher.gentoo.org (oystercatcher.gentoo.org [148.251.78.52]) (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 3798834F39F for ; Thu, 20 Aug 2020 06:56:31 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id A57A330A for ; Thu, 20 Aug 2020 06:56:29 +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: <1597906585.bd481d48a2e088f32b04dfc1eb58b487f8f5010a.slyfox@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: dev-haskell/hsyaml-aeson/ X-VCS-Repository: repo/gentoo X-VCS-Files: dev-haskell/hsyaml-aeson/hsyaml-aeson-0.2.0.0.ebuild X-VCS-Directories: dev-haskell/hsyaml-aeson/ X-VCS-Committer: slyfox X-VCS-Committer-Name: Sergei Trofimovich X-VCS-Revision: bd481d48a2e088f32b04dfc1eb58b487f8f5010a X-VCS-Branch: master Date: Thu, 20 Aug 2020 06:56:29 +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: 9826e5d3-394e-4e1b-9d37-15a1b5cd0da8 X-Archives-Hash: 5901862de4a6a1f7b92aa8076c797ccf commit: bd481d48a2e088f32b04dfc1eb58b487f8f5010a Author: Sergei Trofimovich gentoo org> AuthorDate: Thu Aug 20 06:56:03 2020 +0000 Commit: Sergei Trofimovich gentoo org> CommitDate: Thu Aug 20 06:56:25 2020 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=bd481d48 dev-haskell/hsyaml-aeson: add missing depends Reported-by: Agostino Sarubbo Closes: https://bugs.gentoo.org/736390 Package-Manager: Portage-3.0.4, Repoman-3.0.1 Signed-off-by: Sergei Trofimovich gentoo.org> dev-haskell/hsyaml-aeson/hsyaml-aeson-0.2.0.0.ebuild | 16 ++++++++++------ 1 file changed, 10 insertions(+), 6 deletions(-) diff --git a/dev-haskell/hsyaml-aeson/hsyaml-aeson-0.2.0.0.ebuild b/dev-haskell/hsyaml-aeson/hsyaml-aeson-0.2.0.0.ebuild index a6483a89c31..4d6060d2afb 100644 --- a/dev-haskell/hsyaml-aeson/hsyaml-aeson-0.2.0.0.ebuild +++ b/dev-haskell/hsyaml-aeson/hsyaml-aeson-0.2.0.0.ebuild @@ -3,6 +3,8 @@ EAPI=7 +# ebuild generated by hackport 0.6.6.9999 + CABAL_FEATURES="lib profile haddock hoogle hscolour" inherit haskell-cabal @@ -10,23 +12,25 @@ MY_PN="HsYAML-aeson" MY_P="${MY_PN}-${PV}" DESCRIPTION="JSON to YAML Adapter" -HOMEPAGE="https://github.com/hvr/HsYAML" +HOMEPAGE="https://hackage.haskell.org/package/HsYAML-aeson" SRC_URI="https://hackage.haskell.org/package/${MY_P}/${MY_P}.tar.gz" -LICENSE="GPL-2" +LICENSE="GPL-2+" SLOT="0/${PV}" KEYWORDS="~amd64 ~x86" IUSE="" -RDEPEND=">=dev-haskell/aeson-0.7:=[profile?]