diff options
author | Samuli Suominen <ssuominen@gentoo.org> | 2009-08-03 10:35:43 +0000 |
---|---|---|
committer | Samuli Suominen <ssuominen@gentoo.org> | 2009-08-03 10:35:43 +0000 |
commit | 0c646efe50603cebb91397a7b7c60dd64907eba8 (patch) | |
tree | 05b84d03b2520b74f81414021778ad82af4838a7 /x11-wm/xmonad/xmonad-0.6.ebuild | |
parent | Fix .desktop file (diff) | |
download | gentoo-2-0c646efe50603cebb91397a7b7c60dd64907eba8.tar.gz gentoo-2-0c646efe50603cebb91397a7b7c60dd64907eba8.tar.bz2 gentoo-2-0c646efe50603cebb91397a7b7c60dd64907eba8.zip |
Missing IUSE
(Portage version: 2.2_rc33/cvs/Linux x86_64)
Diffstat (limited to 'x11-wm/xmonad/xmonad-0.6.ebuild')
-rw-r--r-- | x11-wm/xmonad/xmonad-0.6.ebuild | 5 |
1 files changed, 3 insertions, 2 deletions
diff --git a/x11-wm/xmonad/xmonad-0.6.ebuild b/x11-wm/xmonad/xmonad-0.6.ebuild index 43d60fc10aa1..2cdb799a4fc3 100644 --- a/x11-wm/xmonad/xmonad-0.6.ebuild +++ b/x11-wm/xmonad/xmonad-0.6.ebuild @@ -1,6 +1,6 @@ -# Copyright 1999-2008 Gentoo Foundation +# Copyright 1999-2009 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/x11-wm/xmonad/xmonad-0.6.ebuild,v 1.2 2008/02/02 21:30:25 mr_bones_ Exp $ +# $Header: /var/cvsroot/gentoo-x86/x11-wm/xmonad/xmonad-0.6.ebuild,v 1.3 2009/08/03 10:35:43 ssuominen Exp $ CABAL_FEATURES="bin lib profile haddock" @@ -13,6 +13,7 @@ SRC_URI="http://hackage.haskell.org/packages/archive/${PN}/${PV}/${P}.tar.gz" LICENSE="BSD" SLOT="0" KEYWORDS="~amd64 ~sparc ~x86" +IUSE="" DEPEND="dev-haskell/mtl >=dev-haskell/x11-1.4.1 |