Gentoo Archives: gentoo-commits

From: Sergei Trofimovich <slyfox@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] repo/gentoo:master commit in: dev-haskell/cpu/
Date: Sun, 04 Oct 2020 11:00:53
Message-Id: 1601809236.13fe566f763f6d538a1119cd52e751799400c128.slyfox@gentoo
1 commit: 13fe566f763f6d538a1119cd52e751799400c128
2 Author: Sergei Trofimovich <slyfox <AT> gentoo <DOT> org>
3 AuthorDate: Sun Oct 4 10:58:08 2020 +0000
4 Commit: Sergei Trofimovich <slyfox <AT> gentoo <DOT> org>
5 CommitDate: Sun Oct 4 11:00:36 2020 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=13fe566f
7
8 dev-haskell/cpu: update to EAPI=7
9
10 Package-Manager: Portage-3.0.8, Repoman-3.0.1
11 Signed-off-by: Sergei Trofimovich <slyfox <AT> gentoo.org>
12
13 dev-haskell/cpu/cpu-0.1.2.ebuild | 10 +++++-----
14 1 file changed, 5 insertions(+), 5 deletions(-)
15
16 diff --git a/dev-haskell/cpu/cpu-0.1.2.ebuild b/dev-haskell/cpu/cpu-0.1.2.ebuild
17 index 9ade107d6e3..83f422c0e3b 100644
18 --- a/dev-haskell/cpu/cpu-0.1.2.ebuild
19 +++ b/dev-haskell/cpu/cpu-0.1.2.ebuild
20 @@ -1,11 +1,11 @@
21 -# Copyright 1999-2019 Gentoo Authors
22 +# Copyright 1999-2020 Gentoo Authors
23 # Distributed under the terms of the GNU General Public License v2
24
25 -EAPI=5
26 +EAPI=7
27
28 -# ebuild generated by hackport 0.3.4.9999
29 +# ebuild generated by hackport 0.6.6.9999
30
31 -CABAL_FEATURES="bin lib profile haddock hoogle hscolour"
32 +CABAL_FEATURES="lib profile haddock hoogle hscolour"
33 inherit haskell-cabal
34
35 DESCRIPTION="Cpu information and properties helpers"
36 @@ -17,7 +17,7 @@ SLOT="0/${PV}"
37 KEYWORDS="~amd64 ~x86"
38 IUSE="executable"
39
40 -RDEPEND=">=dev-lang/ghc-6.10.4:=
41 +RDEPEND=">=dev-lang/ghc-7.4.1:=
42 "
43 DEPEND="${RDEPEND}
44 >=dev-haskell/cabal-1.8