diff options
author | Sebastien Fabbro <bicatali@gentoo.org> | 2012-12-06 22:32:59 +0000 |
---|---|---|
committer | Sebastien Fabbro <bicatali@gentoo.org> | 2012-12-06 22:32:59 +0000 |
commit | b9f3b6eb53d010a3df78ea4ba3c75caee3c29e2d (patch) | |
tree | cca00c6692011beb6078f347d80bfb0865dd95f9 /dev-util/boost-build | |
parent | Change license as requested by ulm, bug #446296. (diff) | |
download | gentoo-2-b9f3b6eb53d010a3df78ea4ba3c75caee3c29e2d.tar.gz gentoo-2-b9f3b6eb53d010a3df78ea4ba3c75caee3c29e2d.tar.bz2 gentoo-2-b9f3b6eb53d010a3df78ea4ba3c75caee3c29e2d.zip |
Prefix fix for python
(Portage version: 2.2.01.21313-prefix/cvs/Linux x86_64, signed Manifest commit with key 0x13CB1360)
Diffstat (limited to 'dev-util/boost-build')
-rw-r--r-- | dev-util/boost-build/ChangeLog | 6 | ||||
-rw-r--r-- | dev-util/boost-build/boost-build-1.52.0-r1.ebuild | 6 |
2 files changed, 8 insertions, 4 deletions
diff --git a/dev-util/boost-build/ChangeLog b/dev-util/boost-build/ChangeLog index 72560673cd3b..6e2b2f09a043 100644 --- a/dev-util/boost-build/ChangeLog +++ b/dev-util/boost-build/ChangeLog @@ -1,6 +1,10 @@ # ChangeLog for dev-util/boost-build # Copyright 1999-2012 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/dev-util/boost-build/ChangeLog,v 1.109 2012/11/08 03:19:21 flameeyes Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-util/boost-build/ChangeLog,v 1.110 2012/12/06 22:32:59 bicatali Exp $ + + 06 Dec 2012; Sébastien Fabbro <bicatali@gentoo.org> + boost-build-1.52.0-r1.ebuild: + Prefix fix for python *boost-build-1.52.0-r1 (08 Nov 2012) diff --git a/dev-util/boost-build/boost-build-1.52.0-r1.ebuild b/dev-util/boost-build/boost-build-1.52.0-r1.ebuild index f1fad4b36de1..d4c898e99921 100644 --- a/dev-util/boost-build/boost-build-1.52.0-r1.ebuild +++ b/dev-util/boost-build/boost-build-1.52.0-r1.ebuild @@ -1,6 +1,6 @@ # Copyright 1999-2012 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/dev-util/boost-build/boost-build-1.52.0-r1.ebuild,v 1.1 2012/11/08 03:19:21 flameeyes Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-util/boost-build/boost-build-1.52.0-r1.ebuild,v 1.2 2012/12/06 22:32:59 bicatali Exp $ EAPI="5" PYTHON_DEPEND="python? 2" @@ -15,7 +15,7 @@ SRC_URI="mirror://sourceforge/boost/boost_${MY_PV}.tar.bz2" LICENSE="Boost-1.0" SLOT=0 -KEYWORDS="~alpha ~amd64 ~arm ~hppa ~ia64 ~mips ~ppc ~ppc64 ~s390 ~sh ~sparc ~x86 ~amd64-fbsd ~x86-fbsd" +KEYWORDS="~alpha ~amd64 ~arm ~hppa ~ia64 ~mips ~ppc ~ppc64 ~s390 ~sh ~sparc ~x86 ~amd64-fbsd ~amd64-linux ~x86-fbsd ~x86-linux" IUSE="examples python test" REQUIRED_USE="test? ( python )" @@ -86,7 +86,7 @@ src_compile() { toolset=cc fi - CC=$(tc-getCC) ./build.sh ${toolset} -d+2 $(use_with python python /usr) || die "building bjam failed" + CC=$(tc-getCC) ./build.sh ${toolset} -d+2 $(use_with python python "${EROOT}"/usr) || die "building bjam failed" } src_install() { |