From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from lists.gentoo.org (pigeon.gentoo.org [208.92.234.80]) by finch.gentoo.org (Postfix) with ESMTP id B87391392EF for ; Tue, 11 Mar 2014 18:40:28 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 9E874E0804; Tue, 11 Mar 2014 18:40:22 +0000 (UTC) Received: from smtp.gentoo.org (smtp.gentoo.org [140.211.166.183]) (using TLSv1.2 with cipher AECDH-AES256-SHA (256/256 bits)) (No client certificate requested) by pigeon.gentoo.org (Postfix) with ESMTPS id 1753DE0804 for ; Tue, 11 Mar 2014 18:40:22 +0000 (UTC) Received: from flycatcher.gentoo.org (flycatcher.gentoo.org [81.93.255.6]) (using TLSv1.2 with cipher AECDH-AES256-SHA (256/256 bits)) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id 26CAE33DF72 for ; Tue, 11 Mar 2014 18:40:21 +0000 (UTC) Received: by flycatcher.gentoo.org (Postfix, from userid 2279) id E5B762004C; Tue, 11 Mar 2014 18:40:17 +0000 (UTC) From: "Michal Gorny (mgorny)" To: gentoo-commits@lists.gentoo.org Reply-To: gentoo-dev@lists.gentoo.org, mgorny@gentoo.org Subject: [gentoo-commits] gentoo-x86 commit in sys-devel/llvm: llvm-9999.ebuild ChangeLog X-VCS-Repository: gentoo-x86 X-VCS-Files: llvm-9999.ebuild ChangeLog X-VCS-Directories: sys-devel/llvm X-VCS-Committer: mgorny X-VCS-Committer-Name: Michal Gorny Content-Type: text/plain; charset=utf8 Content-Transfer-Encoding: 8bit Message-Id: <20140311184017.E5B762004C@flycatcher.gentoo.org> Date: Tue, 11 Mar 2014 18:40:17 +0000 (UTC) Precedence: bulk List-Post: List-Help: List-Unsubscribe: List-Subscribe: List-Id: Gentoo Linux mail X-BeenThere: gentoo-commits@lists.gentoo.org X-Archives-Salt: 25dbf0e0-e78b-496f-9d87-8ca74b717c4d X-Archives-Hash: 9db2f19034f5c63167843f64a9e84e54 mgorny 14/03/11 18:40:17 Modified: llvm-9999.ebuild ChangeLog Log: Remove unnecessary --with-clang-resource-dir that broke the build whenever the version number was bumped. (Portage version: 2.2.8-r1/cvs/Linux x86_64, signed Manifest commit with key EFB4464E!) Revision Changes Path 1.79 sys-devel/llvm/llvm-9999.ebuild file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sys-devel/llvm/llvm-9999.ebuild?rev=1.79&view=markup plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sys-devel/llvm/llvm-9999.ebuild?rev=1.79&content-type=text/plain diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sys-devel/llvm/llvm-9999.ebuild?r1=1.78&r2=1.79 Index: llvm-9999.ebuild =================================================================== RCS file: /var/cvsroot/gentoo-x86/sys-devel/llvm/llvm-9999.ebuild,v retrieving revision 1.78 retrieving revision 1.79 diff -u -r1.78 -r1.79 --- llvm-9999.ebuild 15 Jan 2014 18:08:11 -0000 1.78 +++ llvm-9999.ebuild 11 Mar 2014 18:40:17 -0000 1.79 @@ -1,6 +1,6 @@ # Copyright 1999-2014 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/sys-devel/llvm/llvm-9999.ebuild,v 1.78 2014/01/15 18:08:11 mgorny Exp $ +# $Header: /var/cvsroot/gentoo-x86/sys-devel/llvm/llvm-9999.ebuild,v 1.79 2014/03/11 18:40:17 mgorny Exp $ EAPI=5 @@ -202,9 +202,6 @@ $(use_enable libffi) ) - if use clang; then - conf_flags+=( --with-clang-resource-dir=../lib/clang/3.5 ) - fi # well, it's used only by clang executable c-index-test if multilib_build_binaries && use clang && use xml; then conf_flags+=( XML2CONFIG="$(tc-getPKG_CONFIG) libxml-2.0" ) 1.180 sys-devel/llvm/ChangeLog file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sys-devel/llvm/ChangeLog?rev=1.180&view=markup plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sys-devel/llvm/ChangeLog?rev=1.180&content-type=text/plain diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sys-devel/llvm/ChangeLog?r1=1.179&r2=1.180 Index: ChangeLog =================================================================== RCS file: /var/cvsroot/gentoo-x86/sys-devel/llvm/ChangeLog,v retrieving revision 1.179 retrieving revision 1.180 diff -u -r1.179 -r1.180 --- ChangeLog 5 Mar 2014 21:18:52 -0000 1.179 +++ ChangeLog 11 Mar 2014 18:40:17 -0000 1.180 @@ -1,6 +1,10 @@ # ChangeLog for sys-devel/llvm # Copyright 1999-2014 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/sys-devel/llvm/ChangeLog,v 1.179 2014/03/05 21:18:52 maekke Exp $ +# $Header: /var/cvsroot/gentoo-x86/sys-devel/llvm/ChangeLog,v 1.180 2014/03/11 18:40:17 mgorny Exp $ + + 11 Mar 2014; Michał Górny llvm-9999.ebuild: + Remove unnecessary --with-clang-resource-dir that broke the build whenever the + version number was bumped. 05 Mar 2014; Markus Meier llvm-3.3-r3.ebuild: arm stable, bug #491018