diff options
author | Sam James <sam@gentoo.org> | 2023-01-19 01:40:46 +0000 |
---|---|---|
committer | Sam James <sam@gentoo.org> | 2023-01-19 01:40:46 +0000 |
commit | d9c76a6397002bbdb599693b2141203d58157fb9 (patch) | |
tree | 3c9cb4d9d896a5353235f9f0f763b986b0dd4650 /dev-util/dejagnu | |
parent | dev-util/dejagnu: drop 1.6.2 (diff) | |
download | gentoo-d9c76a6397002bbdb599693b2141203d58157fb9.tar.gz gentoo-d9c76a6397002bbdb599693b2141203d58157fb9.tar.bz2 gentoo-d9c76a6397002bbdb599693b2141203d58157fb9.zip |
dev-util/dejagnu: unrestrict tests
Signed-off-by: Sam James <sam@gentoo.org>
Diffstat (limited to 'dev-util/dejagnu')
-rw-r--r-- | dev-util/dejagnu/dejagnu-1.6.3.ebuild | 12 |
1 files 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 ) +" |