diff options
author | Samuli Suominen <ssuominen@gentoo.org> | 2009-10-10 11:16:56 +0000 |
---|---|---|
committer | Samuli Suominen <ssuominen@gentoo.org> | 2009-10-10 11:16:56 +0000 |
commit | ec73b2e1b19dcfcb181560f84ff1b5f41763e8b7 (patch) | |
tree | 5972e966cb0971a1f06ef607e0c39b05d699e1aa /sci-chemistry/openbabel | |
parent | ppc stable #287617 (diff) | |
download | gentoo-2-ec73b2e1b19dcfcb181560f84ff1b5f41763e8b7.tar.gz gentoo-2-ec73b2e1b19dcfcb181560f84ff1b5f41763e8b7.tar.bz2 gentoo-2-ec73b2e1b19dcfcb181560f84ff1b5f41763e8b7.zip |
amd64 stable wrt #287697
(Portage version: 2.2_rc44/cvs/Linux x86_64)
Diffstat (limited to 'sci-chemistry/openbabel')
-rw-r--r-- | sci-chemistry/openbabel/ChangeLog | 6 | ||||
-rw-r--r-- | sci-chemistry/openbabel/openbabel-2.2.1.ebuild | 5 |
2 files changed, 7 insertions, 4 deletions
diff --git a/sci-chemistry/openbabel/ChangeLog b/sci-chemistry/openbabel/ChangeLog index de58167ae250..7232e8e8412e 100644 --- a/sci-chemistry/openbabel/ChangeLog +++ b/sci-chemistry/openbabel/ChangeLog @@ -1,6 +1,10 @@ # ChangeLog for sci-chemistry/openbabel # Copyright 1999-2009 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/sci-chemistry/openbabel/ChangeLog,v 1.29 2009/08/01 21:27:55 cryos Exp $ +# $Header: /var/cvsroot/gentoo-x86/sci-chemistry/openbabel/ChangeLog,v 1.30 2009/10/10 11:16:56 ssuominen Exp $ + + 10 Oct 2009; Samuli Suominen <ssuominen@gentoo.org> + openbabel-2.2.1.ebuild: + amd64 stable wrt #287697 01 Aug 2009; Marcus D. Hanwell <cryos@gentoo.org> -openbabel-2.1.1.ebuild, -openbabel-2.2.0.ebuild, diff --git a/sci-chemistry/openbabel/openbabel-2.2.1.ebuild b/sci-chemistry/openbabel/openbabel-2.2.1.ebuild index 088063379a53..a2beeb8f63ba 100644 --- a/sci-chemistry/openbabel/openbabel-2.2.1.ebuild +++ b/sci-chemistry/openbabel/openbabel-2.2.1.ebuild @@ -1,6 +1,6 @@ # Copyright 1999-2009 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/sci-chemistry/openbabel/openbabel-2.2.1.ebuild,v 1.3 2009/06/13 10:18:31 tove Exp $ +# $Header: /var/cvsroot/gentoo-x86/sci-chemistry/openbabel/openbabel-2.2.1.ebuild,v 1.4 2009/10/10 11:16:56 ssuominen Exp $ EAPI=1 @@ -10,7 +10,7 @@ DESCRIPTION="interconverts file formats used in molecular modeling" HOMEPAGE="http://openbabel.sourceforge.net/" SRC_URI="mirror://sourceforge/openbabel/${P}.tar.gz" -KEYWORDS="~amd64 ~hppa ~ppc ~ppc64 ~sparc ~x86" +KEYWORDS="amd64 ~hppa ~ppc ~ppc64 ~sparc ~x86" SLOT="0" LICENSE="GPL-2" IUSE="doc" @@ -18,7 +18,6 @@ IUSE="doc" RDEPEND="!sci-chemistry/babel >=dev-libs/libxml2-2.6.5 sys-libs/zlib" - DEPEND="${RDEPEND} >=dev-libs/boost-1.33.1 dev-lang/perl |