diff options
author | Lennart Kolmodin <kolmodin@gentoo.org> | 2010-01-27 19:13:26 +0000 |
---|---|---|
committer | Lennart Kolmodin <kolmodin@gentoo.org> | 2010-01-27 19:13:26 +0000 |
commit | 704288a22445a67cd9fc0e18b2ccaa74305637ba (patch) | |
tree | 146a6cf99e645c90a8f6860061706b8e52f6a797 /x11-misc/xmobar | |
parent | Add ~alpha/~arm (diff) | |
download | gentoo-2-704288a22445a67cd9fc0e18b2ccaa74305637ba.tar.gz gentoo-2-704288a22445a67cd9fc0e18b2ccaa74305637ba.tar.bz2 gentoo-2-704288a22445a67cd9fc0e18b2ccaa74305637ba.zip |
Use explicit patch names in PATCHES variable.
(Portage version: 2.1.6.13/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 | 6 |
2 files changed, 8 insertions, 5 deletions
diff --git a/x11-misc/xmobar/ChangeLog b/x11-misc/xmobar/ChangeLog index 0edcd545d4b1..64e7920959cf 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.6 2009/12/15 21:41:37 kolmodin Exp $ +# 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 $ + + 27 Jan 2010; <kolmodin@gentoo.org> xmobar-0.9.2-r1.ebuild: + Use explicit patch name in PATHCHES. Reported in bug #302225. 15 Dec 2009; <kolmodin@gentoo.org> xmobar-0.9.2-r1.ebuild: Fix mixup with DEPEND / RDEPEND flags. diff --git a/x11-misc/xmobar/xmobar-0.9.2-r1.ebuild b/x11-misc/xmobar/xmobar-0.9.2-r1.ebuild index 974089152605..1a859666ce8c 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 +# 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.2 2009/12/15 21:41:37 kolmodin Exp $ +# $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 $ CABAL_FEATURES="bin" inherit base haskell-cabal @@ -26,7 +26,7 @@ RDEPEND=">=dev-lang/ghc-6.6.1 DEPEND="${RDEPEND} >=dev-haskell/cabal-1.2" -PATCHES=("${FILESDIR}/${P}-*") +PATCHES=("${FILESDIR}/${P}-cpu-high-load.patch") src_compile() { CABAL_CONFIGURE_FLAGS="--constraint=base<4" |