diff options
author | Luis Francisco Araujo <araujo@gentoo.org> | 2008-07-06 01:48:37 +0000 |
---|---|---|
committer | Luis Francisco Araujo <araujo@gentoo.org> | 2008-07-06 01:48:37 +0000 |
commit | 9d665722635d8339835c838b08ea23655ab7c521 (patch) | |
tree | eaa62626a5740f6c311e6b751391eb0c42634cbb /dev-haskell/hmake/hmake-3.11.ebuild | |
parent | Version bump (diff) | |
download | gentoo-2-9d665722635d8339835c838b08ea23655ab7c521.tar.gz gentoo-2-9d665722635d8339835c838b08ea23655ab7c521.tar.bz2 gentoo-2-9d665722635d8339835c838b08ea23655ab7c521.zip |
Improving dependencies. Filter the necessary flags only for now.
(Portage version: 2.2_rc1/cvs/Linux 2.6.24.3 x86_64)
Diffstat (limited to 'dev-haskell/hmake/hmake-3.11.ebuild')
-rw-r--r-- | dev-haskell/hmake/hmake-3.11.ebuild | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/dev-haskell/hmake/hmake-3.11.ebuild b/dev-haskell/hmake/hmake-3.11.ebuild index 1abe5838a5f2..27a4a19d5a1d 100644 --- a/dev-haskell/hmake/hmake-3.11.ebuild +++ b/dev-haskell/hmake/hmake-3.11.ebuild @@ -1,6 +1,6 @@ # Copyright 1999-2008 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/dev-haskell/hmake/hmake-3.11.ebuild,v 1.14 2008/07/05 23:48:17 araujo Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-haskell/hmake/hmake-3.11.ebuild,v 1.15 2008/07/06 01:48:37 araujo Exp $ inherit base eutils fixheadtails ghc-package flag-o-matic @@ -13,7 +13,7 @@ SLOT="0" KEYWORDS="~amd64 ~ppc ppc64 sparc x86" IUSE="" -DEPEND="!>=dev-lang/ghc-6.8 +DEPEND="<dev-lang/ghc-6.8 sys-libs/readline >=sys-apps/sandbox-1.2.12" RDEPEND="sys-libs/readline" @@ -41,7 +41,7 @@ src_unpack() { # double space before -n is significant ht_fix_all # Make it compile with -Wl, -O1 - filter-ldflags -* + filter-ldflags -Wl,-O1 } src_compile() { |