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 DD7B3138E66 for ; Mon, 24 Feb 2014 00:18:54 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 346A7E09FE; Mon, 24 Feb 2014 00:18:46 +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 B3760E09FE for ; Mon, 24 Feb 2014 00:18:45 +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 A018A33F8D8 for ; Mon, 24 Feb 2014 00:18:44 +0000 (UTC) Received: by flycatcher.gentoo.org (Postfix, from userid 2261) id 6A2462004C; Mon, 24 Feb 2014 00:18:43 +0000 (UTC) From: "PaweA Hajdan (phajdan.jr)" To: gentoo-commits@lists.gentoo.org Reply-To: gentoo-dev@lists.gentoo.org, phajdan.jr@gentoo.org Subject: [gentoo-commits] gentoo-x86 commit in sys-devel/clang: clang-3.3-r100.ebuild ChangeLog X-VCS-Repository: gentoo-x86 X-VCS-Files: clang-3.3-r100.ebuild ChangeLog X-VCS-Directories: sys-devel/clang X-VCS-Committer: phajdan.jr X-VCS-Committer-Name: PaweA Hajdan Content-Type: text/plain; charset=utf8 Content-Transfer-Encoding: 8bit Message-Id: <20140224001843.6A2462004C@flycatcher.gentoo.org> Date: Mon, 24 Feb 2014 00:18:43 +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: 1db396bc-74ac-4374-b201-67d69b27353a X-Archives-Hash: 417044842160bdf1c202fce3ac504def phajdan.jr 14/02/24 00:18:43 Modified: clang-3.3-r100.ebuild ChangeLog Log: x86 stable wrt bug #491018 (Portage version: 2.2.7/cvs/Linux i686, RepoMan options: --ignore-arches, signed Manifest commit with key 0x4F1A2555EA71991D!) Revision Changes Path 1.8 sys-devel/clang/clang-3.3-r100.ebuild file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sys-devel/clang/clang-3.3-r100.ebuild?rev=1.8&view=markup plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sys-devel/clang/clang-3.3-r100.ebuild?rev=1.8&content-type=text/plain diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sys-devel/clang/clang-3.3-r100.ebuild?r1=1.7&r2=1.8 Index: clang-3.3-r100.ebuild =================================================================== RCS file: /var/cvsroot/gentoo-x86/sys-devel/clang/clang-3.3-r100.ebuild,v retrieving revision 1.7 retrieving revision 1.8 diff -u -r1.7 -r1.8 --- clang-3.3-r100.ebuild 28 Oct 2013 00:25:12 -0000 1.7 +++ clang-3.3-r100.ebuild 24 Feb 2014 00:18:43 -0000 1.8 @@ -1,6 +1,6 @@ -# Copyright 1999-2013 Gentoo Foundation +# Copyright 1999-2014 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/sys-devel/clang/clang-3.3-r100.ebuild,v 1.7 2013/10/28 00:25:12 ottxor Exp $ +# $Header: /var/cvsroot/gentoo-x86/sys-devel/clang/clang-3.3-r100.ebuild,v 1.8 2014/02/24 00:18:43 phajdan.jr Exp $ EAPI=5 @@ -12,7 +12,7 @@ LICENSE="UoI-NCSA" SLOT="0/${PV}" -KEYWORDS="~amd64 ~arm ~ppc ~x86 ~amd64-fbsd ~x86-fbsd ~x64-freebsd ~amd64-linux ~arm-linux ~x86-linux ~ppc-macos ~x64-macos" +KEYWORDS="~amd64 ~arm ~ppc x86 ~amd64-fbsd ~x86-fbsd ~x64-freebsd ~amd64-linux ~arm-linux ~x86-linux ~ppc-macos ~x64-macos" IUSE="debug multitarget python +static-analyzer" RDEPEND="~sys-devel/llvm-${PV}[clang(-),debug=,multitarget?,python?,static-analyzer,${MULTILIB_USEDEP}]" 1.101 sys-devel/clang/ChangeLog file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sys-devel/clang/ChangeLog?rev=1.101&view=markup plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sys-devel/clang/ChangeLog?rev=1.101&content-type=text/plain diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sys-devel/clang/ChangeLog?r1=1.100&r2=1.101 Index: ChangeLog =================================================================== RCS file: /var/cvsroot/gentoo-x86/sys-devel/clang/ChangeLog,v retrieving revision 1.100 retrieving revision 1.101 diff -u -r1.100 -r1.101 --- ChangeLog 6 Jan 2014 21:06:16 -0000 1.100 +++ ChangeLog 24 Feb 2014 00:18:43 -0000 1.101 @@ -1,6 +1,9 @@ # ChangeLog for sys-devel/clang # Copyright 1999-2014 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/sys-devel/clang/ChangeLog,v 1.100 2014/01/06 21:06:16 mgorny Exp $ +# $Header: /var/cvsroot/gentoo-x86/sys-devel/clang/ChangeLog,v 1.101 2014/02/24 00:18:43 phajdan.jr Exp $ + + 23 Feb 2014; Pawel Hajdan jr clang-3.3-r100.ebuild: + x86 stable wrt bug #491018 *clang-3.4-r100 (06 Jan 2014)