diff options
author | Sam James <sam@gentoo.org> | 2020-10-10 07:11:32 +0000 |
---|---|---|
committer | Sam James <sam@gentoo.org> | 2020-10-10 07:11:32 +0000 |
commit | 2b7ea884ee2856bdadb5840d8fbf22a7aa666404 (patch) | |
tree | 19eea146a7b0f76874a43f8dac246f9e97c34c84 /net-libs | |
parent | net-libs/gloox: add upstream metadata (diff) | |
download | gentoo-2b7ea884ee2856bdadb5840d8fbf22a7aa666404.tar.gz gentoo-2b7ea884ee2856bdadb5840d8fbf22a7aa666404.tar.bz2 gentoo-2b7ea884ee2856bdadb5840d8fbf22a7aa666404.zip |
net-libs/gloox: MissingTestRestrict
In my haste to drop the now-redundant RESTRICT,
I left this out!
Package-Manager: Portage-3.0.4, Repoman-3.0.1
Signed-off-by: Sam James <sam@gentoo.org>
Diffstat (limited to 'net-libs')
-rw-r--r-- | net-libs/gloox/gloox-1.0.24.ebuild | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/net-libs/gloox/gloox-1.0.24.ebuild b/net-libs/gloox/gloox-1.0.24.ebuild index 4a083e0af497..e7a34c9e3dc3 100644 --- a/net-libs/gloox/gloox-1.0.24.ebuild +++ b/net-libs/gloox/gloox-1.0.24.ebuild @@ -16,6 +16,7 @@ LICENSE="GPL-3" SLOT="0/18" KEYWORDS="~alpha ~amd64 ~arm ~arm64 ~ia64 ~ppc ~ppc64 ~sparc ~x86" IUSE="debug gnutls idn libressl ssl static-libs test zlib" +RESTRICT="!test? ( test )" DEPEND=" idn? ( net-dns/libidn:= ) |