diff options
author | Justin Lecher <jlec@gentoo.org> | 2011-03-26 15:54:29 +0000 |
---|---|---|
committer | Justin Lecher <jlec@gentoo.org> | 2011-03-26 15:54:29 +0000 |
commit | e20998503db1f2600e9060cda8cd17d63936608d (patch) | |
tree | 761d00886fd4e34a6af530c97157f0f8cb2ba7f5 /sci-chemistry | |
parent | Perl Bindings for openbabel, writing by rei4dan, #212212 (diff) | |
download | historical-e20998503db1f2600e9060cda8cd17d63936608d.tar.gz historical-e20998503db1f2600e9060cda8cd17d63936608d.tar.bz2 historical-e20998503db1f2600e9060cda8cd17d63936608d.zip |
Added perl & python USE
Package-Manager: portage-2.2.0_alpha28/cvs/Linux x86_64
Diffstat (limited to 'sci-chemistry')
-rw-r--r-- | sci-chemistry/openbabel/ChangeLog | 5 | ||||
-rw-r--r-- | sci-chemistry/openbabel/openbabel-2.3.0.ebuild | 6 |
2 files changed, 8 insertions, 3 deletions
diff --git a/sci-chemistry/openbabel/ChangeLog b/sci-chemistry/openbabel/ChangeLog index 20e59ba3d356..3e2045ccd00d 100644 --- a/sci-chemistry/openbabel/ChangeLog +++ b/sci-chemistry/openbabel/ChangeLog @@ -1,6 +1,9 @@ # ChangeLog for sci-chemistry/openbabel # Copyright 1999-2011 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/sci-chemistry/openbabel/ChangeLog,v 1.47 2011/03/26 15:31:01 jlec Exp $ +# $Header: /var/cvsroot/gentoo-x86/sci-chemistry/openbabel/ChangeLog,v 1.48 2011/03/26 15:54:29 jlec Exp $ + + 26 Mar 2011; Justin Lecher <jlec@gentoo.org> openbabel-2.3.0.ebuild: + Added perl & python USE *openbabel-2.3.0 (26 Mar 2011) diff --git a/sci-chemistry/openbabel/openbabel-2.3.0.ebuild b/sci-chemistry/openbabel/openbabel-2.3.0.ebuild index 993f96ed4d41..441c6e5436ca 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.1 2011/03/26 15:31:01 jlec Exp $ +# $Header: /var/cvsroot/gentoo-x86/sci-chemistry/openbabel/openbabel-2.3.0.ebuild,v 1.2 2011/03/26 15:54:29 jlec Exp $ EAPI="3" @@ -15,7 +15,7 @@ SRC_URI="mirror://sourceforge/openbabel/${P}.tar.gz" KEYWORDS="~amd64 ~x86 ~amd64-linux ~x86-linux" SLOT="0" LICENSE="GPL-2" -IUSE="doc wxwidgets" +IUSE="doc perl python wxwidgets" RDEPEND=" dev-cpp/eigen:2 @@ -23,6 +23,8 @@ 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" |