summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorLennart Kolmodin <kolmodin@gentoo.org>2009-12-15 21:41:37 +0000
committerLennart Kolmodin <kolmodin@gentoo.org>2009-12-15 21:41:37 +0000
commit829744ee65bbcc732eccdb5d1849e48b9af9b873 (patch)
tree546c4ad1a0ddbc923b0dd6d3b0373fbfa63ee4d0 /x11-misc/xmobar
parentAdd elog about NTFS to postinst (diff)
downloadgentoo-2-829744ee65bbcc732eccdb5d1849e48b9af9b873.tar.gz
gentoo-2-829744ee65bbcc732eccdb5d1849e48b9af9b873.tar.bz2
gentoo-2-829744ee65bbcc732eccdb5d1849e48b9af9b873.zip
Fix mixup of DEPEND / RDEPEND in x11-misc/xmobar-0.9.2.
(Portage version: 2.1.6.13/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.9.2-r1.ebuild4
2 files changed, 6 insertions, 3 deletions
diff --git a/x11-misc/xmobar/ChangeLog b/x11-misc/xmobar/ChangeLog
index cb485c2f1c6a..0edcd545d4b1 100644
--- a/x11-misc/xmobar/ChangeLog
+++ b/x11-misc/xmobar/ChangeLog
@@ -1,6 +1,9 @@
# ChangeLog for x11-misc/xmobar
# Copyright 1999-2009 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/x11-misc/xmobar/ChangeLog,v 1.5 2009/12/14 23:04:38 kolmodin Exp $
+# $Header: /var/cvsroot/gentoo-x86/x11-misc/xmobar/ChangeLog,v 1.6 2009/12/15 21:41:37 kolmodin Exp $
+
+ 15 Dec 2009; <kolmodin@gentoo.org> xmobar-0.9.2-r1.ebuild:
+ Fix mixup with DEPEND / RDEPEND flags.
14 Dec 2009; <kolmodin@gentoo.org>
+files/xmobar-0.9.2-cpu-high-load.patch:
diff --git a/x11-misc/xmobar/xmobar-0.9.2-r1.ebuild b/x11-misc/xmobar/xmobar-0.9.2-r1.ebuild
index b95141a439f9..974089152605 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-2009 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.1 2009/11/26 21:46:11 kolmodin Exp $
+# $Header: /var/cvsroot/gentoo-x86/x11-misc/xmobar/xmobar-0.9.2-r1.ebuild,v 1.2 2009/12/15 21:41:37 kolmodin Exp $
CABAL_FEATURES="bin"
inherit base haskell-cabal
@@ -23,7 +23,7 @@ RDEPEND=">=dev-lang/ghc-6.6.1
xft? ( dev-haskell/utf8-string
dev-haskell/x11-xft )
mail? ( dev-haskell/hinotify )"
-RDEPEND="${DEPEND}
+DEPEND="${RDEPEND}
>=dev-haskell/cabal-1.2"
PATCHES=("${FILESDIR}/${P}-*")