diff options
author | 2004-12-23 13:59:20 +0000 | |
---|---|---|
committer | 2004-12-23 13:59:20 +0000 | |
commit | 26f62245008d5e1004f9599233c9789ab9317df3 (patch) | |
tree | f681050131a107761d96823cf280aab479b6bd38 /dev-libs/boost | |
parent | Stable on hppa. (Manifest recommit) (diff) | |
download | gentoo-2-26f62245008d5e1004f9599233c9789ab9317df3.tar.gz gentoo-2-26f62245008d5e1004f9599233c9789ab9317df3.tar.bz2 gentoo-2-26f62245008d5e1004f9599233c9789ab9317df3.zip |
Minor cleanup
Diffstat (limited to 'dev-libs/boost')
-rw-r--r-- | dev-libs/boost/ChangeLog | 5 | ||||
-rw-r--r-- | dev-libs/boost/boost-1.32.0.ebuild | 6 |
2 files changed, 5 insertions, 6 deletions
diff --git a/dev-libs/boost/ChangeLog b/dev-libs/boost/ChangeLog index 0d180961764b..720c492ca45d 100644 --- a/dev-libs/boost/ChangeLog +++ b/dev-libs/boost/ChangeLog @@ -1,6 +1,9 @@ # ChangeLog for dev-libs/boost # Copyright 2002-2004 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/dev-libs/boost/ChangeLog,v 1.33 2004/12/23 06:10:40 morfic Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-libs/boost/ChangeLog,v 1.34 2004/12/23 13:59:20 morfic Exp $ + + 23 Dec 2004; Daniel Goller <morfic@gentoo.org> boost-1.32.0.ebuild: + Minor cleanup 23 Dec 2004; Daniel Goller <morfic@gentoo.org> boost-1.32.0.ebuild: Install build tools too diff --git a/dev-libs/boost/boost-1.32.0.ebuild b/dev-libs/boost/boost-1.32.0.ebuild index 6ea4fe1c6917..d66e3bf7022a 100644 --- a/dev-libs/boost/boost-1.32.0.ebuild +++ b/dev-libs/boost/boost-1.32.0.ebuild @@ -1,6 +1,6 @@ # Copyright 1999-2004 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.ebuild,v 1.10 2004/12/23 06:10:40 morfic Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-libs/boost/boost-1.32.0.ebuild,v 1.11 2004/12/23 13:59:20 morfic Exp $ # This ebuild was generated by Ebuilder v0.4. inherit python @@ -40,10 +40,6 @@ src_compile() { ./build.sh ${BOOST_TOOLSET} || die "Failed to build bjam" cd ${S} - #cd ${S}/tools/build/jam_src - #./build.sh || die "Failed to build bjam" - #cd ${S} - # actual build ${BOOSTJAM} \ -sBOOST_ROOT=${S} \ |