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 4B202138359 for ; Sat, 10 Oct 2020 07:11:42 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 94784E082F; Sat, 10 Oct 2020 07:11:41 +0000 (UTC) Received: from smtp.gentoo.org (smtp.gentoo.org [140.211.166.183]) (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 7E885E082F for ; Sat, 10 Oct 2020 07:11:41 +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 8D4C2335D04 for ; Sat, 10 Oct 2020 07:11:40 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 3FCC1391 for ; Sat, 10 Oct 2020 07:11:39 +0000 (UTC) From: "Sam James" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Sam James" Message-ID: <1602313892.2b7ea884ee2856bdadb5840d8fbf22a7aa666404.sam@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: net-libs/gloox/ X-VCS-Repository: repo/gentoo X-VCS-Files: net-libs/gloox/gloox-1.0.24.ebuild X-VCS-Directories: net-libs/gloox/ X-VCS-Committer: sam X-VCS-Committer-Name: Sam James X-VCS-Revision: 2b7ea884ee2856bdadb5840d8fbf22a7aa666404 X-VCS-Branch: master Date: Sat, 10 Oct 2020 07:11:39 +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: f497afc1-6ea7-40b2-b7fa-17a594f99df6 X-Archives-Hash: d8f4ecdcee1f2ae391e05a851b1dddb2 commit: 2b7ea884ee2856bdadb5840d8fbf22a7aa666404 Author: Sam James gentoo org> AuthorDate: Sat Oct 10 07:11:32 2020 +0000 Commit: Sam James gentoo org> CommitDate: Sat Oct 10 07:11:32 2020 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=2b7ea884 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 gentoo.org> net-libs/gloox/gloox-1.0.24.ebuild | 1 + 1 file changed, 1 insertion(+) diff --git a/net-libs/gloox/gloox-1.0.24.ebuild b/net-libs/gloox/gloox-1.0.24.ebuild index 4a083e0af49..e7a34c9e3dc 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:= )