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 812EC1382C5 for ; Sat, 14 Apr 2018 19:08:54 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id BC4D4E075F; Sat, 14 Apr 2018 19:08:53 +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 98C33E075F for ; Sat, 14 Apr 2018 19:08:53 +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 BDB78335C5C for ; Sat, 14 Apr 2018 19:08:52 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 61902230 for ; Sat, 14 Apr 2018 19:08:51 +0000 (UTC) From: "Aaron Bauman" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Aaron Bauman" Message-ID: <1523732879.3dfe4046dcdb2b26540d737f5bf1405d0e097cef.bman@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: sys-block/mbuffer/ X-VCS-Repository: repo/gentoo X-VCS-Files: sys-block/mbuffer/mbuffer-20171011.ebuild X-VCS-Directories: sys-block/mbuffer/ X-VCS-Committer: bman X-VCS-Committer-Name: Aaron Bauman X-VCS-Revision: 3dfe4046dcdb2b26540d737f5bf1405d0e097cef X-VCS-Branch: master Date: Sat, 14 Apr 2018 19:08:51 +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: de679001-700b-4687-bc05-300a11320732 X-Archives-Hash: 20cb7505ebe74df5569102389a309860 commit: 3dfe4046dcdb2b26540d737f5bf1405d0e097cef Author: Aaron Bauman gentoo org> AuthorDate: Sat Apr 14 19:07:17 2018 +0000 Commit: Aaron Bauman gentoo org> CommitDate: Sat Apr 14 19:07:59 2018 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=3dfe4046 sys-block/mbuffer: amd64 stable Bug: https://bugs.gentoo.org/651680 Package-Manager: Portage-2.3.28, Repoman-2.3.9 sys-block/mbuffer/mbuffer-20171011.ebuild | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/sys-block/mbuffer/mbuffer-20171011.ebuild b/sys-block/mbuffer/mbuffer-20171011.ebuild index 8ecc65f5759..3597331e692 100644 --- a/sys-block/mbuffer/mbuffer-20171011.ebuild +++ b/sys-block/mbuffer/mbuffer-20171011.ebuild @@ -9,7 +9,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= )"