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 0A9DE138334 for ; Sat, 20 Oct 2018 12:16:09 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 64136E0883; Sat, 20 Oct 2018 12:16:06 +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 3AD49E0883 for ; Sat, 20 Oct 2018 12:16:06 +0000 (UTC) Received: from oystercatcher.gentoo.org (unknown [IPv6:2a01:4f8:202:4333:225:90ff:fed9:fc84]) (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 E6FD7335CE7 for ; Sat, 20 Oct 2018 12:16:03 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 3D5E244F for ; Sat, 20 Oct 2018 12:16:01 +0000 (UTC) From: "Sergei Trofimovich" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Sergei Trofimovich" Message-ID: <1540037752.a03e53870cfd33d670fb8b4a31f2f3d1fc6c8bb6.slyfox@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: dev-ruby/mustermann/ X-VCS-Repository: repo/gentoo X-VCS-Files: dev-ruby/mustermann/mustermann-1.0.2.ebuild X-VCS-Directories: dev-ruby/mustermann/ X-VCS-Committer: slyfox X-VCS-Committer-Name: Sergei Trofimovich X-VCS-Revision: a03e53870cfd33d670fb8b4a31f2f3d1fc6c8bb6 X-VCS-Branch: master Date: Sat, 20 Oct 2018 12:16:01 +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: 6f7e9dac-f0b0-421a-b6ec-19cd9154c1fb X-Archives-Hash: e49b6b95de4e8d97e0fc57d58266c5ff commit: a03e53870cfd33d670fb8b4a31f2f3d1fc6c8bb6 Author: Sergei Trofimovich gentoo org> AuthorDate: Sat Oct 20 12:09:51 2018 +0000 Commit: Sergei Trofimovich gentoo org> CommitDate: Sat Oct 20 12:15:52 2018 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=a03e5387 dev-ruby/mustermann: keyworded 1.0.2 for ppc, bug #661564 Tested-by: ernsteiswuerfel Signed-off-by: Sergei Trofimovich gentoo.org> Package-Manager: Portage-2.3.51, Repoman-2.3.11 RepoMan-Options: --include-arches="ppc" dev-ruby/mustermann/mustermann-1.0.2.ebuild | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/dev-ruby/mustermann/mustermann-1.0.2.ebuild b/dev-ruby/mustermann/mustermann-1.0.2.ebuild index f46ecaa20c8..0ac05534230 100644 --- a/dev-ruby/mustermann/mustermann-1.0.2.ebuild +++ b/dev-ruby/mustermann/mustermann-1.0.2.ebuild @@ -1,4 +1,4 @@ -# Copyright 1999-2018 Gentoo Foundation +# Copyright 1999-2018 Gentoo Authors # Distributed under the terms of the GNU General Public License v2 EAPI=6 @@ -18,5 +18,5 @@ HOMEPAGE="https://github.com/sinatra/mustermann" LICENSE="MIT" SLOT="1" -KEYWORDS="~amd64 ~ppc64 ~x86" +KEYWORDS="~amd64 ~ppc ~ppc64 ~x86" IUSE=""