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 061741388C0 for ; Sun, 21 Feb 2016 15:28:38 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 2231F21C0D5; Sun, 21 Feb 2016 15:28: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 8A2D221C0D6 for ; Sun, 21 Feb 2016 15:28:36 +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 AD8F8340C6C for ; Sun, 21 Feb 2016 15:28:35 +0000 (UTC) Received: from localhost.localdomain (localhost [127.0.0.1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 0B60C1897 for ; Sun, 21 Feb 2016 15:28:34 +0000 (UTC) From: "Fabian Groffen" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Fabian Groffen" Message-ID: <1456068491.76cafe790f3979e6d2a727ab61143ac603eb3992.grobian@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: dev-ruby/ruby-progressbar/ X-VCS-Repository: repo/gentoo X-VCS-Files: dev-ruby/ruby-progressbar/ruby-progressbar-1.7.5.ebuild X-VCS-Directories: dev-ruby/ruby-progressbar/ X-VCS-Committer: grobian X-VCS-Committer-Name: Fabian Groffen X-VCS-Revision: 76cafe790f3979e6d2a727ab61143ac603eb3992 X-VCS-Branch: master Date: Sun, 21 Feb 2016 15:28: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: 4e0d5744-d598-4009-ba8b-bada11c975ac X-Archives-Hash: 88f3088819d10aa247424e70c4ff8cb6 commit: 76cafe790f3979e6d2a727ab61143ac603eb3992 Author: Fabian Groffen gentoo org> AuthorDate: Sun Feb 21 15:27:21 2016 +0000 Commit: Fabian Groffen gentoo org> CommitDate: Sun Feb 21 15:28:11 2016 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=76cafe79 dev-ruby/ruby-progressbar: keyworded for Prefix, bug #574738 Package-Manager: portage-2.2.27-prefix dev-ruby/ruby-progressbar/ruby-progressbar-1.7.5.ebuild | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/dev-ruby/ruby-progressbar/ruby-progressbar-1.7.5.ebuild b/dev-ruby/ruby-progressbar/ruby-progressbar-1.7.5.ebuild index 95e83ef..48eaf0f 100644 --- a/dev-ruby/ruby-progressbar/ruby-progressbar-1.7.5.ebuild +++ b/dev-ruby/ruby-progressbar/ruby-progressbar-1.7.5.ebuild @@ -18,7 +18,7 @@ HOMEPAGE="https://github.com/jfelchner/ruby-progressbar" LICENSE="MIT" SLOT="0" -KEYWORDS="~amd64" +KEYWORDS="~amd64 ~amd64-linux ~x86-linux ~ppc-macos ~x64-macos ~x86-macos ~sparc-solaris ~sparc64-solaris ~x64-solaris ~x86-solaris" IUSE="test"