From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from lists.gentoo.org ([140.105.134.102] helo=robin.gentoo.org) by finch.gentoo.org with esmtp (Exim 4.60) (envelope-from ) id 1J5TXv-00041O-Q0 for garchives@archives.gentoo.org; Thu, 20 Dec 2007 22:07:16 +0000 Received: from robin.gentoo.org (localhost [127.0.0.1]) by robin.gentoo.org (8.14.2/8.14.0) with SMTP id lBKM78PR018007; Thu, 20 Dec 2007 22:07:08 GMT Received: from smtp.gentoo.org (smtp.gentoo.org [140.211.166.183]) by robin.gentoo.org (8.14.2/8.14.0) with ESMTP id lBKM77rQ018001 for ; Thu, 20 Dec 2007 22:07:08 GMT Received: from stork.gentoo.org (stork.gentoo.org [64.127.104.133]) (using TLSv1 with cipher AES256-SHA (256/256 bits)) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTP id AB91465975 for ; Thu, 20 Dec 2007 22:07:06 +0000 (UTC) Received: from mr_bones_ by stork.gentoo.org with local (Exim 4.60) (envelope-from ) id 1J5TXl-0001XC-JV for gentoo-commits@lists.gentoo.org; Thu, 20 Dec 2007 22:07:05 +0000 From: "Michael Sterrett (mr_bones_)" To: gentoo-commits@lists.gentoo.org Reply-To: gentoo-dev@lists.gentoo.org, mr_bones_@gentoo.org Subject: [gentoo-commits] gentoo-x86 commit in dev-lang/ocaml: ocaml-3.10.1_rc1.ebuild X-VCS-Repository: gentoo-x86 X-VCS-Files: ocaml-3.10.1_rc1.ebuild X-VCS-Directories: dev-lang/ocaml X-VCS-Committer: mr_bones_ X-VCS-Committer-Name: Michael Sterrett Content-Type: text/plain; charset=utf8 Content-Transfer-Encoding: 8bit Message-Id: Sender: Michael Sterrett Date: Thu, 20 Dec 2007 22:07:05 +0000 Precedence: bulk List-Post: List-Help: List-Unsubscribe: List-Subscribe: List-Id: Gentoo Linux mail X-BeenThere: gentoo-commits@gentoo.org X-Archives-Salt: 185a2352-c068-4f6b-9b72-57d1788a5299 X-Archives-Hash: 607818feb6f2973d7b56616920d19a48 mr_bones_ 07/12/20 22:07:05 Modified: ocaml-3.10.1_rc1.ebuild Log: whitespace (Portage version: 2.1.3.19) Revision Changes Path 1.3 dev-lang/ocaml/ocaml-3.10.1_rc1.ebuild file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/dev-lang/ocaml/ocaml-3.10.1_rc1.ebuild?rev=1.3&view=markup plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/dev-lang/ocaml/ocaml-3.10.1_rc1.ebuild?rev=1.3&content-type=text/plain diff : http://sources.gentoo.org/viewcvs.py/gentoo-x86/dev-lang/ocaml/ocaml-3.10.1_rc1.ebuild?r1=1.2&r2=1.3 Index: ocaml-3.10.1_rc1.ebuild =================================================================== RCS file: /var/cvsroot/gentoo-x86/dev-lang/ocaml/ocaml-3.10.1_rc1.ebuild,v retrieving revision 1.2 retrieving revision 1.3 diff -u -r1.2 -r1.3 --- ocaml-3.10.1_rc1.ebuild 20 Dec 2007 20:24:12 -0000 1.2 +++ ocaml-3.10.1_rc1.ebuild 20 Dec 2007 22:07:05 -0000 1.3 @@ -1,6 +1,6 @@ # Copyright 1999-2007 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/dev-lang/ocaml/ocaml-3.10.1_rc1.ebuild,v 1.2 2007/12/20 20:24:12 aballier Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-lang/ocaml/ocaml-3.10.1_rc1.ebuild,v 1.3 2007/12/20 22:07:05 mr_bones_ Exp $ inherit flag-o-matic eutils multilib versionator toolchain-funcs @@ -25,7 +25,7 @@ S="${WORKDIR}/${MY_P}" pkg_setup() { # dev-lang/ocaml creates its own objects but calls gcc for linking, which will - # results in relocations if gcc wants to create a PIE executable + # results in relocations if gcc wants to create a PIE executable if gcc-specs-pie ; then append-ldflags -nopie ewarn "Ocaml generates its own native asm, you're using a PIE compiler" -- gentoo-commits@gentoo.org mailing list