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 71CD31382C5 for ; Mon, 7 May 2018 20:16:29 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 92329E0809; Mon, 7 May 2018 20:16:28 +0000 (UTC) Received: from smtp.gentoo.org (smtp.gentoo.org [140.211.166.183]) (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 71E9DE0809 for ; Mon, 7 May 2018 20:16:28 +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 1FB11335C06 for ; Mon, 7 May 2018 20:16:27 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 8A79D27 for ; Mon, 7 May 2018 20:16:25 +0000 (UTC) From: "Mikle Kolyada" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Mikle Kolyada" Message-ID: <1525724166.e5d7ceb1b4886e38ddaf1e359861c3c591209d3a.zlogene@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.5.ebuild X-VCS-Directories: dev-lang/bff/ X-VCS-Committer: zlogene X-VCS-Committer-Name: Mikle Kolyada X-VCS-Revision: e5d7ceb1b4886e38ddaf1e359861c3c591209d3a X-VCS-Branch: master Date: Mon, 7 May 2018 20:16:25 +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: a50750a0-bdec-4b62-b1c8-da70e0f68823 X-Archives-Hash: 2705c31174858ebfc8105b520faf7558 commit: e5d7ceb1b4886e38ddaf1e359861c3c591209d3a Author: Mikle Kolyada gentoo org> AuthorDate: Mon May 7 20:15:43 2018 +0000 Commit: Mikle Kolyada gentoo org> CommitDate: Mon May 7 20:16:06 2018 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=e5d7ceb1 dev-lang/bff: m68k stable wrt bug #651478 Package-Manager: Portage-2.3.24, Repoman-2.3.6 dev-lang/bff/bff-1.0.5.ebuild | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/dev-lang/bff/bff-1.0.5.ebuild b/dev-lang/bff/bff-1.0.5.ebuild index 4f0f61a7f24..da505c029df 100644 --- a/dev-lang/bff/bff-1.0.5.ebuild +++ b/dev-lang/bff/bff-1.0.5.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 ~hppa ia64 ~m68k ~ppc ppc64 s390 sh x86" +KEYWORDS="amd64 arm ~hppa ia64 m68k ~ppc ppc64 s390 sh x86" IUSE="test" DEPEND=""