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 D251E138334 for ; Wed, 20 Nov 2019 07:14:55 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 1CB2AE0875; Wed, 20 Nov 2019 07:14:55 +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 02455E0875 for ; Wed, 20 Nov 2019 07:14:54 +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 E0CDB34D102 for ; Wed, 20 Nov 2019 07:14:53 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 97FAA8A9 for ; Wed, 20 Nov 2019 07:14:51 +0000 (UTC) From: "Alfredo Tupone" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Alfredo Tupone" Message-ID: <1574234072.ea3413c6e165e54795a3ef8cabe500b4934e2055.tupone@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: dev-tcltk/iwidgets/ X-VCS-Repository: repo/gentoo X-VCS-Files: dev-tcltk/iwidgets/iwidgets-4.1.1.ebuild X-VCS-Directories: dev-tcltk/iwidgets/ X-VCS-Committer: tupone X-VCS-Committer-Name: Alfredo Tupone X-VCS-Revision: ea3413c6e165e54795a3ef8cabe500b4934e2055 X-VCS-Branch: master Date: Wed, 20 Nov 2019 07:14:51 +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: 228c012a-0a38-4439-a61d-a80c69129b21 X-Archives-Hash: 3556776320d5008246311bb599b08237 commit: ea3413c6e165e54795a3ef8cabe500b4934e2055 Author: Tupone Alfredo gentoo org> AuthorDate: Wed Nov 20 07:14:32 2019 +0000 Commit: Alfredo Tupone gentoo org> CommitDate: Wed Nov 20 07:14:32 2019 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=ea3413c6 dev-tcltk/iwidgets: MissingTestRestrict Package-Manager: Portage-2.3.76, Repoman-2.3.16 Signed-off-by: Alfredo Tupone gentoo.org> dev-tcltk/iwidgets/iwidgets-4.1.1.ebuild | 1 + 1 file changed, 1 insertion(+) diff --git a/dev-tcltk/iwidgets/iwidgets-4.1.1.ebuild b/dev-tcltk/iwidgets/iwidgets-4.1.1.ebuild index f3deaa38f47..f1de8e97ed1 100644 --- a/dev-tcltk/iwidgets/iwidgets-4.1.1.ebuild +++ b/dev-tcltk/iwidgets/iwidgets-4.1.1.ebuild @@ -20,6 +20,7 @@ LICENSE="HPND Old-MIT tcltk" SLOT="0" KEYWORDS="amd64 ia64 ppc sparc x86 ~amd64-linux ~x86-linux" IUSE="" +RESTRICT="!test? ( test )" DEPEND=" >=dev-tcltk/itcl-${ITCL_VER}