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 3728A1383F0 for ; Fri, 11 Jan 2013 10:34:50 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 2116A21C016; Fri, 11 Jan 2013 10:34:43 +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 936FC21C016 for ; Fri, 11 Jan 2013 10:34:42 +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 9CA0533DA46 for ; Fri, 11 Jan 2013 10:34:41 +0000 (UTC) Received: by flycatcher.gentoo.org (Postfix, from userid 2314) id 62FFA2171D; Fri, 11 Jan 2013 10:34:40 +0000 (UTC) From: "Agostino Sarubbo (ago)" To: gentoo-commits@lists.gentoo.org Reply-To: gentoo-dev@lists.gentoo.org, ago@gentoo.org Subject: [gentoo-commits] gentoo-x86 commit in dev-ruby/fakefs: fakefs-0.4.2.ebuild ChangeLog X-VCS-Repository: gentoo-x86 X-VCS-Files: fakefs-0.4.2.ebuild ChangeLog X-VCS-Directories: dev-ruby/fakefs X-VCS-Committer: ago X-VCS-Committer-Name: Agostino Sarubbo Content-Type: text/plain; charset=utf8 Content-Transfer-Encoding: 8bit Message-Id: <20130111103440.62FFA2171D@flycatcher.gentoo.org> Date: Fri, 11 Jan 2013 10:34:40 +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: 29016d8e-e7fc-4d16-b6ec-9767eca15ba0 X-Archives-Hash: f3dc3c1c4590381c911e74d36ce17d59 ago 13/01/11 10:34:40 Modified: fakefs-0.4.2.ebuild ChangeLog Log: Stable for x86, wrt bug #450532 (Portage version: 2.1.11.31/cvs/Linux x86_64, unsigned Manifest commit) Revision Changes Path 1.4 dev-ruby/fakefs/fakefs-0.4.2.ebuild file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-ruby/fakefs/fakefs-0.4.2.ebuild?rev=1.4&view=markup plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-ruby/fakefs/fakefs-0.4.2.ebuild?rev=1.4&content-type=text/plain diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-ruby/fakefs/fakefs-0.4.2.ebuild?r1=1.3&r2=1.4 Index: fakefs-0.4.2.ebuild =================================================================== RCS file: /var/cvsroot/gentoo-x86/dev-ruby/fakefs/fakefs-0.4.2.ebuild,v retrieving revision 1.3 retrieving revision 1.4 diff -u -r1.3 -r1.4 --- fakefs-0.4.2.ebuild 11 Jan 2013 10:33:16 -0000 1.3 +++ fakefs-0.4.2.ebuild 11 Jan 2013 10:34:40 -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/dev-ruby/fakefs/fakefs-0.4.2.ebuild,v 1.3 2013/01/11 10:33:16 ago Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-ruby/fakefs/fakefs-0.4.2.ebuild,v 1.4 2013/01/11 10:34:40 ago Exp $ EAPI=4 @@ -20,7 +20,7 @@ LICENSE="MIT" SLOT="0" -KEYWORDS="~alpha amd64 hppa ~ia64 ~ppc ~ppc64 ~sparc ~x86 ~x86-fbsd ~amd64-linux ~x86-linux ~ppc-macos ~x64-macos ~x86-macos ~x64-solaris ~x86-solaris" +KEYWORDS="~alpha amd64 hppa ~ia64 ~ppc ~ppc64 ~sparc x86 ~x86-fbsd ~amd64-linux ~x86-linux ~ppc-macos ~x64-macos ~x86-macos ~x64-solaris ~x86-solaris" IUSE="" ruby_add_bdepend " 1.31 dev-ruby/fakefs/ChangeLog file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-ruby/fakefs/ChangeLog?rev=1.31&view=markup plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-ruby/fakefs/ChangeLog?rev=1.31&content-type=text/plain diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-ruby/fakefs/ChangeLog?r1=1.30&r2=1.31 Index: ChangeLog =================================================================== RCS file: /var/cvsroot/gentoo-x86/dev-ruby/fakefs/ChangeLog,v retrieving revision 1.30 retrieving revision 1.31 diff -u -r1.30 -r1.31 --- ChangeLog 11 Jan 2013 10:33:16 -0000 1.30 +++ ChangeLog 11 Jan 2013 10:34:40 -0000 1.31 @@ -1,6 +1,9 @@ # ChangeLog for dev-ruby/fakefs # Copyright 1999-2013 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/dev-ruby/fakefs/ChangeLog,v 1.30 2013/01/11 10:33:16 ago Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-ruby/fakefs/ChangeLog,v 1.31 2013/01/11 10:34:40 ago Exp $ + + 11 Jan 2013; Agostino Sarubbo fakefs-0.4.2.ebuild: + Stable for x86, wrt bug #450532 11 Jan 2013; Agostino Sarubbo fakefs-0.4.2.ebuild: Stable for amd64, wrt bug #450532