diff options
-rw-r--r-- | x11-misc/xmobar/ChangeLog | 5 | ||||
-rw-r--r-- | x11-misc/xmobar/xmobar-0.14.ebuild | 4 |
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 |