diff options
author | Markus Dittrich <markusle@gentoo.org> | 2008-04-10 13:02:20 +0000 |
---|---|---|
committer | Markus Dittrich <markusle@gentoo.org> | 2008-04-10 13:02:20 +0000 |
commit | ef7841f2a89a98cc0300b7f251791594a148281f (patch) | |
tree | e16545a83ca18665079904cab4c7a87d3e776315 /sci-chemistry/xdrawchem/xdrawchem-1.9.9.ebuild | |
parent | Sparc stable, Bug #216765. (diff) | |
download | gentoo-2-ef7841f2a89a98cc0300b7f251791594a148281f.tar.gz gentoo-2-ef7841f2a89a98cc0300b7f251791594a148281f.tar.bz2 gentoo-2-ef7841f2a89a98cc0300b7f251791594a148281f.zip |
Changed dependencies on openbabel since compilation against openbabel-2.2.0 is currently broken (see bug #216057).
(Portage version: 2.1.5_rc2)
Diffstat (limited to 'sci-chemistry/xdrawchem/xdrawchem-1.9.9.ebuild')
-rw-r--r-- | sci-chemistry/xdrawchem/xdrawchem-1.9.9.ebuild | 10 |
1 files changed, 5 insertions, 5 deletions
diff --git a/sci-chemistry/xdrawchem/xdrawchem-1.9.9.ebuild b/sci-chemistry/xdrawchem/xdrawchem-1.9.9.ebuild index 87b62dd5f311..5841b8a32959 100644 --- a/sci-chemistry/xdrawchem/xdrawchem-1.9.9.ebuild +++ b/sci-chemistry/xdrawchem/xdrawchem-1.9.9.ebuild @@ -1,6 +1,6 @@ -# Copyright 1999-2006 Gentoo Foundation +# Copyright 1999-2008 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/sci-chemistry/xdrawchem/xdrawchem-1.9.9.ebuild,v 1.4 2006/08/23 09:30:14 blubb Exp $ +# $Header: /var/cvsroot/gentoo-x86/sci-chemistry/xdrawchem/xdrawchem-1.9.9.ebuild,v 1.5 2008/04/10 13:02:20 markusle Exp $ inherit qt3 @@ -16,7 +16,7 @@ IUSE="" DEPEND="$(qt_min_version 3.1) >=sys-devel/gcc-3.2 dev-util/pkgconfig - >=sci-chemistry/openbabel-2" + <sci-chemistry/openbabel-2.2" src_compile() { # make sure we use moc from Qt, not from eg media-sound/moc @@ -26,8 +26,8 @@ src_compile() { } src_install() { - make DESTDIR=${D} install || die "make install failed." - cd ${D}/usr/share + make DESTDIR="${D}" install || die "make install failed." + cd "${D}"/usr/share dodir /usr/share/doc mv xdrawchem/doc doc/${PF} dosym /usr/share/doc/${PF} /usr/share/xdrawchem/doc |