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 14CE213835A for ; Thu, 3 Dec 2020 01:04:58 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 63948E087F; Thu, 3 Dec 2020 01:04:57 +0000 (UTC) Received: from smtp.gentoo.org (dev.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 4BB61E087F for ; Thu, 3 Dec 2020 01:04:57 +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 5F45C3412C6 for ; Thu, 3 Dec 2020 01:04:56 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 8118947F for ; Thu, 3 Dec 2020 01:04:50 +0000 (UTC) From: "Andreas Sturmlechner" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Andreas Sturmlechner" Message-ID: <1606956357.f2d21257c0b32d83fb866c5ee3c706217cd7c36f.asturm@gentoo> Subject: [gentoo-commits] proj/kde-sunset:master commit in: dev-libs/qoauth/ X-VCS-Repository: proj/kde-sunset X-VCS-Files: dev-libs/qoauth/qoauth-1.0.1.ebuild X-VCS-Directories: dev-libs/qoauth/ X-VCS-Committer: asturm X-VCS-Committer-Name: Andreas Sturmlechner X-VCS-Revision: f2d21257c0b32d83fb866c5ee3c706217cd7c36f X-VCS-Branch: master Date: Thu, 3 Dec 2020 01:04:50 +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: 019b7738-bcc6-4125-ac05-cb275d07773a X-Archives-Hash: a1b2b02fdf133035936c2686b5970e95 commit: f2d21257c0b32d83fb866c5ee3c706217cd7c36f Author: Andreas Sturmlechner gentoo org> AuthorDate: Thu Dec 3 00:02:06 2020 +0000 Commit: Andreas Sturmlechner gentoo org> CommitDate: Thu Dec 3 00:45:57 2020 +0000 URL: https://gitweb.gentoo.org/proj/kde-sunset.git/commit/?id=f2d21257 dev-libs/qoauth: Fix MissingTestRestrict Package-Manager: Portage-3.0.11, Repoman-3.0.2 Signed-off-by: Andreas Sturmlechner gentoo.org> dev-libs/qoauth/qoauth-1.0.1.ebuild | 2 ++ 1 file changed, 2 insertions(+) diff --git a/dev-libs/qoauth/qoauth-1.0.1.ebuild b/dev-libs/qoauth/qoauth-1.0.1.ebuild index 8f4362f8..abbe36a2 100644 --- a/dev-libs/qoauth/qoauth-1.0.1.ebuild +++ b/dev-libs/qoauth/qoauth-1.0.1.ebuild @@ -14,6 +14,8 @@ SLOT="0" KEYWORDS="amd64 ~ppc ~ppc64 x86" IUSE="debug doc static-libs test" +RESTRICT+=" !test? ( test )" + COMMON_DEPEND=" app-crypt/qca:2-qt4[debug?] "