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/cgi/
Date: Sun, 20 Sep 2015 18:50:43
Message-Id: 1442775014.8fd2089057ff923e95a776760cfb804402c3914d.slyfox@gentoo
1 commit: 8fd2089057ff923e95a776760cfb804402c3914d
2 Author: Sergei Trofimovich <slyfox <AT> gentoo <DOT> org>
3 AuthorDate: Sun Sep 20 13:43:06 2015 +0000
4 Commit: Sergei Trofimovich <slyfox <AT> gentoo <DOT> org>
5 CommitDate: Sun Sep 20 18:50:14 2015 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=8fd20890
7
8 dev-haskell/cgi: alpha amd64 ppc sparc x86 stable, bug #524790
9
10 Package-Manager: portage-2.2.20
11
12 dev-haskell/cgi/cgi-3001.2.2.2.ebuild | 8 ++++----
13 1 file changed, 4 insertions(+), 4 deletions(-)
14
15 diff --git a/dev-haskell/cgi/cgi-3001.2.2.2.ebuild b/dev-haskell/cgi/cgi-3001.2.2.2.ebuild
16 index 098e042..f898f9a 100644
17 --- a/dev-haskell/cgi/cgi-3001.2.2.2.ebuild
18 +++ b/dev-haskell/cgi/cgi-3001.2.2.2.ebuild
19 @@ -16,11 +16,12 @@ SRC_URI="mirror://hackage/packages/archive/${PN}/${PV}/${P}.tar.gz"
20
21 LICENSE="BSD"
22 SLOT="0/${PV}"
23 -KEYWORDS="~amd64 ~x86"
24 +KEYWORDS="alpha amd64 ppc sparc x86"
25 IUSE="+network-uri"
26
27 RDEPEND="<dev-haskell/exceptions-0.9:=[profile?]
28 - >=dev-haskell/mtl-2.2.1:=[profile?] <dev-haskell/mtl-2.3:=[profile?]
29 + >=dev-haskell/mtl-2.1:=[profile?] <dev-haskell/mtl-2.3:=[profile?]
30 + dev-haskell/mtl-compat:=
31 >=dev-haskell/multipart-0.1.2:=[profile?] <dev-haskell/multipart-0.2:=[profile?]
32 <dev-haskell/old-locale-1.1:=[profile?]
33 <dev-haskell/old-time-1.2:=[profile?]
34 @@ -37,6 +38,5 @@ DEPEND="${RDEPEND}
35
36 src_configure() {
37 haskell-cabal_src_configure \
38 - $(cabal_flag network-uri network-uri) \
39 - --flag=-old-mtl
40 + $(cabal_flag network-uri network-uri)
41 }