From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from lists.gentoo.org (pigeon.gentoo.org [208.92.234.80]) by finch.gentoo.org (Postfix) with ESMTP id 504D01384C3 for ; Sun, 6 Sep 2015 12:41:52 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id D29E1141B2; Sun, 6 Sep 2015 12:41:51 +0000 (UTC) Received: from smtp.gentoo.org (smtp.gentoo.org [140.211.166.183]) (using TLSv1.2 with cipher AECDH-AES256-SHA (256/256 bits)) (No client certificate requested) by pigeon.gentoo.org (Postfix) with ESMTPS id 88A5F141B2 for ; Sun, 6 Sep 2015 12:41:51 +0000 (UTC) Received: from oystercatcher.gentoo.org (oystercatcher.gentoo.org [148.251.78.52]) (using TLSv1.2 with cipher AECDH-AES256-SHA (256/256 bits)) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id 99A5A340784 for ; Sun, 6 Sep 2015 12:41:50 +0000 (UTC) Received: from localhost.localdomain (localhost [127.0.0.1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 298D419 for ; Sun, 6 Sep 2015 12:41:48 +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: <1441543300.13c93bf39cf82a0aced2d4c31a48a5b5af7ca80e.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-20150412.ebuild X-VCS-Directories: sys-block/mbuffer/ X-VCS-Committer: ago X-VCS-Committer-Name: Agostino Sarubbo X-VCS-Revision: 13c93bf39cf82a0aced2d4c31a48a5b5af7ca80e X-VCS-Branch: master Date: Sun, 6 Sep 2015 12:41:48 +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: 7920ec2b-8dca-4f7b-b3bc-a2dd49fced3f X-Archives-Hash: 2a74dc4b4cecb87bf7631bbb60265468 commit: 13c93bf39cf82a0aced2d4c31a48a5b5af7ca80e Author: Agostino Sarubbo gentoo org> AuthorDate: Sun Sep 6 12:41:40 2015 +0000 Commit: Agostino Sarubbo gentoo org> CommitDate: Sun Sep 6 12:41:40 2015 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=13c93bf3 sys-block/mbuffer: ppc stable wrt bug #556146 Package-Manager: portage-2.2.20.1 RepoMan-Options: --include-arches="ppc" sys-block/mbuffer/mbuffer-20150412.ebuild | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/sys-block/mbuffer/mbuffer-20150412.ebuild b/sys-block/mbuffer/mbuffer-20150412.ebuild index 5c45656..96d4499 100644 --- a/sys-block/mbuffer/mbuffer-20150412.ebuild +++ b/sys-block/mbuffer/mbuffer-20150412.ebuild @@ -12,7 +12,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" DEPEND="ssl? ( dev-libs/openssl )"