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 8E16B1381F3 for ; Mon, 23 Sep 2013 06:13:03 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 9EF39E094F; Mon, 23 Sep 2013 06:13:01 +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 34231E094F for ; Mon, 23 Sep 2013 06:13:01 +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 29D9E33EC2C for ; Mon, 23 Sep 2013 06:13:00 +0000 (UTC) Received: by flycatcher.gentoo.org (Postfix, from userid 2149) id E93DF2004C; Mon, 23 Sep 2013 06:12:58 +0000 (UTC) From: "Hans de Graaff (graaff)" To: gentoo-commits@lists.gentoo.org Reply-To: gentoo-dev@lists.gentoo.org, graaff@gentoo.org Subject: [gentoo-commits] gentoo-x86 commit in dev-ruby/rdtool: rdtool-0.6.38.ebuild ChangeLog X-VCS-Repository: gentoo-x86 X-VCS-Files: rdtool-0.6.38.ebuild ChangeLog X-VCS-Directories: dev-ruby/rdtool X-VCS-Committer: graaff X-VCS-Committer-Name: Hans de Graaff Content-Type: text/plain; charset=utf8 Content-Transfer-Encoding: 8bit Message-Id: <20130923061258.E93DF2004C@flycatcher.gentoo.org> Date: Mon, 23 Sep 2013 06:12:58 +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: 86fbda13-0d66-40ea-89f4-48ca46cb3cc1 X-Archives-Hash: cde5301c74d1d125108756b79cff32f2 graaff 13/09/23 06:12:58 Modified: rdtool-0.6.38.ebuild ChangeLog Log: Add x86 keyword because it is signed off in bug 475978 comment 2. (Portage version: 2.2.1/cvs/Linux x86_64, signed Manifest commit with key 0x8883FA56A308A8D7!) Revision Changes Path 1.9 dev-ruby/rdtool/rdtool-0.6.38.ebuild file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-ruby/rdtool/rdtool-0.6.38.ebuild?rev=1.9&view=markup plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-ruby/rdtool/rdtool-0.6.38.ebuild?rev=1.9&content-type=text/plain diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-ruby/rdtool/rdtool-0.6.38.ebuild?r1=1.8&r2=1.9 Index: rdtool-0.6.38.ebuild =================================================================== RCS file: /var/cvsroot/gentoo-x86/dev-ruby/rdtool/rdtool-0.6.38.ebuild,v retrieving revision 1.8 retrieving revision 1.9 diff -u -r1.8 -r1.9 --- rdtool-0.6.38.ebuild 29 Aug 2013 19:51:03 -0000 1.8 +++ rdtool-0.6.38.ebuild 23 Sep 2013 06:12:58 -0000 1.9 @@ -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/rdtool/rdtool-0.6.38.ebuild,v 1.8 2013/08/29 19:51:03 ago Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-ruby/rdtool/rdtool-0.6.38.ebuild,v 1.9 2013/09/23 06:12:58 graaff Exp $ EAPI=4 USE_RUBY="ruby18 ruby19 ree18 jruby" @@ -15,7 +15,7 @@ LICENSE="Ruby GPL-2" SLOT="0" -KEYWORDS="alpha amd64 ia64 ppc ppc64 sparc ~x86 ~x86-fbsd" +KEYWORDS="alpha amd64 ia64 ppc ppc64 sparc x86 ~x86-fbsd" IUSE="emacs" RDEPEND="${RDEPEND} emacs? ( virtual/emacs )" 1.59 dev-ruby/rdtool/ChangeLog file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-ruby/rdtool/ChangeLog?rev=1.59&view=markup plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-ruby/rdtool/ChangeLog?rev=1.59&content-type=text/plain diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-ruby/rdtool/ChangeLog?r1=1.58&r2=1.59 Index: ChangeLog =================================================================== RCS file: /var/cvsroot/gentoo-x86/dev-ruby/rdtool/ChangeLog,v retrieving revision 1.58 retrieving revision 1.59 diff -u -r1.58 -r1.59 --- ChangeLog 29 Aug 2013 19:51:03 -0000 1.58 +++ ChangeLog 23 Sep 2013 06:12:58 -0000 1.59 @@ -1,6 +1,9 @@ # ChangeLog for dev-ruby/rdtool # Copyright 1999-2013 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/dev-ruby/rdtool/ChangeLog,v 1.58 2013/08/29 19:51:03 ago Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-ruby/rdtool/ChangeLog,v 1.59 2013/09/23 06:12:58 graaff Exp $ + + 23 Sep 2013; Hans de Graaff rdtool-0.6.38.ebuild: + Add x86 keyword because it is signed off in bug 475978 comment 2. 29 Aug 2013; Agostino Sarubbo rdtool-0.6.38.ebuild: Stable for ia64, wrt bug #475978