diff options
author | Justin Lecher <jlec@gentoo.org> | 2011-03-29 06:00:00 +0000 |
---|---|---|
committer | Justin Lecher <jlec@gentoo.org> | 2011-03-29 06:00:00 +0000 |
commit | 7429724eea25051d61273316e5f32e867bc12a8a (patch) | |
tree | c4ab38dc532bcc96274991629685c0052f518f5f /sci-chemistry/openbabel-python | |
parent | Use slot deps for gtk+. (diff) | |
download | gentoo-2-7429724eea25051d61273316e5f32e867bc12a8a.tar.gz gentoo-2-7429724eea25051d61273316e5f32e867bc12a8a.tar.bz2 gentoo-2-7429724eea25051d61273316e5f32e867bc12a8a.zip |
Depend on >=swig-2
(Portage version: 2.2.0_alpha29/cvs/Linux x86_64)
Diffstat (limited to 'sci-chemistry/openbabel-python')
-rw-r--r-- | sci-chemistry/openbabel-python/ChangeLog | 5 | ||||
-rw-r--r-- | sci-chemistry/openbabel-python/openbabel-python-2.3.0.ebuild | 4 |
2 files changed, 6 insertions, 3 deletions
diff --git a/sci-chemistry/openbabel-python/ChangeLog b/sci-chemistry/openbabel-python/ChangeLog index 72f189fb370d..d9f2b3d21bd3 100644 --- a/sci-chemistry/openbabel-python/ChangeLog +++ b/sci-chemistry/openbabel-python/ChangeLog @@ -1,6 +1,9 @@ # ChangeLog for sci-chemistry/openbabel-python # Copyright 1999-2011 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/sci-chemistry/openbabel-python/ChangeLog,v 1.2 2011/03/28 19:25:28 jlec Exp $ +# $Header: /var/cvsroot/gentoo-x86/sci-chemistry/openbabel-python/ChangeLog,v 1.3 2011/03/29 06:00:00 jlec Exp $ + + 29 Mar 2011; Justin Lecher <jlec@gentoo.org> openbabel-python-2.3.0.ebuild: + Depend on >=swig-2 28 Mar 2011; Justin Lecher <jlec@gentoo.org> openbabel-python-2.3.0.ebuild, +files/openbabel-python-2.3.0-swig.patch: diff --git a/sci-chemistry/openbabel-python/openbabel-python-2.3.0.ebuild b/sci-chemistry/openbabel-python/openbabel-python-2.3.0.ebuild index 897f7b668175..0e78a0bf4c6c 100644 --- a/sci-chemistry/openbabel-python/openbabel-python-2.3.0.ebuild +++ b/sci-chemistry/openbabel-python/openbabel-python-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-python/openbabel-python-2.3.0.ebuild,v 1.2 2011/03/28 19:25:28 jlec Exp $ +# $Header: /var/cvsroot/gentoo-x86/sci-chemistry/openbabel-python/openbabel-python-2.3.0.ebuild,v 1.3 2011/03/29 06:00:00 jlec Exp $ EAPI="3" @@ -26,7 +26,7 @@ RDEPEND=" ~sci-chemistry/openbabel-${PV} sys-libs/zlib" DEPEND="${RDEPEND} - dev-lang/swig + >=dev-lang/swig-2 dev-util/cmake" S="${WORKDIR}"/openbabel-${PV} |