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 B9D831386F4 for ; Sun, 9 Aug 2015 16:03:27 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id CBA9A141EA; Sun, 9 Aug 2015 16:03:26 +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 17E0C141E9 for ; Sun, 9 Aug 2015 16:03:26 +0000 (UTC) Received: from oystercatcher.gentoo.org (unknown [IPv6:2a01:4f8:202:4333:225:90ff:fed9:fc84]) (using TLSv1.2 with cipher AECDH-AES256-SHA (256/256 bits)) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id 64716340862 for ; Sun, 9 Aug 2015 16:03:25 +0000 (UTC) Received: from localhost.localdomain (localhost [127.0.0.1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 618B514A for ; Sun, 9 Aug 2015 16:03:22 +0000 (UTC) From: "Mikle Kolyada" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Mikle Kolyada" Message-ID: <1439136026.43135eaecbf28c45bc3f3597172e019e6c83fb0a.zlogene@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: dev-ruby/rake/ X-VCS-Repository: repo/gentoo X-VCS-Files: dev-ruby/rake/rake-0.9.6-r1.ebuild X-VCS-Directories: dev-ruby/rake/ X-VCS-Committer: zlogene X-VCS-Committer-Name: Mikle Kolyada X-VCS-Revision: 43135eaecbf28c45bc3f3597172e019e6c83fb0a X-VCS-Branch: master Date: Sun, 9 Aug 2015 16:03:22 +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: 2189877d-7b84-4011-b9fd-e4a0bbc8846b X-Archives-Hash: 92b47793916f8da2339f02ed0a54a3d5 commit: 43135eaecbf28c45bc3f3597172e019e6c83fb0a Author: Mikle Kolyada gentoo org> AuthorDate: Sun Aug 9 15:53:29 2015 +0000 Commit: Mikle Kolyada gentoo org> CommitDate: Sun Aug 9 16:00:26 2015 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=43135eae ia64 stable: stabilized: =dev-lang/ruby-2.1.6-r1 dev-ruby dependencies: dev-ruby/{json,minitest,racc,rake,rdoc,rubygems} virtuals: virtual/{ruby-minitest,rubygems} See bug #518094 Package-Manager: portage-2.2.20 dev-ruby/rake/rake-0.9.6-r1.ebuild | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/dev-ruby/rake/rake-0.9.6-r1.ebuild b/dev-ruby/rake/rake-0.9.6-r1.ebuild index 5279860..72dc9cb 100644 --- a/dev-ruby/rake/rake-0.9.6-r1.ebuild +++ b/dev-ruby/rake/rake-0.9.6-r1.ebuild @@ -17,7 +17,7 @@ HOMEPAGE="https://github.com/jimweirich/rake" LICENSE="MIT" SLOT="0" -KEYWORDS="alpha amd64 arm ~hppa ~ia64 ~mips ppc ~ppc64 ~s390 ~sh sparc x86 ~amd64-fbsd ~x86-fbsd ~amd64-linux ~x86-linux ~ppc-macos ~x64-macos ~x86-macos ~sparc-solaris ~sparc64-solaris ~x64-solaris ~x86-solaris" +KEYWORDS="alpha amd64 arm ~hppa ia64 ~mips ppc ~ppc64 ~s390 ~sh sparc x86 ~amd64-fbsd ~x86-fbsd ~amd64-linux ~x86-linux ~ppc-macos ~x64-macos ~x86-macos ~sparc-solaris ~sparc64-solaris ~x64-solaris ~x86-solaris" IUSE="doc" DEPEND="${DEPEND} app-arch/gzip"