Gentoo Archives: gentoo-commits

From: Sam James <sam@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] repo/gentoo:master commit in: net-libs/gloox/
Date: Sat, 10 Oct 2020 07:11:42
Message-Id: 1602313892.2b7ea884ee2856bdadb5840d8fbf22a7aa666404.sam@gentoo
1 commit: 2b7ea884ee2856bdadb5840d8fbf22a7aa666404
2 Author: Sam James <sam <AT> gentoo <DOT> org>
3 AuthorDate: Sat Oct 10 07:11:32 2020 +0000
4 Commit: Sam James <sam <AT> gentoo <DOT> org>
5 CommitDate: Sat Oct 10 07:11:32 2020 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=2b7ea884
7
8 net-libs/gloox: MissingTestRestrict
9
10 In my haste to drop the now-redundant RESTRICT,
11 I left this out!
12
13 Package-Manager: Portage-3.0.4, Repoman-3.0.1
14 Signed-off-by: Sam James <sam <AT> gentoo.org>
15
16 net-libs/gloox/gloox-1.0.24.ebuild | 1 +
17 1 file changed, 1 insertion(+)
18
19 diff --git a/net-libs/gloox/gloox-1.0.24.ebuild b/net-libs/gloox/gloox-1.0.24.ebuild
20 index 4a083e0af49..e7a34c9e3dc 100644
21 --- a/net-libs/gloox/gloox-1.0.24.ebuild
22 +++ b/net-libs/gloox/gloox-1.0.24.ebuild
23 @@ -16,6 +16,7 @@ LICENSE="GPL-3"
24 SLOT="0/18"
25 KEYWORDS="~alpha ~amd64 ~arm ~arm64 ~ia64 ~ppc ~ppc64 ~sparc ~x86"
26 IUSE="debug gnutls idn libressl ssl static-libs test zlib"
27 +RESTRICT="!test? ( test )"
28
29 DEPEND="
30 idn? ( net-dns/libidn:= )