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 4B921138334 for ; Thu, 28 Nov 2019 10:55:29 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 3DDC5E0936; Thu, 28 Nov 2019 10:55: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 0D71EE0946 for ; Thu, 28 Nov 2019 10:55:27 +0000 (UTC) Received: from oystercatcher.gentoo.org (unknown [IPv6:2a01:4f8:202:4333:225:90ff:fed9:fc84]) (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 30B4234D51F for ; Thu, 28 Nov 2019 10:55:26 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id A9A8B8C4 for ; Thu, 28 Nov 2019 10:55:24 +0000 (UTC) From: "Agostino Sarubbo" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Agostino Sarubbo" Message-ID: <1574938463.7967f4851121c20a316ca0d82bae4c6542efa69a.ago@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: sys-block/mbuffer/ X-VCS-Repository: repo/gentoo X-VCS-Files: sys-block/mbuffer/mbuffer-20191016.ebuild X-VCS-Directories: sys-block/mbuffer/ X-VCS-Committer: ago X-VCS-Committer-Name: Agostino Sarubbo X-VCS-Revision: 7967f4851121c20a316ca0d82bae4c6542efa69a X-VCS-Branch: master Date: Thu, 28 Nov 2019 10:55:24 +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: f1327e7e-96ec-4047-a275-198ea3538511 X-Archives-Hash: 1b185e138a8a2210aa13cb051fd0c8df commit: 7967f4851121c20a316ca0d82bae4c6542efa69a Author: Agostino Sarubbo gentoo org> AuthorDate: Thu Nov 28 10:54:23 2019 +0000 Commit: Agostino Sarubbo gentoo org> CommitDate: Thu Nov 28 10:54:23 2019 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=7967f485 sys-block/mbuffer: ppc stable wrt bug #701306 Package-Manager: Portage-2.3.76, Repoman-2.3.16 RepoMan-Options: --include-arches="ppc" Signed-off-by: Agostino Sarubbo gentoo.org> sys-block/mbuffer/mbuffer-20191016.ebuild | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/sys-block/mbuffer/mbuffer-20191016.ebuild b/sys-block/mbuffer/mbuffer-20191016.ebuild index 91b33969a0c..3321192bf30 100644 --- a/sys-block/mbuffer/mbuffer-20191016.ebuild +++ b/sys-block/mbuffer/mbuffer-20191016.ebuild @@ -11,7 +11,7 @@ SRC_URI="https://www.maier-komor.de/software/mbuffer/${P}.tgz" LICENSE="GPL-2" SLOT="0" -KEYWORDS="~amd64 ~arm ~ppc x86" +KEYWORDS="~amd64 ~arm ppc x86" IUSE="debug ssl test" REQUIRED_USE="test? ( ssl )"