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 3A84F1381F3 for ; Sat, 12 Oct 2013 11:58:58 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id C681FE09B2; Sat, 12 Oct 2013 11:58:57 +0000 (UTC) Received: from smtp.gentoo.org (smtp.gentoo.org [140.211.166.183]) (using TLSv1 with cipher AECDH-AES256-SHA (256/256 bits)) (No client certificate requested) by pigeon.gentoo.org (Postfix) with ESMTPS id 69FFDE09B2 for ; Sat, 12 Oct 2013 11:58:57 +0000 (UTC) Received: from flycatcher.gentoo.org (flycatcher.gentoo.org [81.93.255.6]) (using TLSv1 with cipher AECDH-AES256-SHA (256/256 bits)) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id 8991833E906 for ; Sat, 12 Oct 2013 11:58:56 +0000 (UTC) Received: by flycatcher.gentoo.org (Postfix, from userid 2139) id 54A8A2004C; Sat, 12 Oct 2013 11:58:55 +0000 (UTC) From: "Alexis Ballier (aballier)" To: gentoo-commits@lists.gentoo.org Reply-To: gentoo-dev@lists.gentoo.org, aballier@gentoo.org Subject: [gentoo-commits] gentoo-x86 commit in sys-devel/gcc: gcc-4.8.1-r1.ebuild ChangeLog X-VCS-Repository: gentoo-x86 X-VCS-Files: gcc-4.8.1-r1.ebuild ChangeLog X-VCS-Directories: sys-devel/gcc X-VCS-Committer: aballier X-VCS-Committer-Name: Alexis Ballier Content-Type: text/plain; charset=utf8 Content-Transfer-Encoding: 8bit Message-Id: <20131012115855.54A8A2004C@flycatcher.gentoo.org> Date: Sat, 12 Oct 2013 11:58:55 +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: 38cb4b1e-81fb-4837-a48a-57f5cc8cdbe9 X-Archives-Hash: e3568d2ff75efc0136524769a4517570 aballier 13/10/12 11:58:55 Modified: gcc-4.8.1-r1.ebuild ChangeLog Log: keyword ~amd64-fbsd, bug #487266 (Portage version: 2.2.7/cvs/Linux x86_64, signed Manifest commit with key 160F534A) Revision Changes Path 1.4 sys-devel/gcc/gcc-4.8.1-r1.ebuild file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sys-devel/gcc/gcc-4.8.1-r1.ebuild?rev=1.4&view=markup plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sys-devel/gcc/gcc-4.8.1-r1.ebuild?rev=1.4&content-type=text/plain diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sys-devel/gcc/gcc-4.8.1-r1.ebuild?r1=1.3&r2=1.4 Index: gcc-4.8.1-r1.ebuild =================================================================== RCS file: /var/cvsroot/gentoo-x86/sys-devel/gcc/gcc-4.8.1-r1.ebuild,v retrieving revision 1.3 retrieving revision 1.4 diff -u -r1.3 -r1.4 --- gcc-4.8.1-r1.ebuild 9 Oct 2013 14:00:46 -0000 1.3 +++ gcc-4.8.1-r1.ebuild 12 Oct 2013 11:58:55 -0000 1.4 @@ -1,6 +1,6 @@ # Copyright 1999-2013 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/sys-devel/gcc/gcc-4.8.1-r1.ebuild,v 1.3 2013/10/09 14:00:46 jer Exp $ +# $Header: /var/cvsroot/gentoo-x86/sys-devel/gcc/gcc-4.8.1-r1.ebuild,v 1.4 2013/10/12 11:58:55 aballier Exp $ PATCH_VER="1.2" UCLIBC_VER="1.0" @@ -24,7 +24,7 @@ LICENSE="GPL-3+ LGPL-3+ || ( GPL-3+ libgcc libstdc++ gcc-runtime-library-exception-3.1 ) FDL-1.3+" -KEYWORDS="~amd64 ~hppa ~x86" +KEYWORDS="~amd64 ~hppa ~x86 ~amd64-fbsd" RDEPEND="" DEPEND="${RDEPEND} 1.973 sys-devel/gcc/ChangeLog file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sys-devel/gcc/ChangeLog?rev=1.973&view=markup plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sys-devel/gcc/ChangeLog?rev=1.973&content-type=text/plain diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sys-devel/gcc/ChangeLog?r1=1.972&r2=1.973 Index: ChangeLog =================================================================== RCS file: /var/cvsroot/gentoo-x86/sys-devel/gcc/ChangeLog,v retrieving revision 1.972 retrieving revision 1.973 diff -u -r1.972 -r1.973 --- ChangeLog 9 Oct 2013 14:00:46 -0000 1.972 +++ ChangeLog 12 Oct 2013 11:58:55 -0000 1.973 @@ -1,6 +1,9 @@ # ChangeLog for sys-devel/gcc # Copyright 1999-2013 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/sys-devel/gcc/ChangeLog,v 1.972 2013/10/09 14:00:46 jer Exp $ +# $Header: /var/cvsroot/gentoo-x86/sys-devel/gcc/ChangeLog,v 1.973 2013/10/12 11:58:55 aballier Exp $ + + 12 Oct 2013; Alexis Ballier gcc-4.8.1-r1.ebuild: + keyword ~amd64-fbsd, bug #487266 09 Oct 2013; Jeroen Roovers gcc-4.8.1-r1.ebuild: Marked ~hppa (bug #487266).