diff options
author | Mike Frysinger <vapier@gentoo.org> | 2005-02-12 18:48:11 +0000 |
---|---|---|
committer | Mike Frysinger <vapier@gentoo.org> | 2005-02-12 18:48:11 +0000 |
commit | 7190f91d22057403a171cdbe29a645b568d05134 (patch) | |
tree | 8cac8563989e74e8946f1653a5cbbc107d661e11 /dev-tcltk/expect | |
parent | add dev-util/dejagnu to DEPEND via USE=test #71002 (diff) | |
download | gentoo-2-7190f91d22057403a171cdbe29a645b568d05134.tar.gz gentoo-2-7190f91d22057403a171cdbe29a645b568d05134.tar.bz2 gentoo-2-7190f91d22057403a171cdbe29a645b568d05134.zip |
err, we cant add dejagnu to DEPEND
(Portage version: 2.0.51-r15)
Diffstat (limited to 'dev-tcltk/expect')
-rw-r--r-- | dev-tcltk/expect/expect-5.42.1.ebuild | 7 |
1 files changed, 4 insertions, 3 deletions
diff --git a/dev-tcltk/expect/expect-5.42.1.ebuild b/dev-tcltk/expect/expect-5.42.1.ebuild index 41ed4fafbfba..7509acff95a6 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.8 2005/02/12 18:46:41 vapier Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-tcltk/expect/expect-5.42.1.ebuild,v 1.9 2005/02/12 18:48:11 vapier Exp $ inherit eutils gnuconfig @@ -11,12 +11,13 @@ 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 test" +IUSE="X doc" +# We need dejagnu for src_test, but dejagnu needs expect +# to compile/run, so we cant add dejagnu to DEPEND :/ 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]} |