Gentoo Logo
Gentoo Spaceship

Installation:
Gentoo Handbook
Installation Docs

Documentation:
Home
Listing
About Gentoo
Philosophy
Social Contract

Resources:
Bug Tracker
Developer List
Discussion Forums
Gentoo BitTorrents
Gentoo Linux Enhancement Proposals
IRC Channels
Mailing Lists
Mirrors
Name and Logo Guidelines
Online Package Database
Security Announcements
Staffing Needs
Supporting Vendors
View our CVS

Graphics:
Logos and themes
Icons
ScreenShots

Miscellaneous Resources:
Gentoo Linux Store
Gentoo-hosted projects
IBM dW/Intel article archive




List Archive: gentoo-commits
Navigation:
Lists: gentoo-commits: < Prev By Thread Next > < Prev By Date Next >
Headers:
To: gentoo-commits@g.o
From: "Luis F. Araujo (araujo)" <araujo@g.o>
Subject: gentoo-x86 commit in dev-haskell/hmake: hmake-3.11.ebuild hmake-3.13.ebuild
Date: Sun, 06 Jul 2008 01:48:38 +0000

 1.1

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


Navigation:
Lists: gentoo-commits: < Prev By Thread Next > < Prev By Date Next >
Previous by thread:
portage r10950 - main/trunk/pym/_emerge
Next by thread:
portage r10951 - main/trunk/pym/_emerge
Previous by date:
portage r10950 - main/trunk/pym/_emerge
Next by date:
portage r10951 - main/trunk/pym/_emerge


Oct 12, 2008

Donate to support our development efforts.

Gentoo Centric Hosting: vr.org

VR Hosted

Tek Alchemy

Tek Alchemy

SevenL.net

SevenL.net

php|architect

php|architect

Copyright 2001-2007 Gentoo Foundation, Inc. Questions, Comments? Email www@gentoo.org.