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 6AC88138334 for ; Wed, 20 Nov 2019 07:40:21 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id B32FDE087F; Wed, 20 Nov 2019 07:40:20 +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 71AD0E087F for ; Wed, 20 Nov 2019 07:40:20 +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 1749634D10B for ; Wed, 20 Nov 2019 07:40:16 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 0B99B8A9 for ; Wed, 20 Nov 2019 07:40:14 +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: <1574235601.2d49e83a932d15be96a3ea6a7e1f0d5c09c7214d.tupone@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: dev-tcltk/tktray/ X-VCS-Repository: repo/gentoo X-VCS-Files: dev-tcltk/tktray/tktray-1.3.9.ebuild X-VCS-Directories: dev-tcltk/tktray/ X-VCS-Committer: tupone X-VCS-Committer-Name: Alfredo Tupone X-VCS-Revision: 2d49e83a932d15be96a3ea6a7e1f0d5c09c7214d X-VCS-Branch: master Date: Wed, 20 Nov 2019 07:40:14 +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: 30bfa2e6-fcf1-4a75-a877-3537b34f9cc5 X-Archives-Hash: 4363ca04ede1a33414ea31a4578deea1 commit: 2d49e83a932d15be96a3ea6a7e1f0d5c09c7214d Author: Tupone Alfredo gentoo org> AuthorDate: Wed Nov 20 07:40:01 2019 +0000 Commit: Alfredo Tupone gentoo org> CommitDate: Wed Nov 20 07:40:01 2019 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=2d49e83a dev-tcltk/tktray: MissingTestRestrict Package-Manager: Portage-2.3.76, Repoman-2.3.16 Signed-off-by: Alfredo Tupone gentoo.org> dev-tcltk/tktray/tktray-1.3.9.ebuild | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/dev-tcltk/tktray/tktray-1.3.9.ebuild b/dev-tcltk/tktray/tktray-1.3.9.ebuild index 8b1b102c4bc..3cb9eb4b38a 100644 --- a/dev-tcltk/tktray/tktray-1.3.9.ebuild +++ b/dev-tcltk/tktray/tktray-1.3.9.ebuild @@ -1,4 +1,4 @@ -# Copyright 1999-2015 Gentoo Foundation +# Copyright 1999-2019 Gentoo Authors # Distributed under the terms of the GNU General Public License v2 EAPI=5 @@ -15,6 +15,7 @@ LICENSE="tcltk" SLOT="0" KEYWORDS="amd64 ~ppc ~sparc x86" IUSE="debug threads test" +RESTRICT="!test? ( test )" DEPEND=" >=dev-lang/tcl-8.4:0=