diff options
author | Caleb Tennis <caleb@gentoo.org> | 2004-01-04 02:10:10 +0000 |
---|---|---|
committer | Caleb Tennis <caleb@gentoo.org> | 2004-01-04 02:10:10 +0000 |
commit | 1d29952aebf0e94ca3646415a7b51f9629c3caea (patch) | |
tree | cf3dce2c55c1f67651f3eb18f41e132c4db34734 /app-sci/xdrawchem/xdrawchem-1.7.5.ebuild | |
parent | fix my name in the changelog (diff) | |
download | gentoo-2-1d29952aebf0e94ca3646415a7b51f9629c3caea.tar.gz gentoo-2-1d29952aebf0e94ca3646415a7b51f9629c3caea.tar.bz2 gentoo-2-1d29952aebf0e94ca3646415a7b51f9629c3caea.zip |
Remove the need-qt, add qt as a dep in the ebuild
Diffstat (limited to 'app-sci/xdrawchem/xdrawchem-1.7.5.ebuild')
-rw-r--r-- | app-sci/xdrawchem/xdrawchem-1.7.5.ebuild | 7 |
1 files changed, 2 insertions, 5 deletions
diff --git a/app-sci/xdrawchem/xdrawchem-1.7.5.ebuild b/app-sci/xdrawchem/xdrawchem-1.7.5.ebuild index 810f2b459ae8..a41974e244fa 100644 --- a/app-sci/xdrawchem/xdrawchem-1.7.5.ebuild +++ b/app-sci/xdrawchem/xdrawchem-1.7.5.ebuild @@ -1,8 +1,7 @@ # Copyright 1999-2003 Gentoo Technologies, Inc. # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/app-sci/xdrawchem/xdrawchem-1.7.5.ebuild,v 1.3 2003/10/08 05:51:06 phosphan Exp $ +# $Header: /var/cvsroot/gentoo-x86/app-sci/xdrawchem/xdrawchem-1.7.5.ebuild,v 1.4 2004/01/04 02:10:02 caleb Exp $ -inherit kde-functions inherit flag-o-matic # There seems to be an issue with gcc 3.3.1, for the moment use -O0 only @@ -18,9 +17,7 @@ SLOT="0" KEYWORDS="x86 ~ppc ~sparc" IUSE="" -need-qt 3.1.0 - -DEPEND="${DEPEND} +DEPEND=">=x11-libs/qt-3.1.0 >=app-sci/openbabel-1.100.1*" src_compile() { |