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 | c51b12f3632904dc7fda33f66e28bd4687f5eca7 (patch) | |
tree | e163b5d9d9f2b21ff03a246ebdea68d608c295a1 /sci-chemistry/openbabel | |
parent | Perl Bindings for openbabel, writing by rei4dan, #212212 (diff) | |
download | gentoo-2-c51b12f3632904dc7fda33f66e28bd4687f5eca7.tar.gz gentoo-2-c51b12f3632904dc7fda33f66e28bd4687f5eca7.tar.bz2 gentoo-2-c51b12f3632904dc7fda33f66e28bd4687f5eca7.zip |
Added perl & python USE
(Portage version: 2.2.0_alpha28/cvs/Linux x86_64)
Diffstat (limited to 'sci-chemistry/openbabel')
-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" |