diff options
author | Arfrever Frehtes Taifersar Arahesis <arfrever@gentoo.org> | 2011-04-28 18:17:28 +0000 |
---|---|---|
committer | Arfrever Frehtes Taifersar Arahesis <arfrever@gentoo.org> | 2011-04-28 18:17:28 +0000 |
commit | 936f798b1029224a8a708eaf6cfdb6c447c969dd (patch) | |
tree | 5afb6eb1eb7c84ac66ce2fc168b0d8afb66dbde5 /sci-chemistry/openbabel/openbabel-2.3.0.ebuild | |
parent | Add new snapshot. Update and clear the ebuild and its dependencies. (diff) | |
download | gentoo-2-936f798b1029224a8a708eaf6cfdb6c447c969dd.tar.gz gentoo-2-936f798b1029224a8a708eaf6cfdb6c447c969dd.tar.bz2 gentoo-2-936f798b1029224a8a708eaf6cfdb6c447c969dd.zip |
Fix circular dependencies.
(Portage version: 2.2.0_alpha30_p13/cvs/Linux x86_64)
Diffstat (limited to 'sci-chemistry/openbabel/openbabel-2.3.0.ebuild')
-rw-r--r-- | sci-chemistry/openbabel/openbabel-2.3.0.ebuild | 7 |
1 files changed, 4 insertions, 3 deletions
diff --git a/sci-chemistry/openbabel/openbabel-2.3.0.ebuild b/sci-chemistry/openbabel/openbabel-2.3.0.ebuild index 78f61b272524..35ce2cc0d9cf 100644 --- a/sci-chemistry/openbabel/openbabel-2.3.0.ebuild +++ b/sci-chemistry/openbabel/openbabel-2.3.0.ebuild @@ -1,6 +1,6 @@ # Copyright 1999-2011 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/sci-chemistry/openbabel/openbabel-2.3.0.ebuild,v 1.3 2011/03/28 19:30:52 jlec Exp $ +# $Header: /var/cvsroot/gentoo-x86/sci-chemistry/openbabel/openbabel-2.3.0.ebuild,v 1.4 2011/04/28 18:17:28 arfrever Exp $ EAPI="3" @@ -23,11 +23,12 @@ RDEPEND=" !sci-chemistry/babel sci-libs/inchi sys-libs/zlib - perl? ( sci-chemistry/openbabel-perl ) - python? ( sci-chemistry/openbabel-python ) wxwidgets? ( x11-libs/wxGTK:2.8[X] )" DEPEND="${RDEPEND} >=dev-util/cmake-2.4.8" +PDEPEND=" + perl? ( sci-chemistry/openbabel-perl ) + python? ( sci-chemistry/openbabel-python )" DOCS="AUTHORS ChangeLog NEWS README THANKS doc/*.inc doc/README* doc/*.mol2" |