diff options
author | Mike Frysinger <vapier@gentoo.org> | 2005-02-12 18:46:41 +0000 |
---|---|---|
committer | Mike Frysinger <vapier@gentoo.org> | 2005-02-12 18:46:41 +0000 |
commit | a5d0b3f0f98e67fcd37943d0191d786715f1caa3 (patch) | |
tree | 576d45ba4d38a32a7f8f51b4534491cb8c6e162b /dev-tcltk | |
parent | Add fstab ft support. (diff) | |
download | gentoo-2-a5d0b3f0f98e67fcd37943d0191d786715f1caa3.tar.gz gentoo-2-a5d0b3f0f98e67fcd37943d0191d786715f1caa3.tar.bz2 gentoo-2-a5d0b3f0f98e67fcd37943d0191d786715f1caa3.zip |
add dev-util/dejagnu to DEPEND via USE=test #71002
(Portage version: 2.0.51-r15)
Diffstat (limited to 'dev-tcltk')
-rw-r--r-- | dev-tcltk/expect/expect-5.42.1.ebuild | 5 |
1 files changed, 3 insertions, 2 deletions
diff --git a/dev-tcltk/expect/expect-5.42.1.ebuild b/dev-tcltk/expect/expect-5.42.1.ebuild index 7007f38b1f4a..41ed4fafbfba 100644 --- a/dev-tcltk/expect/expect-5.42.1.ebuild +++ b/dev-tcltk/expect/expect-5.42.1.ebuild @@ -1,6 +1,6 @@ # Copyright 1999-2005 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/dev-tcltk/expect/expect-5.42.1.ebuild,v 1.7 2005/02/07 00:46:56 kloeri Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-tcltk/expect/expect-5.42.1.ebuild,v 1.8 2005/02/12 18:46:41 vapier Exp $ inherit eutils gnuconfig @@ -11,11 +11,12 @@ SRC_URI="http://expect.nist.gov/src/${P}.tar.gz" LICENSE="BSD" SLOT="0" KEYWORDS="alpha amd64 arm hppa ia64 mips ~ppc ~ppc64 s390 sh sparc x86" -IUSE="X doc" +IUSE="X doc test" RDEPEND=">=dev-lang/tcl-8.2 X? ( >=dev-lang/tk-8.2 )" DEPEND="${RDEPEND} + test? ( dev-util/dejagnu ) =sys-devel/autoconf-2.1*" NON_MICRO_V=${P%.[0-9]} |