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.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (2048 bits)) (No client certificate requested) by finch.gentoo.org (Postfix) with ESMTPS id F14EC158086 for ; Thu, 28 Oct 2021 07:28:02 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 37801E088C; Thu, 28 Oct 2021 07:28:02 +0000 (UTC) Received: from smtp.gentoo.org (woodpecker.gentoo.org [140.211.166.183]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (4096 bits)) (No client certificate requested) by pigeon.gentoo.org (Postfix) with ESMTPS id 20582E088C for ; Thu, 28 Oct 2021 07:28:02 +0000 (UTC) Received: from oystercatcher.gentoo.org (oystercatcher.gentoo.org [148.251.78.52]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (4096 bits)) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id B2D96343C3F for ; Thu, 28 Oct 2021 07:28:00 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 73D4D189 for ; Thu, 28 Oct 2021 07:27:57 +0000 (UTC) From: "Sam James" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Sam James" Message-ID: <1635406052.74f6e95526cb27ff75b939d36d9c9d42a58b81df.sam@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: dev-lang/bff/ X-VCS-Repository: repo/gentoo X-VCS-Files: dev-lang/bff/bff-1.0.7.ebuild X-VCS-Directories: dev-lang/bff/ X-VCS-Committer: sam X-VCS-Committer-Name: Sam James X-VCS-Revision: 74f6e95526cb27ff75b939d36d9c9d42a58b81df X-VCS-Branch: master Date: Thu, 28 Oct 2021 07:27:57 +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: c9d004ab-8291-4e40-a44d-ef530fc4b48f X-Archives-Hash: 937b67a129d6581c905b9a12bd187970 commit: 74f6e95526cb27ff75b939d36d9c9d42a58b81df Author: Sam James gentoo org> AuthorDate: Thu Oct 28 07:27:32 2021 +0000 Commit: Sam James gentoo org> CommitDate: Thu Oct 28 07:27:32 2021 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=74f6e955 dev-lang/bff: Stabilize 1.0.7 ppc64, #820542 Signed-off-by: Sam James gentoo.org> dev-lang/bff/bff-1.0.7.ebuild | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/dev-lang/bff/bff-1.0.7.ebuild b/dev-lang/bff/bff-1.0.7.ebuild index 4e193a73213..52b745b410d 100644 --- a/dev-lang/bff/bff-1.0.7.ebuild +++ b/dev-lang/bff/bff-1.0.7.ebuild @@ -10,7 +10,7 @@ HOMEPAGE="https://github.com/apankrat/bff" SRC_URI="https://github.com/apankrat/${PN}/archive/v${PV}.tar.gz -> ${P}.tar.gz" LICENSE="BSD" SLOT="0" -KEYWORDS="amd64 arm ~ia64 ~m68k ppc ~ppc64 ~s390 x86" +KEYWORDS="amd64 arm ~ia64 ~m68k ppc ppc64 ~s390 x86" IUSE="test" RESTRICT="!test? ( test )"