diff options
author | Diego Elio Pettenò <flameeyes@gentoo.org> | 2012-11-01 15:21:39 +0000 |
---|---|---|
committer | Diego Elio Pettenò <flameeyes@gentoo.org> | 2012-11-01 15:21:39 +0000 |
commit | 9cce9677c43d8117e46aaba80a34d8cde9d46438 (patch) | |
tree | b18185df354dedb8451060d9dc36ba1d185d0a5e /dev-libs | |
parent | Make these depend on a glibc before 2.16 as their headers won't work otherwise. (diff) | |
download | gentoo-2-9cce9677c43d8117e46aaba80a34d8cde9d46438.tar.gz gentoo-2-9cce9677c43d8117e46aaba80a34d8cde9d46438.tar.bz2 gentoo-2-9cce9677c43d8117e46aaba80a34d8cde9d46438.zip |
Fix removal of python headers.
(Portage version: 2.2.0_alpha142/cvs/Linux x86_64, signed Manifest commit with key 1CD13C8AD4301342)
Diffstat (limited to 'dev-libs')
-rw-r--r-- | dev-libs/boost/ChangeLog | 5 | ||||
-rw-r--r-- | dev-libs/boost/boost-1.51.0-r1.ebuild | 4 |
2 files changed, 6 insertions, 3 deletions
diff --git a/dev-libs/boost/ChangeLog b/dev-libs/boost/ChangeLog index 3e97b545b365..25f9aa1ef010 100644 --- a/dev-libs/boost/ChangeLog +++ b/dev-libs/boost/ChangeLog @@ -1,6 +1,9 @@ # ChangeLog for dev-libs/boost # Copyright 1999-2012 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/dev-libs/boost/ChangeLog,v 1.272 2012/11/01 15:17:23 flameeyes Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-libs/boost/ChangeLog,v 1.273 2012/11/01 15:21:39 flameeyes Exp $ + + 01 Nov 2012; Diego E. Pettenò <flameeyes@gentoo.org> boost-1.51.0-r1.ebuild: + Fix removal of python headers. 01 Nov 2012; Diego E. Pettenò <flameeyes@gentoo.org> boost-1.46.1-r1.ebuild, boost-1.49.0-r2.ebuild: diff --git a/dev-libs/boost/boost-1.51.0-r1.ebuild b/dev-libs/boost/boost-1.51.0-r1.ebuild index b6ccc9081f81..1f4d8bcd8597 100644 --- a/dev-libs/boost/boost-1.51.0-r1.ebuild +++ b/dev-libs/boost/boost-1.51.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-libs/boost/boost-1.51.0-r1.ebuild,v 1.1 2012/10/31 16:32:25 flameeyes Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-libs/boost/boost-1.51.0-r1.ebuild,v 1.2 2012/11/01 15:21:39 flameeyes Exp $ EAPI="5" PYTHON_DEPEND="python? *" @@ -272,7 +272,7 @@ EOF installation fi - use python || rm -rf "${D}usr/include/boost"/python* || die + use python || rm -rf "${D}usr/include/boost-${MAJOR_PV}/boost"/python* || die if use doc; then find libs/*/* -iname "test" -or -iname "src" | xargs rm -rf |