diff options
author | Sergei Trofimovich <slyfox@gentoo.org> | 2011-03-23 08:10:31 +0000 |
---|---|---|
committer | Sergei Trofimovich <slyfox@gentoo.org> | 2011-03-23 08:10:31 +0000 |
commit | 9c5f4322ab148602462e642fae00426304253de7 (patch) | |
tree | 01574c7a4ac8a20a0664b7e6426e1e40ece7df42 /x11-wm | |
parent | [bump] dev-perl/File-Slurp-9999.140.0 (diff) | |
download | gentoo-2-9c5f4322ab148602462e642fae00426304253de7.tar.gz gentoo-2-9c5f4322ab148602462e642fae00426304253de7.tar.bz2 gentoo-2-9c5f4322ab148602462e642fae00426304253de7.zip |
utf8-string isn't special and also has to provide profiled libs when USE=profile.
(Portage version: 2.1.9.42/cvs/Linux x86_64)
Diffstat (limited to 'x11-wm')
-rw-r--r-- | x11-wm/xmonad-contrib/xmonad-contrib-0.9.ebuild | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/x11-wm/xmonad-contrib/xmonad-contrib-0.9.ebuild b/x11-wm/xmonad-contrib/xmonad-contrib-0.9.ebuild index 1f3118f61b1a..51de0ddac90b 100644 --- a/x11-wm/xmonad-contrib/xmonad-contrib-0.9.ebuild +++ b/x11-wm/xmonad-contrib/xmonad-contrib-0.9.ebuild @@ -1,6 +1,6 @@ # Copyright 1999-2011 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/x11-wm/xmonad-contrib/xmonad-contrib-0.9.ebuild,v 1.3 2011/03/22 19:22:48 angelos Exp $ +# $Header: /var/cvsroot/gentoo-x86/x11-wm/xmonad-contrib/xmonad-contrib-0.9.ebuild,v 1.4 2011/03/23 08:10:31 slyfox Exp $ CABAL_FEATURES="lib profile haddock" EAPI=3 @@ -18,7 +18,7 @@ IUSE="" RDEPEND=">=dev-lang/ghc-6.6.1 dev-haskell/mtl[profile?] >=dev-haskell/x11-1.4.6.1[profile?] - dev-haskell/utf8-string + dev-haskell/utf8-string[profile?] ~x11-wm/xmonad-${PV}[profile?]" DEPEND="${RDEPEND} |