diff options
author | Patrick Kursawe <phosphan@gentoo.org> | 2005-01-05 10:03:13 +0000 |
---|---|---|
committer | Patrick Kursawe <phosphan@gentoo.org> | 2005-01-05 10:03:13 +0000 |
commit | f9c7b22f79e1c7d45b7db6d2be1c8fb11bd86ae2 (patch) | |
tree | f9cf2c67a96515a3be415ce93d1d3ccdaf832777 /sci-electronics | |
parent | Fixing #75809 (Manifest recommit) (diff) | |
download | gentoo-2-f9c7b22f79e1c7d45b7db6d2be1c8fb11bd86ae2.tar.gz gentoo-2-f9c7b22f79e1c7d45b7db6d2be1c8fb11bd86ae2.tar.bz2 gentoo-2-f9c7b22f79e1c7d45b7db6d2be1c8fb11bd86ae2.zip |
guile belongs to rdepend, not depend
Diffstat (limited to 'sci-electronics')
-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="" |