diff options
author | Olivier Fisette <ribosome@gentoo.org> | 2004-12-24 16:58:16 +0000 |
---|---|---|
committer | Olivier Fisette <ribosome@gentoo.org> | 2004-12-24 16:58:16 +0000 |
commit | dc671ec8a8023033b443360350be5db4fc7f1da9 (patch) | |
tree | ecfb9a18086fc04c969c375a793741e805564ee3 /sci-chemistry/babel | |
parent | Moved from app-sci/openbabel to sci-chemistry/openbabel (diff) | |
download | gentoo-2-dc671ec8a8023033b443360350be5db4fc7f1da9.tar.gz gentoo-2-dc671ec8a8023033b443360350be5db4fc7f1da9.tar.bz2 gentoo-2-dc671ec8a8023033b443360350be5db4fc7f1da9.zip |
Fixed dependency
Diffstat (limited to 'sci-chemistry/babel')
-rw-r--r-- | sci-chemistry/babel/babel-1.6.ebuild | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/sci-chemistry/babel/babel-1.6.ebuild b/sci-chemistry/babel/babel-1.6.ebuild index 5ea6c75f16ce..b54cfbb39d16 100644 --- a/sci-chemistry/babel/babel-1.6.ebuild +++ b/sci-chemistry/babel/babel-1.6.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-chemistry/babel/babel-1.6.ebuild,v 1.1 2004/12/24 16:27:59 ribosome Exp $ +# $Header: /var/cvsroot/gentoo-x86/sci-chemistry/babel/babel-1.6.ebuild,v 1.2 2004/12/24 16:55:54 ribosome Exp $ inherit eutils @@ -15,7 +15,7 @@ LICENSE="as-is" IUSE="" #Doesn't really seem to depend on anything (?) -DEPEND="!app-sci/openbabel" +DEPEND="!sci-chemistry/openbabel" src_unpack() { |