commit:     96299380283dc0dbbda3530c6677b8b8ca6aafdd
Author:     Thomas Deutschmann <whissi <AT> gentoo <DOT> org>
AuthorDate: Wed Nov 27 09:18:52 2019 +0000
Commit:     Thomas Deutschmann <whissi <AT> gentoo <DOT> 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 <whissi <AT> 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"
 )

Reply via email to