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 D7454138335 for ; Thu, 20 Dec 2018 01:30:32 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 0EF8FE07AE; Thu, 20 Dec 2018 01:30:32 +0000 (UTC) Received: from smtp.gentoo.org (dev.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 D799EE07AE for ; Thu, 20 Dec 2018 01:30:31 +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 476E6335D29 for ; Thu, 20 Dec 2018 01:30:23 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 7289D4F8 for ; Thu, 20 Dec 2018 01:30:05 +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: <1545269391.83b678517336645e0f86c0a4631b494464d6f519.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-20181119.ebuild X-VCS-Directories: sys-block/mbuffer/ X-VCS-Committer: whissi X-VCS-Committer-Name: Thomas Deutschmann X-VCS-Revision: 83b678517336645e0f86c0a4631b494464d6f519 X-VCS-Branch: master Date: Thu, 20 Dec 2018 01:30:05 +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: 5c8b0e33-8a21-4972-aa70-ab0b73db36dd X-Archives-Hash: 1c5ff9706438c4bb944e788c2ad18f09 commit: 83b678517336645e0f86c0a4631b494464d6f519 Author: Thomas Deutschmann gentoo org> AuthorDate: Thu Dec 20 01:22:35 2018 +0000 Commit: Thomas Deutschmann gentoo org> CommitDate: Thu Dec 20 01:29:51 2018 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=83b67851 sys-block/mbuffer: x86 stable (bug #673212) Package-Manager: Portage-2.3.52, Repoman-2.3.12 Signed-off-by: Thomas Deutschmann gentoo.org> sys-block/mbuffer/mbuffer-20181119.ebuild | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/sys-block/mbuffer/mbuffer-20181119.ebuild b/sys-block/mbuffer/mbuffer-20181119.ebuild index b4c35b57946..0172a4e26e9 100644 --- a/sys-block/mbuffer/mbuffer-20181119.ebuild +++ b/sys-block/mbuffer/mbuffer-20181119.ebuild @@ -11,7 +11,7 @@ SRC_URI="http://www.maier-komor.de/software/mbuffer/${P}.tgz" LICENSE="GPL-2" SLOT="0" -KEYWORDS="~amd64 ppc ~x86" +KEYWORDS="~amd64 ppc x86" IUSE="debug ssl test" RDEPEND="ssl? ( dev-libs/openssl:0= )"