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 5116F138351 for ; Tue, 31 Mar 2020 07:23:05 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 96EA7E0BED; Tue, 31 Mar 2020 07:23:04 +0000 (UTC) Received: from smtp.gentoo.org (woodpecker.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 69340E0BED for ; Tue, 31 Mar 2020 07:23:04 +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 9B96F34F0A5 for ; Tue, 31 Mar 2020 07:23:03 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 4407018F for ; Tue, 31 Mar 2020 07:23:02 +0000 (UTC) From: "Georgy Yakovlev" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Georgy Yakovlev" Message-ID: <1585639374.91062a804c7ab259b755e132456c4a9a1f783573.gyakovlev@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: dev-util/bats/ X-VCS-Repository: repo/gentoo X-VCS-Files: dev-util/bats/bats-0.4.0_p20170219.ebuild X-VCS-Directories: dev-util/bats/ X-VCS-Committer: gyakovlev X-VCS-Committer-Name: Georgy Yakovlev X-VCS-Revision: 91062a804c7ab259b755e132456c4a9a1f783573 X-VCS-Branch: master Date: Tue, 31 Mar 2020 07:23:02 +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: 1e88c204-cc7a-40d5-bf2e-a19cbf0bc7f6 X-Archives-Hash: aad815318bb3befe8866b507f2c7678d commit: 91062a804c7ab259b755e132456c4a9a1f783573 Author: Georgy Yakovlev gentoo org> AuthorDate: Tue Mar 31 07:20:23 2020 +0000 Commit: Georgy Yakovlev gentoo org> CommitDate: Tue Mar 31 07:22:54 2020 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=91062a80 dev-util/bats: 0.4.0_p20170219 ppc64 stable, bug #715522 Package-Manager: Portage-2.3.96, Repoman-2.3.22 Signed-off-by: Georgy Yakovlev gentoo.org> dev-util/bats/bats-0.4.0_p20170219.ebuild | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/dev-util/bats/bats-0.4.0_p20170219.ebuild b/dev-util/bats/bats-0.4.0_p20170219.ebuild index ed08196b5ef..7e3baa87c70 100644 --- a/dev-util/bats/bats-0.4.0_p20170219.ebuild +++ b/dev-util/bats/bats-0.4.0_p20170219.ebuild @@ -11,7 +11,7 @@ SRC_URI="https://github.com/sstephenson/bats/archive/${COMMITHASH}.tar.gz -> ${P LICENSE="MIT" SLOT="0" -KEYWORDS="amd64 ~arm ~ppc64 ~x86" +KEYWORDS="amd64 ~arm ppc64 ~x86" S="${WORKDIR}/bats-${COMMITHASH}"