diff options
author | Olivier Fisette <ribosome@gentoo.org> | 2004-12-27 20:22:02 +0000 |
---|---|---|
committer | Olivier Fisette <ribosome@gentoo.org> | 2004-12-27 20:22:02 +0000 |
commit | 50eaf0a1d8b3ef66c13e4fe8e49c06aca585ac66 (patch) | |
tree | f9dc28583a04ba2d8df34cd9232448f7a5b96014 /sci-electronics/oregano | |
parent | Moved from app-sci/spice to sci-electronics/spice (diff) | |
download | historical-50eaf0a1d8b3ef66c13e4fe8e49c06aca585ac66.tar.gz historical-50eaf0a1d8b3ef66c13e4fe8e49c06aca585ac66.tar.bz2 historical-50eaf0a1d8b3ef66c13e4fe8e49c06aca585ac66.zip |
Fixed dependency
Diffstat (limited to 'sci-electronics/oregano')
-rw-r--r-- | sci-electronics/oregano/oregano-0.23-r1.ebuild | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/sci-electronics/oregano/oregano-0.23-r1.ebuild b/sci-electronics/oregano/oregano-0.23-r1.ebuild index d08ef1f1548e..28b7c9bec0e4 100644 --- a/sci-electronics/oregano/oregano-0.23-r1.ebuild +++ b/sci-electronics/oregano/oregano-0.23-r1.ebuild @@ -1,6 +1,6 @@ # Copyright 1999-2004 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/sci-electronics/oregano/oregano-0.23-r1.ebuild,v 1.1 2004/12/27 20:13:35 ribosome Exp $ +# $Header: /var/cvsroot/gentoo-x86/sci-electronics/oregano/oregano-0.23-r1.ebuild,v 1.2 2004/12/27 20:22:02 ribosome Exp $ DESCRIPTION="Oregano is an application for schematic capture and simulation of electrical circuits." SRC_URI="ftp://ftp.codefactory.se/pub/CodeFactory/software/oregano/${P}.tar.gz" @@ -16,7 +16,7 @@ DEPEND="=x11-libs/gtk+-1.2* >=gnome-base/libglade-0.17 <gnome-base/libglade-2.0.0 >=gnome-base/gnome-print-0.30 >=dev-libs/libxml-1.8.17 - >=app-sci/spice-3.5.5" + >=sci-electronics/spice-3.5.5" src_compile() { econf || die "econf failed" |