araujo 08/07/06 01:48:38
Modified: hmake-3.11.ebuild hmake-3.13.ebuild
Log:
Improving dependencies. Filter the necessary flags only for now.
(Portage version: 2.2_rc1/cvs/Linux 2.6.24.3 x86_64)
Revision Changes Path
1.15 dev-haskell/hmake/hmake-3.11.ebuild
file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/dev-haskell/hmake/hmake-3.11.ebuild?rev=1.15&view=markup
plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/dev-haskell/hmake/hmake-3.11.ebuild?rev=1.15&content-type=text/plain
diff : http://sources.gentoo.org/viewcvs.py/gentoo-x86/dev-haskell/hmake/hmake-3.11.ebuild?r1=1.14&r2=1.15
Index: hmake-3.11.ebuild
===================================================================
RCS file: /var/cvsroot/gentoo-x86/dev-haskell/hmake/hmake-3.11.ebuild,v
retrieving revision 1.14
retrieving revision 1.15
diff -u -r1.14 -r1.15
--- hmake-3.11.ebuild 5 Jul 2008 23:48:17 -0000 1.14
+++ hmake-3.11.ebuild 6 Jul 2008 01:48:37 -0000 1.15
@@ -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 @@
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 @@
# double space before -n is significant
ht_fix_all
# Make it compile with -Wl, -O1
- filter-ldflags -*
+ filter-ldflags -Wl,-O1
}
src_compile() {
1.6 dev-haskell/hmake/hmake-3.13.ebuild
file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/dev-haskell/hmake/hmake-3.13.ebuild?rev=1.6&view=markup
plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/dev-haskell/hmake/hmake-3.13.ebuild?rev=1.6&content-type=text/plain
diff : http://sources.gentoo.org/viewcvs.py/gentoo-x86/dev-haskell/hmake/hmake-3.13.ebuild?r1=1.5&r2=1.6
Index: hmake-3.13.ebuild
===================================================================
RCS file: /var/cvsroot/gentoo-x86/dev-haskell/hmake/hmake-3.13.ebuild,v
retrieving revision 1.5
retrieving revision 1.6
diff -u -r1.5 -r1.6
--- hmake-3.13.ebuild 5 Jul 2008 23:48:17 -0000 1.5
+++ hmake-3.13.ebuild 6 Jul 2008 01:48:37 -0000 1.6
@@ -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.13.ebuild,v 1.5 2008/07/05 23:48:17 araujo Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-haskell/hmake/hmake-3.13.ebuild,v 1.6 2008/07/06 01:48:37 araujo Exp $
inherit base eutils ghc-package flag-o-matic
@@ -13,7 +13,7 @@
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"
@@ -33,7 +33,7 @@
grep __GLASGOW_HASKELL__ ghcsym.out | cut -d" " -f 3 > $2;' \
"${S}/script/confhc"
# Make it compile with LDFLAGS -Wl, -O1
- filter-ldflags -*
+ filter-ldflags -Wl,-O1
}
src_compile() {
--
gentoo-commits@g.o mailing list
|