diff options
author | Lennart Kolmodin <kolmodin@gentoo.org> | 2010-03-28 09:41:05 +0000 |
---|---|---|
committer | Lennart Kolmodin <kolmodin@gentoo.org> | 2010-03-28 09:41:05 +0000 |
commit | 52eeda17c33e80892a3e602987582e8ac82cc05f (patch) | |
tree | 58d514bdfac75349442a8a40f8ae873eaa75c6ae /x11-misc/xmobar | |
parent | Missing instruction for fetch added, Keyworded for ~*-linux, bumped to EAPI=3... (diff) | |
download | gentoo-2-52eeda17c33e80892a3e602987582e8ac82cc05f.tar.gz gentoo-2-52eeda17c33e80892a3e602987582e8ac82cc05f.tar.bz2 gentoo-2-52eeda17c33e80892a3e602987582e8ac82cc05f.zip |
Make stricter requirements to x11-misc/xmobar.
(Portage version: 2.1.7.17/cvs/Linux x86_64)
Diffstat (limited to 'x11-misc/xmobar')
-rw-r--r-- | x11-misc/xmobar/ChangeLog | 7 | ||||
-rw-r--r-- | x11-misc/xmobar/xmobar-0.9.2-r1.ebuild | 4 |
2 files changed, 8 insertions, 3 deletions
diff --git a/x11-misc/xmobar/ChangeLog b/x11-misc/xmobar/ChangeLog index 64e7920959cf..1089d7082ece 100644 --- a/x11-misc/xmobar/ChangeLog +++ b/x11-misc/xmobar/ChangeLog @@ -1,6 +1,11 @@ # ChangeLog for x11-misc/xmobar # Copyright 1999-2010 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/x11-misc/xmobar/ChangeLog,v 1.7 2010/01/27 19:13:26 kolmodin Exp $ +# $Header: /var/cvsroot/gentoo-x86/x11-misc/xmobar/ChangeLog,v 1.8 2010/03/28 09:41:05 kolmodin Exp $ + + 28 Mar 2010; Lennart Kolmodin <kolmodin@gentoo.org> + xmobar-0.9.2-r1.ebuild: + Bump requirement of cabal to 1.6, as we use the --constraint flag. + See bug #295568. 27 Jan 2010; <kolmodin@gentoo.org> xmobar-0.9.2-r1.ebuild: Use explicit patch name in PATHCHES. Reported in bug #302225. diff --git a/x11-misc/xmobar/xmobar-0.9.2-r1.ebuild b/x11-misc/xmobar/xmobar-0.9.2-r1.ebuild index 1a859666ce8c..876d31cad8a5 100644 --- a/x11-misc/xmobar/xmobar-0.9.2-r1.ebuild +++ b/x11-misc/xmobar/xmobar-0.9.2-r1.ebuild @@ -1,6 +1,6 @@ # Copyright 1999-2010 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/x11-misc/xmobar/xmobar-0.9.2-r1.ebuild,v 1.3 2010/01/27 19:13:26 kolmodin Exp $ +# $Header: /var/cvsroot/gentoo-x86/x11-misc/xmobar/xmobar-0.9.2-r1.ebuild,v 1.4 2010/03/28 09:41:05 kolmodin Exp $ CABAL_FEATURES="bin" inherit base haskell-cabal @@ -24,7 +24,7 @@ RDEPEND=">=dev-lang/ghc-6.6.1 dev-haskell/x11-xft ) mail? ( dev-haskell/hinotify )" DEPEND="${RDEPEND} - >=dev-haskell/cabal-1.2" + >=dev-haskell/cabal-1.6" PATCHES=("${FILESDIR}/${P}-cpu-high-load.patch") |