summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorDaniel Goller <morfic@gentoo.org>2005-10-29 04:12:59 +0000
committerDaniel Goller <morfic@gentoo.org>2005-10-29 04:12:59 +0000
commitc9637137f111b1e6c0439deb580830c93f43eaf3 (patch)
treee6c99e9cf5cc8c65789d524a4263c639d742ee04
parentVersion bumped. This closes bug #103507. (diff)
downloadgentoo-2-c9637137f111b1e6c0439deb580830c93f43eaf3.tar.gz
gentoo-2-c9637137f111b1e6c0439deb580830c93f43eaf3.tar.bz2
gentoo-2-c9637137f111b1e6c0439deb580830c93f43eaf3.zip
Fix bjam location, closing Bug#110687
(Portage version: 2.0.52-r1)
-rw-r--r--dev-libs/boost/ChangeLog5
-rw-r--r--dev-libs/boost/boost-1.33.0-r1.ebuild4
2 files changed, 6 insertions, 3 deletions
diff --git a/dev-libs/boost/ChangeLog b/dev-libs/boost/ChangeLog
index 4723879aa516..51cfe1e8a950 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.66 2005/10/26 03:33:48 morfic Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-libs/boost/ChangeLog,v 1.67 2005/10/29 04:12:59 morfic Exp $
+
+ 29 Oct 2005; Daniel Goller <morfic@gentoo.org> boost-1.33.0-r1.ebuild:
+ Fix bjam directory, thanks to Phil Richards for reporting, Bug #110687
26 Oct 2005; Daniel Goller <morfic@gentoo.org> boost-1.33.0-r1.ebuild:
Deprecating icc at last
diff --git a/dev-libs/boost/boost-1.33.0-r1.ebuild b/dev-libs/boost/boost-1.33.0-r1.ebuild
index b48be19ce9e6..e0ca3657a1e3 100644
--- a/dev-libs/boost/boost-1.33.0-r1.ebuild
+++ b/dev-libs/boost/boost-1.33.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.33.0-r1.ebuild,v 1.4 2005/10/26 03:33:48 morfic Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-libs/boost/boost-1.33.0-r1.ebuild,v 1.5 2005/10/29 04:12:59 morfic Exp $
# This ebuild was generated by Ebuilder v0.4.
inherit python distutils multilib eutils
@@ -202,7 +202,7 @@ src_install () {
fi
if use bjam; then
- cd ${S}//tools/build/jam_src/bin.linux/
+ cd ${S}//tools/build/jam_src/bin.*/
exeinto /usr/bin
doexe bjam || die "bjam install failed"
fi