diff options
author | Jon Nall <nall@gentoo.org> | 2003-01-27 01:29:49 +0000 |
---|---|---|
committer | Jon Nall <nall@gentoo.org> | 2003-01-27 01:29:49 +0000 |
commit | 922f65618e2b7508b11bb395401f5ac4cfb976d4 (patch) | |
tree | 9fb07405fa4ad7c50411d72f7ba730d10d0c1337 /dev-libs/boost | |
parent | new ebuild (diff) | |
download | gentoo-2-922f65618e2b7508b11bb395401f5ac4cfb976d4.tar.gz gentoo-2-922f65618e2b7508b11bb395401f5ac4cfb976d4.tar.bz2 gentoo-2-922f65618e2b7508b11bb395401f5ac4cfb976d4.zip |
added ~ppc; changed to be non-x86-centric
Diffstat (limited to 'dev-libs/boost')
-rw-r--r-- | dev-libs/boost/ChangeLog | 3 | ||||
-rw-r--r-- | dev-libs/boost/boost-1.29.0.ebuild | 6 |
2 files changed, 6 insertions, 3 deletions
diff --git a/dev-libs/boost/ChangeLog b/dev-libs/boost/ChangeLog index 934d088232c1..c71835eb64c6 100644 --- a/dev-libs/boost/ChangeLog +++ b/dev-libs/boost/ChangeLog @@ -4,6 +4,9 @@ *boost-1.29.0 (21 Oct 2002) + 26 Jan 2003; Jon Nall <nall@gentoo.org> boost-1.29.0.ebuild : + added ~ppc and fixed to be non-x86 specific + 21 Oct 2002; Maik Schreiber <blizzy@gentoo.org> : New version, closes bug #9461. diff --git a/dev-libs/boost/boost-1.29.0.ebuild b/dev-libs/boost/boost-1.29.0.ebuild index c669fc179e7c..acac8d9ce45d 100644 --- a/dev-libs/boost/boost-1.29.0.ebuild +++ b/dev-libs/boost/boost-1.29.0.ebuild @@ -1,6 +1,6 @@ # Copyright 2002 Gentoo Technologies, Inc. # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/dev-libs/boost/boost-1.29.0.ebuild,v 1.1 2002/10/22 04:03:30 blizzy Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-libs/boost/boost-1.29.0.ebuild,v 1.2 2003/01/27 01:29:49 nall Exp $ MY_V="${PV//\./_}" @@ -8,7 +8,7 @@ DESCRIPTION="Boost provides free peer-reviewed portable C++ source libraries." HOMEPAGE="http://www.boost.org" SRC_URI="http://boost.sourceforge.net/release/boost_${MY_V}.tar.gz" LICENSE="freedist" -KEYWORDS="~x86" +KEYWORDS="~x86 ~ppc" SLOT="1" IUSE="" @@ -24,7 +24,7 @@ src_compile() { # now build boost libraries cd ${S} - ./tools/build/jam_src/bin.linuxx86/bjam -j2 \ + ./tools/build/jam_src/bin.linux${ARCH}/bjam -j2 \ -sBOOST_ROOT=${S} \ -sPYTHON_ROOT=/usr \ -sPYTHON_VERSION=2.2 \ |