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 37BA313888F for ; Sat, 10 Oct 2015 06:33:04 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id B8492E080A; Sat, 10 Oct 2015 06:33:03 +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 606EEE0806 for ; Sat, 10 Oct 2015 06:33:03 +0000 (UTC) Received: from oystercatcher.gentoo.org (oystercatcher.gentoo.org [148.251.78.52]) (using TLSv1.2 with cipher AECDH-AES256-SHA (256/256 bits)) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id 79B5C34067D for ; Sat, 10 Oct 2015 06:33:02 +0000 (UTC) Received: from localhost.localdomain (localhost [127.0.0.1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id A4FFFDF5 for ; Sat, 10 Oct 2015 06:33:00 +0000 (UTC) From: "Jeroen Roovers" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Jeroen Roovers" Message-ID: <1444458744.de470b3e3e2f8ff8318b0a25ec7c17f92155c6df.jer@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: dev-ruby/ritex/ X-VCS-Repository: repo/gentoo X-VCS-Files: dev-ruby/ritex/ritex-1.0.1.ebuild X-VCS-Directories: dev-ruby/ritex/ X-VCS-Committer: jer X-VCS-Committer-Name: Jeroen Roovers X-VCS-Revision: de470b3e3e2f8ff8318b0a25ec7c17f92155c6df X-VCS-Branch: master Date: Sat, 10 Oct 2015 06:33:00 +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: 2d08fa11-d046-4d2f-a092-f29601f49972 X-Archives-Hash: 25680bf968f62a0a1a3077e61f963692 commit: de470b3e3e2f8ff8318b0a25ec7c17f92155c6df Author: Jeroen Roovers gentoo org> AuthorDate: Sat Oct 10 06:30:06 2015 +0000 Commit: Jeroen Roovers gentoo org> CommitDate: Sat Oct 10 06:32:24 2015 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=de470b3e dev-ruby/ritex: Mark ~ppc64 (bug #553928). Package-Manager: portage-2.2.23 RepoMan-Options: --ignore-arches dev-ruby/ritex/ritex-1.0.1.ebuild | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/dev-ruby/ritex/ritex-1.0.1.ebuild b/dev-ruby/ritex/ritex-1.0.1.ebuild index 6956fe1..2cdfb5a 100644 --- a/dev-ruby/ritex/ritex-1.0.1.ebuild +++ b/dev-ruby/ritex/ritex-1.0.1.ebuild @@ -15,7 +15,7 @@ HOMEPAGE="http://masanjin.net/ritex/" LICENSE="GPL-2" SLOT="0" -KEYWORDS="~amd64 ~x86" +KEYWORDS="~amd64 ~ppc64 ~x86" IUSE="" ruby_add_rdepend "dev-ruby/racc"