From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from pigeon.gentoo.org ([208.92.234.80] helo=lists.gentoo.org) by finch.gentoo.org with esmtp (Exim 4.60) (envelope-from ) id 1QkapW-0007uq-N7 for garchives@archives.gentoo.org; Sat, 23 Jul 2011 11:57:14 +0000 Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id B8CE221C1FF; Sat, 23 Jul 2011 11:57:07 +0000 (UTC) Received: from smtp.gentoo.org (smtp.gentoo.org [140.211.166.183]) by pigeon.gentoo.org (Postfix) with ESMTP id 8998C21C1FF for ; Sat, 23 Jul 2011 11:57:07 +0000 (UTC) Received: from pelican.gentoo.org (unknown [66.219.59.40]) (using TLSv1 with cipher ADH-AES256-SHA (256/256 bits)) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id 170A61B4025 for ; Sat, 23 Jul 2011 11:57:07 +0000 (UTC) Received: from localhost.localdomain (localhost [127.0.0.1]) by pelican.gentoo.org (Postfix) with ESMTP id 7A1468003D for ; Sat, 23 Jul 2011 11:57:06 +0000 (UTC) From: "Kacper Kowalik" To: gentoo-commits@lists.gentoo.org Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Kacper Kowalik" Message-ID: <011a4e82323ebf60f0c4c03907933740981d2653.xarthisius@gentoo> Subject: [gentoo-commits] proj/sci:master commit in: dev-lang/path64/ X-VCS-Repository: proj/sci X-VCS-Files: dev-lang/path64/ChangeLog dev-lang/path64/path64-9999.ebuild X-VCS-Directories: dev-lang/path64/ X-VCS-Committer: xarthisius X-VCS-Committer-Name: Kacper Kowalik X-VCS-Revision: 011a4e82323ebf60f0c4c03907933740981d2653 Date: Sat, 23 Jul 2011 11:57:06 +0000 (UTC) Precedence: bulk List-Post: List-Help: List-Unsubscribe: List-Subscribe: List-Id: Gentoo Linux mail X-BeenThere: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: quoted-printable X-Archives-Salt: X-Archives-Hash: bc15e064dec5b740a213caa7a9b02c3a commit: 011a4e82323ebf60f0c4c03907933740981d2653 Author: Kacper Kowalik (Xarthisius) gentoo org= > AuthorDate: Sat Jul 23 11:56:59 2011 +0000 Commit: Kacper Kowalik gentoo org> CommitDate: Sat Jul 23 11:56:59 2011 +0000 URL: http://git.overlays.gentoo.org/gitweb/?p=3Dproj/sci.git;a=3Dc= ommit;h=3D011a4e82 [dev-lang/path64] gcc:4.2 is no longer a strict dep --- dev-lang/path64/ChangeLog | 3 +++ dev-lang/path64/path64-9999.ebuild | 8 +------- 2 files changed, 4 insertions(+), 7 deletions(-) diff --git a/dev-lang/path64/ChangeLog b/dev-lang/path64/ChangeLog index 51da084..fdebe77 100644 --- a/dev-lang/path64/ChangeLog +++ b/dev-lang/path64/ChangeLog @@ -3,6 +3,9 @@ # $Header: $ =20 23 Jul 2011; Kacper Kowalik path64-9999.ebuild= : + gcc:4.2 is no longer a strict dep + + 23 Jul 2011; Kacper Kowalik path64-9999.ebuild= : Unset all fortran vars =20 23 Jul 2011; Kacper Kowalik path64-9999.ebuild= : diff --git a/dev-lang/path64/path64-9999.ebuild b/dev-lang/path64/path64-= 9999.ebuild index 6c1e883..0db2e99 100644 --- a/dev-lang/path64/path64-9999.ebuild +++ b/dev-lang/path64/path64-9999.ebuild @@ -28,16 +28,10 @@ SLOT=3D"0" KEYWORDS=3D"~amd64" IUSE=3D"assembler custom-cflags debugger fortran +native +openmp" =20 -DEPEND=3D"!native? ( sys-devel/gcc:4.2[vanilla] ) +DEPEND=3D"!native? ( sys-devel/gcc[vanilla] ) native? ( || ( dev-lang/ekopath-bin dev-lang/path64 ) )" RDEPEND=3D"${DEPEND}" =20 -pkg_setup() { - if use !native && [[ $(gcc-version) !=3D 4.2 ]] ; then - die "To bootstrap Path64 you'll need to use gcc:4.2[vanilla]" - fi -} - src_unpack() { git-2_src_unpack cd "${S}"