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 2E386138334 for ; Sat, 17 Aug 2019 23:28:39 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 33BA5E08C0; Sat, 17 Aug 2019 23:28:38 +0000 (UTC) Received: from smtp.gentoo.org (woodpecker.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 1B8BDE08C3 for ; Sat, 17 Aug 2019 23:28:38 +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 09DB2349D06 for ; Sat, 17 Aug 2019 23:28:37 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id E4438765 for ; Sat, 17 Aug 2019 23:28:34 +0000 (UTC) From: "Ulrich Müller" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Ulrich Müller" Message-ID: <1566084357.a708587f7f8250a64eecbf87e0fac93bf47511e3.ulm@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: net-im/openmittsu/ X-VCS-Repository: repo/gentoo X-VCS-Files: net-im/openmittsu/openmittsu-0.9.13.32.ebuild X-VCS-Directories: net-im/openmittsu/ X-VCS-Committer: ulm X-VCS-Committer-Name: Ulrich Müller X-VCS-Revision: a708587f7f8250a64eecbf87e0fac93bf47511e3 X-VCS-Branch: master Date: Sat, 17 Aug 2019 23:28:34 +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: d05004e7-cd2a-4cc4-94d5-b13bc52560c5 X-Archives-Hash: 780621ea930c383dbabda25f36256fb1 commit: a708587f7f8250a64eecbf87e0fac93bf47511e3 Author: Ulrich Müller gentoo org> AuthorDate: Sat Aug 17 23:25:57 2019 +0000 Commit: Ulrich Müller gentoo org> CommitDate: Sat Aug 17 23:25:57 2019 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=a708587f net-im/openmittsu: Add conditional test restriction. Package-Manager: Portage-2.3.71, Repoman-2.3.17 Signed-off-by: Ulrich Müller gentoo.org> net-im/openmittsu/openmittsu-0.9.13.32.ebuild | 1 + 1 file changed, 1 insertion(+) diff --git a/net-im/openmittsu/openmittsu-0.9.13.32.ebuild b/net-im/openmittsu/openmittsu-0.9.13.32.ebuild index ca1dcbab990..cd5a0bb9291 100644 --- a/net-im/openmittsu/openmittsu-0.9.13.32.ebuild +++ b/net-im/openmittsu/openmittsu-0.9.13.32.ebuild @@ -14,6 +14,7 @@ LICENSE="GPL-2+ BitstreamVera OFL-1.1 Apache-2.0 CC0-1.0 MIT BSD" SLOT="0" KEYWORDS="~amd64" IUSE="test" +RESTRICT="!test? ( test )" RDEPEND="dev-db/qt5-sqlcipher >=dev-libs/libsodium-1.0.11:=