diff options
author | Sergei Trofimovich <slyfox@gentoo.org> | 2015-09-20 14:43:06 +0100 |
---|---|---|
committer | Sergei Trofimovich <slyfox@gentoo.org> | 2015-09-20 19:50:14 +0100 |
commit | 8fd2089057ff923e95a776760cfb804402c3914d (patch) | |
tree | 2b94300dae48a99943612a9fc377eb45be59edce /dev-haskell/cgi | |
parent | dev-haskell/exceptions: alpha ppc sparc stable, bug #524790 (diff) | |
download | gentoo-8fd2089057ff923e95a776760cfb804402c3914d.tar.gz gentoo-8fd2089057ff923e95a776760cfb804402c3914d.tar.bz2 gentoo-8fd2089057ff923e95a776760cfb804402c3914d.zip |
dev-haskell/cgi: alpha amd64 ppc sparc x86 stable, bug #524790
Package-Manager: portage-2.2.20
Diffstat (limited to 'dev-haskell/cgi')
-rw-r--r-- | dev-haskell/cgi/cgi-3001.2.2.2.ebuild | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/dev-haskell/cgi/cgi-3001.2.2.2.ebuild b/dev-haskell/cgi/cgi-3001.2.2.2.ebuild index 098e042cdd3e..f898f9acda70 100644 --- a/dev-haskell/cgi/cgi-3001.2.2.2.ebuild +++ b/dev-haskell/cgi/cgi-3001.2.2.2.ebuild @@ -16,11 +16,12 @@ SRC_URI="mirror://hackage/packages/archive/${PN}/${PV}/${P}.tar.gz" LICENSE="BSD" SLOT="0/${PV}" -KEYWORDS="~amd64 ~x86" +KEYWORDS="alpha amd64 ppc sparc x86" IUSE="+network-uri" RDEPEND="<dev-haskell/exceptions-0.9:=[profile?] - >=dev-haskell/mtl-2.2.1:=[profile?] <dev-haskell/mtl-2.3:=[profile?] + >=dev-haskell/mtl-2.1:=[profile?] <dev-haskell/mtl-2.3:=[profile?] + dev-haskell/mtl-compat:= >=dev-haskell/multipart-0.1.2:=[profile?] <dev-haskell/multipart-0.2:=[profile?] <dev-haskell/old-locale-1.1:=[profile?] <dev-haskell/old-time-1.2:=[profile?] @@ -37,6 +38,5 @@ DEPEND="${RDEPEND} src_configure() { haskell-cabal_src_configure \ - $(cabal_flag network-uri network-uri) \ - --flag=-old-mtl + $(cabal_flag network-uri network-uri) } |