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 2F58E138334 for ; Wed, 27 Nov 2019 09:19:34 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 7F1E7E0876; Wed, 27 Nov 2019 09:19:33 +0000 (UTC) Received: from smtp.gentoo.org (mail.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 69C9CE0876 for ; Wed, 27 Nov 2019 09:19:33 +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 9D04334D485 for ; Wed, 27 Nov 2019 09:19:31 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 579A78B1 for ; Wed, 27 Nov 2019 09:19:30 +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: <1574846365.96299380283dc0dbbda3530c6677b8b8ca6aafdd.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: 96299380283dc0dbbda3530c6677b8b8ca6aafdd X-VCS-Branch: master Date: Wed, 27 Nov 2019 09:19:30 +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: 7965d7db-ba1a-4f10-ae5a-5882abd0c7a3 X-Archives-Hash: 16b2ee501bac30c26eed2465ab1f5cd8 commit: 96299380283dc0dbbda3530c6677b8b8ca6aafdd Author: Thomas Deutschmann gentoo org> AuthorDate: Wed Nov 27 09:18:52 2019 +0000 Commit: Thomas Deutschmann gentoo org> CommitDate: Wed Nov 27 09:19:25 2019 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=96299380 sys-block/mbuffer: add missing RESTRICT="!test? ( test )" Package-Manager: Portage-2.3.79, Repoman-2.3.18 Signed-off-by: Thomas Deutschmann gentoo.org> sys-block/mbuffer/mbuffer-20191016.ebuild | 6 ++++-- 1 file changed, 4 insertions(+), 2 deletions(-) diff --git a/sys-block/mbuffer/mbuffer-20191016.ebuild b/sys-block/mbuffer/mbuffer-20191016.ebuild index f0ec344687e..6df585f3cdb 100644 --- a/sys-block/mbuffer/mbuffer-20191016.ebuild +++ b/sys-block/mbuffer/mbuffer-20191016.ebuild @@ -14,12 +14,14 @@ SLOT="0" KEYWORDS="~amd64 ~arm ~ppc ~x86" IUSE="debug ssl test" +REQUIRED_USE="test? ( ssl )" + +RESTRICT="!test? ( test )" + RDEPEND="ssl? ( dev-libs/openssl:0= )" DEPEND="${RDEPEND} test? ( dev-libs/openssl:0 )" -REQUIRED_USE="test? ( ssl )" - PATCHES=( "${FILESDIR}/${PN}-20180410-sysconfdir.patch" )