diff options
author | Daniel Goller <morfic@gentoo.org> | 2005-03-23 04:23:22 +0000 |
---|---|---|
committer | Daniel Goller <morfic@gentoo.org> | 2005-03-23 04:23:22 +0000 |
commit | 31c5eaf6e0e7a22b259906b050e9c787e3efcdc7 (patch) | |
tree | 0ae0c358101d0f966bb46f765777da09c2b955fc /dev-libs | |
parent | Corrected init script to use 'svc_stop; svc_start' and not 'stop; start'. (diff) | |
download | gentoo-2-31c5eaf6e0e7a22b259906b050e9c787e3efcdc7.tar.gz gentoo-2-31c5eaf6e0e7a22b259906b050e9c787e3efcdc7.tar.bz2 gentoo-2-31c5eaf6e0e7a22b259906b050e9c787e3efcdc7.zip |
Fixed html doc install path, closing bug 85938, thanks Benoit Boissinot
(Portage version: 2.0.51.19)
Diffstat (limited to 'dev-libs')
-rw-r--r-- | dev-libs/boost/ChangeLog | 5 | ||||
-rw-r--r-- | dev-libs/boost/boost-1.32.0-r1.ebuild | 4 |
2 files changed, 6 insertions, 3 deletions
diff --git a/dev-libs/boost/ChangeLog b/dev-libs/boost/ChangeLog index 4b88c0800d92..af4320ec1b69 100644 --- a/dev-libs/boost/ChangeLog +++ b/dev-libs/boost/ChangeLog @@ -1,6 +1,9 @@ # ChangeLog for dev-libs/boost # Copyright 2002-2005 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/dev-libs/boost/ChangeLog,v 1.47 2005/03/20 07:14:55 morfic Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-libs/boost/ChangeLog,v 1.48 2005/03/23 04:23:22 morfic Exp $ + + 22 Mar 2005; Daniel Goller <morfic@gentoo.org> boost-1.32.0-r1.ebuild: + Fixed html doc install path, closing bug 85938, thanks Benoit Boissinot 20 Mar 2005; Daniel Goller <morfic@gentoo.org> boost-1.32.0-r1.ebuild: fixed parallel building for distcc and SMP users diff --git a/dev-libs/boost/boost-1.32.0-r1.ebuild b/dev-libs/boost/boost-1.32.0-r1.ebuild index 590758233998..f66f8db3448a 100644 --- a/dev-libs/boost/boost-1.32.0-r1.ebuild +++ b/dev-libs/boost/boost-1.32.0-r1.ebuild @@ -1,6 +1,6 @@ # Copyright 1999-2005 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/dev-libs/boost/boost-1.32.0-r1.ebuild,v 1.10 2005/03/20 07:14:55 morfic Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-libs/boost/boost-1.32.0-r1.ebuild,v 1.11 2005/03/23 04:23:22 morfic Exp $ # This ebuild was generated by Ebuilder v0.4. inherit python multilib eutils @@ -155,7 +155,7 @@ src_install () { -and -not -name \*.dsw \ -and -not -name \*.dsp \ -exec \ - install -D -m0644 \{\} ${D}/usr/share/doc/${P}/html/\{\} \; + install -D -m0644 \{\} ${D}/usr/share/doc/${PF}/html/\{\} \; #and finally set "default" links to -gcc-mt versions cd ${D}/usr/lib |