Gentoo Archives: gentoo-commits

From: Andreas Sturmlechner <asturm@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] proj/kde-sunset:master commit in: dev-libs/qoauth/
Date: Thu, 03 Dec 2020 01:04:58
Message-Id: 1606956357.f2d21257c0b32d83fb866c5ee3c706217cd7c36f.asturm@gentoo
1 commit: f2d21257c0b32d83fb866c5ee3c706217cd7c36f
2 Author: Andreas Sturmlechner <asturm <AT> gentoo <DOT> org>
3 AuthorDate: Thu Dec 3 00:02:06 2020 +0000
4 Commit: Andreas Sturmlechner <asturm <AT> gentoo <DOT> org>
5 CommitDate: Thu Dec 3 00:45:57 2020 +0000
6 URL: https://gitweb.gentoo.org/proj/kde-sunset.git/commit/?id=f2d21257
7
8 dev-libs/qoauth: Fix MissingTestRestrict
9
10 Package-Manager: Portage-3.0.11, Repoman-3.0.2
11 Signed-off-by: Andreas Sturmlechner <asturm <AT> gentoo.org>
12
13 dev-libs/qoauth/qoauth-1.0.1.ebuild | 2 ++
14 1 file changed, 2 insertions(+)
15
16 diff --git a/dev-libs/qoauth/qoauth-1.0.1.ebuild b/dev-libs/qoauth/qoauth-1.0.1.ebuild
17 index 8f4362f8..abbe36a2 100644
18 --- a/dev-libs/qoauth/qoauth-1.0.1.ebuild
19 +++ b/dev-libs/qoauth/qoauth-1.0.1.ebuild
20 @@ -14,6 +14,8 @@ SLOT="0"
21 KEYWORDS="amd64 ~ppc ~ppc64 x86"
22 IUSE="debug doc static-libs test"
23
24 +RESTRICT+=" !test? ( test )"
25 +
26 COMMON_DEPEND="
27 app-crypt/qca:2-qt4[debug?]
28 "