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 2940A158086 for ; Wed, 27 Oct 2021 22:33:11 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 8CD7AE08CD; Wed, 27 Oct 2021 22:33:09 +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-CHACHA20-POLY1305 (256/256 bits)) (No client certificate requested) by pigeon.gentoo.org (Postfix) with ESMTPS id 77C5DE08CD for ; Wed, 27 Oct 2021 22:33:09 +0000 (UTC) Received: from oystercatcher.gentoo.org (oystercatcher.gentoo.org [148.251.78.52]) (using TLSv1.2 with cipher ECDHE-RSA-CHACHA20-POLY1305 (256/256 bits)) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id B673E343704 for ; Wed, 27 Oct 2021 22:33:08 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id E4E2619B for ; Wed, 27 Oct 2021 22:33:03 +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: <1635373916.15ce789e06bc3e758ec2c5cb1e84d88b515c7488.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: 15ce789e06bc3e758ec2c5cb1e84d88b515c7488 X-VCS-Branch: master Date: Wed, 27 Oct 2021 22:33:03 +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: c72a3a68-30ae-4d24-9ea8-9c5eef62a2d5 X-Archives-Hash: 37f3385fcf59bbf7e925b0a837e64226 commit: 15ce789e06bc3e758ec2c5cb1e84d88b515c7488 Author: Sam James gentoo org> AuthorDate: Wed Oct 27 22:31:56 2021 +0000 Commit: Sam James gentoo org> CommitDate: Wed Oct 27 22:31:56 2021 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=15ce789e dev-lang/bff: Stabilize 1.0.7 amd64, #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 377af34eea5..6ee9b38842f 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 )"