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 056C8138337 for ; Thu, 12 Dec 2019 14:58:58 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id CDED5E0857; Thu, 12 Dec 2019 14:58:56 +0000 (UTC) Received: from smtp.gentoo.org (smtp.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 B6026E084E for ; Thu, 12 Dec 2019 14:58:56 +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 0029B34D97E for ; Thu, 12 Dec 2019 14:58:56 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 4B507905 for ; Thu, 12 Dec 2019 14:58:53 +0000 (UTC) From: "Michał Górny" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Michał Górny" Message-ID: <1576162720.35e690406a0cde3037153106e650b5e910e8c97d.mgorny@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: net-libs/onion/ X-VCS-Repository: repo/gentoo X-VCS-Files: net-libs/onion/onion-0.8.ebuild net-libs/onion/onion-9999.ebuild X-VCS-Directories: net-libs/onion/ X-VCS-Committer: mgorny X-VCS-Committer-Name: Michał Górny X-VCS-Revision: 35e690406a0cde3037153106e650b5e910e8c97d X-VCS-Branch: master Date: Thu, 12 Dec 2019 14:58:53 +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: 213227ea-383b-42c4-aeab-78b46e07bac3 X-Archives-Hash: 8850c6be7b9cda7bb12471882f93c072 commit: 35e690406a0cde3037153106e650b5e910e8c97d Author: Michał Górny gentoo org> AuthorDate: Thu Dec 12 14:55:32 2019 +0000 Commit: Michał Górny gentoo org> CommitDate: Thu Dec 12 14:58:40 2019 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=35e69040 net-libs/onion: Fix MissingTestRestrict Signed-off-by: Michał Górny gentoo.org> net-libs/onion/onion-0.8.ebuild | 1 + net-libs/onion/onion-9999.ebuild | 1 + 2 files changed, 2 insertions(+) diff --git a/net-libs/onion/onion-0.8.ebuild b/net-libs/onion/onion-0.8.ebuild index 5491a611533..cf77737da1a 100644 --- a/net-libs/onion/onion-0.8.ebuild +++ b/net-libs/onion/onion-0.8.ebuild @@ -29,6 +29,7 @@ IUSE=" test examples cxx -libev -libevent redis " +RESTRICT="!test? ( test )" RDEPEND=" gnutls? ( net-libs/gnutls dev-libs/libgcrypt:0= ) diff --git a/net-libs/onion/onion-9999.ebuild b/net-libs/onion/onion-9999.ebuild index de8dbb95ca0..88e7246cecf 100644 --- a/net-libs/onion/onion-9999.ebuild +++ b/net-libs/onion/onion-9999.ebuild @@ -29,6 +29,7 @@ IUSE=" test examples cxx -libev -libevent redis " +RESTRICT="!test? ( test )" RDEPEND=" gnutls? ( net-libs/gnutls dev-libs/libgcrypt:0= )