Skip to content

Commit

Permalink
dev-haskell/gtk-serialized-event: allow gtk-0.14
Browse files Browse the repository at this point in the history
Package-Manager: portage-2.2.27
  • Loading branch information
trofi committed Feb 12, 2016
1 parent d325e7a commit 7ef21c4
Showing 1 changed file with 4 additions and 4 deletions.
Expand Up @@ -18,8 +18,8 @@ SLOT="2/${PV}"
KEYWORDS="~amd64 ~x86"
IUSE=""

RDEPEND=">=dev-haskell/glib-0.12:0=[profile?] <dev-haskell/glib-0.14:0=[profile?]
>=dev-haskell/gtk-0.12:2=[profile?] <dev-haskell/gtk-0.14:2=[profile?]
RDEPEND=">=dev-haskell/glib-0.12:0=[profile?]
>=dev-haskell/gtk-0.12:2=[profile?]
dev-haskell/mtl:=[profile?]
>=dev-lang/ghc-6.10.4:=
x11-libs/gtk+:2"
Expand All @@ -30,6 +30,6 @@ DEPEND="${RDEPEND}
src_prepare() {
cabal_chdeps \
'haskell98' 'base' \
'glib >= 0.12 && < 0.13' 'glib >= 0.12 && < 0.14' \
'gtk >= 0.12 && < 0.13' 'gtk >= 0.12 && < 0.14'
'glib >= 0.12 && < 0.13' 'glib >= 0.12' \
'gtk >= 0.12 && < 0.13' 'gtk >= 0.12'
}

0 comments on commit 7ef21c4

Please sign in to comment.