diff options
Diffstat (limited to 'sci-electronics/freehdl/freehdl-20040113.ebuild')
-rw-r--r-- | sci-electronics/freehdl/freehdl-20040113.ebuild | 5 |
1 files changed, 3 insertions, 2 deletions
diff --git a/sci-electronics/freehdl/freehdl-20040113.ebuild b/sci-electronics/freehdl/freehdl-20040113.ebuild index 83d402fa7aef..8f033c965124 100644 --- a/sci-electronics/freehdl/freehdl-20040113.ebuild +++ b/sci-electronics/freehdl/freehdl-20040113.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/sci-electronics/freehdl/freehdl-20040113.ebuild,v 1.2 2005/01/05 10:00:21 phosphan Exp $ +# $Header: /var/cvsroot/gentoo-x86/sci-electronics/freehdl/freehdl-20040113.ebuild,v 1.3 2005/01/05 10:03:13 phosphan Exp $ inherit eutils @@ -8,7 +8,8 @@ DESCRIPTION="A free VHDL simulator." SRC_URI="http://cran.mit.edu/~enaroska/${P}.tar.gz" HOMEPAGE="http://freehdl.seul.org/" LICENSE="GPL-2" -DEPEND="virtual/libc +DEPEND="virtual/libc" +RDEPEND="${DEPEND} >=dev-util/guile-1.2" SLOT="0" IUSE="" |