From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from lists.gentoo.org (pigeon.gentoo.org [208.92.234.80]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by finch.gentoo.org (Postfix) with ESMTPS id AAFF7138335 for ; Fri, 22 Nov 2019 16:23:56 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id EB99AE085A; Fri, 22 Nov 2019 16:23:55 +0000 (UTC) Received: from smtp.gentoo.org (dev.gentoo.org [IPv6:2001:470:ea4a:1:5054:ff:fec7:86e4]) (using TLSv1.2 with cipher ECDHE-RSA-AES128-GCM-SHA256 (128/128 bits)) (No client certificate requested) by pigeon.gentoo.org (Postfix) with ESMTPS id D2132E085A for ; Fri, 22 Nov 2019 16:23:54 +0000 (UTC) Received: from oystercatcher.gentoo.org (oystercatcher.gentoo.org [148.251.78.52]) (using TLSv1.2 with cipher ECDHE-RSA-AES128-GCM-SHA256 (128/128 bits)) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id EA8C834D224 for ; Fri, 22 Nov 2019 16:23:53 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 37A9D8C1 for ; Fri, 22 Nov 2019 16:23:51 +0000 (UTC) From: "Matt Turner" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Matt Turner" Message-ID: <1574439820.cdac9356f6b04fd711c8452c6bf8ae54a736acf7.mattst88@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: dev-ruby/rake/ X-VCS-Repository: repo/gentoo X-VCS-Files: dev-ruby/rake/rake-12.3.3.ebuild X-VCS-Directories: dev-ruby/rake/ X-VCS-Committer: mattst88 X-VCS-Committer-Name: Matt Turner X-VCS-Revision: cdac9356f6b04fd711c8452c6bf8ae54a736acf7 X-VCS-Branch: master Date: Fri, 22 Nov 2019 16:23:51 +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-Auto-Response-Suppress: DR, RN, NRN, OOF, AutoReply X-Archives-Salt: 89247c13-af64-4fb8-be83-f27fffeae2c5 X-Archives-Hash: 63c3c3c4272763ec67e66ac7ad9370f8 commit: cdac9356f6b04fd711c8452c6bf8ae54a736acf7 Author: Matt Turner gentoo org> AuthorDate: Fri Nov 22 16:23:40 2019 +0000 Commit: Matt Turner gentoo org> CommitDate: Fri Nov 22 16:23:40 2019 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=cdac9356 dev-ruby/rake-12.3.3: alpha stable, bug 700922 Signed-off-by: Matt Turner gentoo.org> dev-ruby/rake/rake-12.3.3.ebuild | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/dev-ruby/rake/rake-12.3.3.ebuild b/dev-ruby/rake/rake-12.3.3.ebuild index d9d8710da0d..bf3b7cf157b 100644 --- a/dev-ruby/rake/rake-12.3.3.ebuild +++ b/dev-ruby/rake/rake-12.3.3.ebuild @@ -19,7 +19,7 @@ SRC_URI="https://github.com/ruby/rake/archive/v${PV}.tar.gz -> ${P}.tar.gz" LICENSE="MIT" SLOT="0" -KEYWORDS="~alpha ~amd64 ~arm ~arm64 ~hppa ~ia64 ~mips ~ppc ~ppc64 ~s390 ~sh ~sparc ~x86 ~amd64-linux ~x86-linux ~ppc-macos ~x64-macos ~x86-macos ~sparc-solaris ~sparc64-solaris ~x64-solaris ~x86-solaris" +KEYWORDS="alpha ~amd64 ~arm ~arm64 ~hppa ~ia64 ~mips ~ppc ~ppc64 ~s390 ~sh ~sparc ~x86 ~amd64-linux ~x86-linux ~ppc-macos ~x64-macos ~x86-macos ~sparc-solaris ~sparc64-solaris ~x64-solaris ~x86-solaris" IUSE="doc" DEPEND+=" app-arch/gzip"