diff options
author | Justin Lecher <jlec@gentoo.org> | 2011-05-07 09:18:00 +0000 |
---|---|---|
committer | Justin Lecher <jlec@gentoo.org> | 2011-05-07 09:18:00 +0000 |
commit | f280c6d751314a328c6e33fdbcde5bf323f76b1d (patch) | |
tree | 3f1423a841104d23e2add14f0b8daae96e8351e9 /sci-chemistry/openbabel/openbabel-2.3.0.ebuild | |
parent | Relax test-unit dependency a bit to include the revision that is marked stable. (diff) | |
download | gentoo-2-f280c6d751314a328c6e33fdbcde5bf323f76b1d.tar.gz gentoo-2-f280c6d751314a328c6e33fdbcde5bf323f76b1d.tar.bz2 gentoo-2-f280c6d751314a328c6e33fdbcde5bf323f76b1d.zip |
Do not test things which are installed as PDEPEND like openbabel-python
(Portage version: 2.2.0_alpha31/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 | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/sci-chemistry/openbabel/openbabel-2.3.0.ebuild b/sci-chemistry/openbabel/openbabel-2.3.0.ebuild index 35ce2cc0d9cf..8f0cb65010b1 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.4 2011/04/28 18:17:28 arfrever Exp $ +# $Header: /var/cvsroot/gentoo-x86/sci-chemistry/openbabel/openbabel-2.3.0.ebuild,v 1.5 2011/05/07 09:18:00 jlec Exp $ EAPI="3" @@ -60,6 +60,7 @@ src_test() { local mycmakeargs="" mycmakeargs="${mycmakeargs} -DOPENBABEL_USE_SYSTEM_INCHI=ON + -DPYTHON_EXECUTABLE=false $(cmake-utils_use wxwidgets BUILD_GUI) $(cmake-utils_use_enable test TESTS)" |