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 7E77B138334 for ; Wed, 27 Nov 2019 13:30:26 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id C7C54E08DC; Wed, 27 Nov 2019 13:30:25 +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 93380E08DC for ; Wed, 27 Nov 2019 13:30:25 +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 C339A34D4AF for ; Wed, 27 Nov 2019 13:30:23 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 71EC68C4 for ; Wed, 27 Nov 2019 13:30:20 +0000 (UTC) From: "Thomas Deutschmann" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Thomas Deutschmann" Message-ID: <1574861400.ba67b7c877a7cd62b2d882339a57fe99ca4f9265.whissi@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: whissi X-VCS-Committer-Name: Thomas Deutschmann X-VCS-Revision: ba67b7c877a7cd62b2d882339a57fe99ca4f9265 X-VCS-Branch: master Date: Wed, 27 Nov 2019 13:30:20 +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: db97f8c5-6043-4409-8890-740fe9996fff X-Archives-Hash: cf4ef8ad0d5c6d64793bb2c83657474d commit: ba67b7c877a7cd62b2d882339a57fe99ca4f9265 Author: Thomas Deutschmann gentoo org> AuthorDate: Wed Nov 27 13:27:54 2019 +0000 Commit: Thomas Deutschmann gentoo org> CommitDate: Wed Nov 27 13:30:00 2019 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=ba67b7c8 sys-block/mbuffer: x86 stable (bug #701306) Package-Manager: Portage-2.3.80, Repoman-2.3.19 Signed-off-by: Thomas Deutschmann 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 6df585f3cdb..91b33969a0c 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 )"