From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: <gentoo-commits+bounces-1478520-garchives=archives.gentoo.org@lists.gentoo.org> Received: from lists.gentoo.org (pigeon.gentoo.org [208.92.234.80]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (2048 bits)) (No client certificate requested) by finch.gentoo.org (Postfix) with ESMTPS id DDB7D15800F for <garchives@archives.gentoo.org>; Thu, 19 Jan 2023 01:41:15 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id E5A0BE0936; Thu, 19 Jan 2023 01:41:14 +0000 (UTC) Received: from smtp.gentoo.org (woodpecker.gentoo.org [140.211.166.183]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (4096 bits) server-digest SHA256) (No client certificate requested) by pigeon.gentoo.org (Postfix) with ESMTPS id C8DF8E0936 for <gentoo-commits@lists.gentoo.org>; Thu, 19 Jan 2023 01:41:14 +0000 (UTC) Received: from oystercatcher.gentoo.org (oystercatcher.gentoo.org [148.251.78.52]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (4096 bits) server-digest SHA256) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id 9551B33BE0A for <gentoo-commits@lists.gentoo.org>; Thu, 19 Jan 2023 01:41:13 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 0450E7DE for <gentoo-commits@lists.gentoo.org>; Thu, 19 Jan 2023 01:41:12 +0000 (UTC) From: "Sam James" <sam@gentoo.org> 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" <sam@gentoo.org> Message-ID: <1674092446.d9c76a6397002bbdb599693b2141203d58157fb9.sam@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: dev-util/dejagnu/ X-VCS-Repository: repo/gentoo X-VCS-Files: dev-util/dejagnu/dejagnu-1.6.3.ebuild X-VCS-Directories: dev-util/dejagnu/ X-VCS-Committer: sam X-VCS-Committer-Name: Sam James X-VCS-Revision: d9c76a6397002bbdb599693b2141203d58157fb9 X-VCS-Branch: master Date: Thu, 19 Jan 2023 01:41:12 +0000 (UTC) Precedence: bulk List-Post: <mailto:gentoo-commits@lists.gentoo.org> List-Help: <mailto:gentoo-commits+help@lists.gentoo.org> List-Unsubscribe: <mailto:gentoo-commits+unsubscribe@lists.gentoo.org> List-Subscribe: <mailto:gentoo-commits+subscribe@lists.gentoo.org> List-Id: Gentoo Linux mail <gentoo-commits.gentoo.org> X-BeenThere: gentoo-commits@lists.gentoo.org X-Auto-Response-Suppress: DR, RN, NRN, OOF, AutoReply X-Archives-Salt: 00de8c14-3d4b-4138-bf68-95c3567d9d46 X-Archives-Hash: e4f3efdf6197f1661596bc173cae5d12 commit: d9c76a6397002bbdb599693b2141203d58157fb9 Author: Sam James <sam <AT> gentoo <DOT> org> AuthorDate: Thu Jan 19 01:40:46 2023 +0000 Commit: Sam James <sam <AT> gentoo <DOT> org> CommitDate: Thu Jan 19 01:40:46 2023 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=d9c76a63 dev-util/dejagnu: unrestrict tests Signed-off-by: Sam James <sam <AT> gentoo.org> dev-util/dejagnu/dejagnu-1.6.3.ebuild | 12 ++++++------ 1 file changed, 6 insertions(+), 6 deletions(-) diff --git a/dev-util/dejagnu/dejagnu-1.6.3.ebuild b/dev-util/dejagnu/dejagnu-1.6.3.ebuild index 4d4a2813baa1..62413d665908 100644 --- a/dev-util/dejagnu/dejagnu-1.6.3.ebuild +++ b/dev-util/dejagnu/dejagnu-1.6.3.ebuild @@ -1,4 +1,4 @@ -# Copyright 1999-2022 Gentoo Authors +# Copyright 1999-2023 Gentoo Authors # Distributed under the terms of the GNU General Public License v2 EAPI=7 @@ -11,10 +11,10 @@ LICENSE="GPL-3" SLOT="0" KEYWORDS="~alpha amd64 arm arm64 hppa ~ia64 ~loong ~m68k ~mips ppc ppc64 ~riscv ~s390 sparc x86 ~amd64-linux ~x86-linux ~x64-solaris ~x86-solaris" IUSE="test" - -#RESTRICT="!test? ( test )" -RESTRICT="test" # needs fixing +RESTRICT="!test? ( test )" RDEPEND="dev-tcltk/expect" -#DEPEND="test? ( dev-tcltk/expect )" -BDEPEND="app-alternatives/awk" +BDEPEND=" + app-alternatives/awk + test? ( dev-tcltk/expect ) +"