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 CFDE413877A for ; Mon, 14 Jul 2014 14:09:37 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 6F985E080B; Mon, 14 Jul 2014 14:09:37 +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 ED0FFE080B for ; Mon, 14 Jul 2014 14:09:36 +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 10E4B33FB2C for ; Mon, 14 Jul 2014 14:09:36 +0000 (UTC) Received: by flycatcher.gentoo.org (Postfix, from userid 2261) id 5F80D2004E; Mon, 14 Jul 2014 14:09:34 +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 dev-ruby/rr: rr-1.1.2.ebuild ChangeLog X-VCS-Repository: gentoo-x86 X-VCS-Files: rr-1.1.2.ebuild ChangeLog X-VCS-Directories: dev-ruby/rr X-VCS-Committer: phajdan.jr X-VCS-Committer-Name: PaweA Hajdan Content-Type: text/plain; charset=utf8 Content-Transfer-Encoding: 8bit Message-Id: <20140714140934.5F80D2004E@flycatcher.gentoo.org> Date: Mon, 14 Jul 2014 14:09:34 +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: 47b46fa5-18ea-4362-91d3-7cee8313b193 X-Archives-Hash: 4f76cb0dcd0b5a66353f575ba745ab69 phajdan.jr 14/07/14 14:09:34 Modified: rr-1.1.2.ebuild ChangeLog Log: x86 stable wrt bug #505920 (Portage version: 2.2.8-r1/cvs/Linux i686, RepoMan options: --ignore-arches, signed Manifest commit with key 0x4F1A2555EA71991D!) Revision Changes Path 1.6 dev-ruby/rr/rr-1.1.2.ebuild file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-ruby/rr/rr-1.1.2.ebuild?rev=1.6&view=markup plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-ruby/rr/rr-1.1.2.ebuild?rev=1.6&content-type=text/plain diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-ruby/rr/rr-1.1.2.ebuild?r1=1.5&r2=1.6 Index: rr-1.1.2.ebuild =================================================================== RCS file: /var/cvsroot/gentoo-x86/dev-ruby/rr/rr-1.1.2.ebuild,v retrieving revision 1.5 retrieving revision 1.6 diff -u -r1.5 -r1.6 --- rr-1.1.2.ebuild 13 Jun 2014 19:29:38 -0000 1.5 +++ rr-1.1.2.ebuild 14 Jul 2014 14:09:34 -0000 1.6 @@ -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/dev-ruby/rr/rr-1.1.2.ebuild,v 1.5 2014/06/13 19:29:38 jer Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-ruby/rr/rr-1.1.2.ebuild,v 1.6 2014/07/14 14:09:34 phajdan.jr Exp $ EAPI=5 @@ -19,7 +19,7 @@ LICENSE="MIT" SLOT="0" -KEYWORDS="~alpha ~amd64 arm hppa ia64 ~ppc ~ppc64 ~sparc ~x86 ~amd64-linux ~x86-linux ~ppc-macos ~x64-macos ~x86-macos ~sparc-solaris ~sparc64-solaris ~x64-solaris ~x86-solaris" +KEYWORDS="~alpha ~amd64 arm hppa ia64 ~ppc ~ppc64 ~sparc x86 ~amd64-linux ~x86-linux ~ppc-macos ~x64-macos ~x86-macos ~sparc-solaris ~sparc64-solaris ~x64-solaris ~x86-solaris" IUSE="" ruby_add_bdepend "test? ( 1.43 dev-ruby/rr/ChangeLog file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-ruby/rr/ChangeLog?rev=1.43&view=markup plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-ruby/rr/ChangeLog?rev=1.43&content-type=text/plain diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-ruby/rr/ChangeLog?r1=1.42&r2=1.43 Index: ChangeLog =================================================================== RCS file: /var/cvsroot/gentoo-x86/dev-ruby/rr/ChangeLog,v retrieving revision 1.42 retrieving revision 1.43 diff -u -r1.42 -r1.43 --- ChangeLog 16 Jun 2014 15:42:01 -0000 1.42 +++ ChangeLog 14 Jul 2014 14:09:34 -0000 1.43 @@ -1,6 +1,9 @@ # ChangeLog for dev-ruby/rr # Copyright 1999-2014 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/dev-ruby/rr/ChangeLog,v 1.42 2014/06/16 15:42:01 klausman Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-ruby/rr/ChangeLog,v 1.43 2014/07/14 14:09:34 phajdan.jr Exp $ + + 14 Jul 2014; Pawel Hajdan jr rr-1.1.2.ebuild: + x86 stable wrt bug #505920 16 Jun 2014; Tobias Klausmann rr-1.1.2-r1.ebuild: Keyworded on alpha, bug #465948