Gentoo Archives: gentoo-commits

From: Conrad Kostecki <conikost@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] repo/gentoo:master commit in: net-im/libcommuni/
Date: Tue, 03 Dec 2019 00:02:32
Message-Id: 1575331147.b2240617e40caf87c8317596ca7c22cb1c2c80bd.conikost@gentoo
1 commit: b2240617e40caf87c8317596ca7c22cb1c2c80bd
2 Author: Conrad Kostecki <conikost <AT> gentoo <DOT> org>
3 AuthorDate: Mon Dec 2 23:59:07 2019 +0000
4 Commit: Conrad Kostecki <conikost <AT> gentoo <DOT> org>
5 CommitDate: Mon Dec 2 23:59:07 2019 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=b2240617
7
8 net-im/libcommuni: add missing missing RESTRICT="!test? ( test )"
9
10 Package-Manager: Portage-2.3.80, Repoman-2.3.19
11 Signed-off-by: Conrad Kostecki <conikost <AT> gentoo.org>
12
13 net-im/libcommuni/libcommuni-3.5.0_p20180116.ebuild | 1 +
14 net-im/libcommuni/libcommuni-3.5.0_p20190110.ebuild | 1 +
15 2 files changed, 2 insertions(+)
16
17 diff --git a/net-im/libcommuni/libcommuni-3.5.0_p20180116.ebuild b/net-im/libcommuni/libcommuni-3.5.0_p20180116.ebuild
18 index 1d66a904764..a43946947bf 100644
19 --- a/net-im/libcommuni/libcommuni-3.5.0_p20180116.ebuild
20 +++ b/net-im/libcommuni/libcommuni-3.5.0_p20180116.ebuild
21 @@ -15,6 +15,7 @@ LICENSE="BSD"
22 SLOT="0"
23 KEYWORDS="amd64 x86"
24 IUSE="qml test +uchardet"
25 +RESTRICT="!test? ( test )"
26
27 RDEPEND="
28 dev-qt/qtcore:5
29
30 diff --git a/net-im/libcommuni/libcommuni-3.5.0_p20190110.ebuild b/net-im/libcommuni/libcommuni-3.5.0_p20190110.ebuild
31 index 484a8cc0e91..4a82b9b4dff 100644
32 --- a/net-im/libcommuni/libcommuni-3.5.0_p20190110.ebuild
33 +++ b/net-im/libcommuni/libcommuni-3.5.0_p20190110.ebuild
34 @@ -15,6 +15,7 @@ LICENSE="BSD"
35 SLOT="0"
36 KEYWORDS="~amd64 ~x86"
37 IUSE="examples qml test +uchardet"
38 +RESTRICT="!test? ( test )"
39
40 RDEPEND="
41 dev-qt/qtcore:5