diff options
author | Sergei Trofimovich <slyfox@gentoo.org> | 2012-05-18 17:42:09 +0000 |
---|---|---|
committer | Sergei Trofimovich <slyfox@gentoo.org> | 2012-05-18 17:42:09 +0000 |
commit | 4e9683eb63f41e3eacba1f145d2cc4993b2afa98 (patch) | |
tree | 51b871f523f8b78f5b46f1b21131a0160e21040a /x11-misc/xmobar | |
parent | factorize the bootstrapping code between cross and native builds. (diff) | |
download | gentoo-2-4e9683eb63f41e3eacba1f145d2cc4993b2afa98.tar.gz gentoo-2-4e9683eb63f41e3eacba1f145d2cc4993b2afa98.tar.bz2 gentoo-2-4e9683eb63f41e3eacba1f145d2cc4993b2afa98.zip |
Raise depend to require dev-haskell/parsec-3 (fixes build failure reported by Anthony Mendez in bug #416003)
(Portage version: 2.2.0_alpha104_p20/cvs/Linux x86_64)
Diffstat (limited to 'x11-misc/xmobar')
-rw-r--r-- | x11-misc/xmobar/ChangeLog | 6 | ||||
-rw-r--r-- | x11-misc/xmobar/xmobar-0.14.ebuild | 4 |
2 files changed, 7 insertions, 3 deletions
diff --git a/x11-misc/xmobar/ChangeLog b/x11-misc/xmobar/ChangeLog index 6a09bf11b1b8..a6a71dbe9433 100644 --- a/x11-misc/xmobar/ChangeLog +++ b/x11-misc/xmobar/ChangeLog @@ -1,6 +1,10 @@ # 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.15 2012/04/13 21:33:35 slyfox Exp $ +# $Header: /var/cvsroot/gentoo-x86/x11-misc/xmobar/ChangeLog,v 1.16 2012/05/18 17:42:09 slyfox Exp $ + + 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 + Anthony Mendez in bug #416003) *xmobar-0.14 (13 Apr 2012) diff --git a/x11-misc/xmobar/xmobar-0.14.ebuild b/x11-misc/xmobar/xmobar-0.14.ebuild index 0e02edb4fd19..c7c4778be71a 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.1 2012/04/13 21:33:34 slyfox Exp $ +# $Header: /var/cvsroot/gentoo-x86/x11-misc/xmobar/xmobar-0.14.ebuild,v 1.2 2012/05/18 17:42:09 slyfox Exp $ # ebuild generated by hackport 0.2.14 @@ -27,7 +27,7 @@ DEPEND="${RDEPEND} >=dev-lang/ghc-6.8.1 >=dev-haskell/cabal-1.6 dev-haskell/mtl - dev-haskell/parsec + >=dev-haskell/parsec-3 dev-haskell/stm dev-haskell/time >=dev-haskell/x11-1.3.0 |