summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorSergei Trofimovich <slyfox@gentoo.org>2012-06-27 21:08:45 +0000
committerSergei Trofimovich <slyfox@gentoo.org>2012-06-27 21:08:45 +0000
commit51b9242e96df9c14476b87cb52cb74f9193c245c (patch)
treec17a09d5bad66723d728e52759bda39d9ca3b558 /x11-misc/xmobar
parentClean up patch. (diff)
downloadgentoo-2-51b9242e96df9c14476b87cb52cb74f9193c245c.tar.gz
gentoo-2-51b9242e96df9c14476b87cb52cb74f9193c245c.tar.bz2
gentoo-2-51b9242e96df9c14476b87cb52cb74f9193c245c.zip
Raise lower bound to require ghc-7 (bug #419387 by Marco Paolone).
(Portage version: 2.2.0_alpha110_p5/cvs/Linux x86_64)
Diffstat (limited to 'x11-misc/xmobar')
-rw-r--r--x11-misc/xmobar/ChangeLog5
-rw-r--r--x11-misc/xmobar/xmobar-0.14.ebuild4
2 files changed, 6 insertions, 3 deletions
diff --git a/x11-misc/xmobar/ChangeLog b/x11-misc/xmobar/ChangeLog
index a6a71dbe9433..5471e992d841 100644
--- a/x11-misc/xmobar/ChangeLog
+++ b/x11-misc/xmobar/ChangeLog
@@ -1,6 +1,9 @@
# ChangeLog for x11-misc/xmobar
# Copyright 1999-2012 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/x11-misc/xmobar/ChangeLog,v 1.16 2012/05/18 17:42:09 slyfox Exp $
+# $Header: /var/cvsroot/gentoo-x86/x11-misc/xmobar/ChangeLog,v 1.17 2012/06/27 21:08:45 slyfox Exp $
+
+ 27 Jun 2012; Sergei Trofimovich <slyfox@gentoo.org> xmobar-0.14.ebuild:
+ Raise lower bound to require ghc-7 (bug #419387 by Marco Paolone).
18 May 2012; Sergei Trofimovich <slyfox@gentoo.org> xmobar-0.14.ebuild:
Raise depend to require dev-haskell/parsec-3 (fixes build failure reported by
diff --git a/x11-misc/xmobar/xmobar-0.14.ebuild b/x11-misc/xmobar/xmobar-0.14.ebuild
index c7c4778be71a..8a328b006552 100644
--- a/x11-misc/xmobar/xmobar-0.14.ebuild
+++ b/x11-misc/xmobar/xmobar-0.14.ebuild
@@ -1,6 +1,6 @@
# Copyright 1999-2012 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/x11-misc/xmobar/xmobar-0.14.ebuild,v 1.2 2012/05/18 17:42:09 slyfox Exp $
+# $Header: /var/cvsroot/gentoo-x86/x11-misc/xmobar/xmobar-0.14.ebuild,v 1.3 2012/06/27 21:08:45 slyfox Exp $
# ebuild generated by hackport 0.2.14
@@ -24,7 +24,7 @@ RDEPEND="x11-libs/libXrandr
"
DEPEND="${RDEPEND}
- >=dev-lang/ghc-6.8.1
+ >=dev-lang/ghc-7.0.1
>=dev-haskell/cabal-1.6
dev-haskell/mtl
>=dev-haskell/parsec-3