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 EE3EB1382C5 for ; Tue, 27 Mar 2018 07:31:47 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id D590BE0A00; Tue, 27 Mar 2018 07:31:44 +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 AD387E0A00 for ; Tue, 27 Mar 2018 07:31:44 +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 784C2335C51 for ; Tue, 27 Mar 2018 07:31:43 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 85617273 for ; Tue, 27 Mar 2018 07:31:40 +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: <1522135895.e35e19fe529df90dc615c76af271ca4cd30c7adf.slyfox@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: dev-lua/busted/ X-VCS-Repository: repo/gentoo X-VCS-Files: dev-lua/busted/busted-2.0_rc12_p1.ebuild X-VCS-Directories: dev-lua/busted/ X-VCS-Committer: slyfox X-VCS-Committer-Name: Sergei Trofimovich X-VCS-Revision: e35e19fe529df90dc615c76af271ca4cd30c7adf X-VCS-Branch: master Date: Tue, 27 Mar 2018 07:31:40 +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: 8f9fe815-f8fd-4632-8d29-098400b70f32 X-Archives-Hash: c168fad9c3e6b3f073523734ce1021c9 commit: e35e19fe529df90dc615c76af271ca4cd30c7adf Author: Sergei Trofimovich gentoo org> AuthorDate: Tue Mar 27 07:02:35 2018 +0000 Commit: Sergei Trofimovich gentoo org> CommitDate: Tue Mar 27 07:31:35 2018 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=e35e19fe dev-lua/busted: keyworded 2.0_rc12_p1 for ppc64, bug #651516 Package-Manager: Portage-2.3.24, Repoman-2.3.6 RepoMan-Options: --include-arches="ppc64" dev-lua/busted/busted-2.0_rc12_p1.ebuild | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/dev-lua/busted/busted-2.0_rc12_p1.ebuild b/dev-lua/busted/busted-2.0_rc12_p1.ebuild index 4b4980f1a93..788da4ec863 100644 --- a/dev-lua/busted/busted-2.0_rc12_p1.ebuild +++ b/dev-lua/busted/busted-2.0_rc12_p1.ebuild @@ -1,4 +1,4 @@ -# Copyright 1999-2017 Gentoo Foundation +# Copyright 1999-2018 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 EAPI=6 @@ -15,7 +15,7 @@ SRC_URI="https://github.com/Olivine-Labs/${PN}/archive/v${MY_PV}.tar.gz -> ${P}. LICENSE="MIT" SLOT="0" -KEYWORDS="amd64 x86" +KEYWORDS="amd64 ~ppc64 x86" IUSE="" COMMON_DEPEND=">=dev-lang/lua-5.1:="