diff options
author | 2011-05-07 09:18:00 +0000 | |
---|---|---|
committer | 2011-05-07 09:18:00 +0000 | |
commit | f280c6d751314a328c6e33fdbcde5bf323f76b1d (patch) | |
tree | 3f1423a841104d23e2add14f0b8daae96e8351e9 /sci-chemistry/openbabel | |
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')
-rw-r--r-- | sci-chemistry/openbabel/ChangeLog | 5 | ||||
-rw-r--r-- | sci-chemistry/openbabel/openbabel-2.3.0.ebuild | 3 |
2 files changed, 6 insertions, 2 deletions
diff --git a/sci-chemistry/openbabel/ChangeLog b/sci-chemistry/openbabel/ChangeLog index cfecd64dd971..4e1a7a2232e4 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.52 2011/04/30 18:01:39 armin76 Exp $ +# $Header: /var/cvsroot/gentoo-x86/sci-chemistry/openbabel/ChangeLog,v 1.53 2011/05/07 09:18:00 jlec Exp $ + + 07 May 2011; Justin Lecher <jlec@gentoo.org> openbabel-2.3.0.ebuild: + Do not test things which are installed as PDEPEND like openbabel-python 30 Apr 2011; Raúl Porcel <armin76@gentoo.org> openbabel-2.2.3.ebuild: Drop sparc keywords 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)" |