diff options
author | Kacper Kowalik <xarthisius@gentoo.org> | 2011-03-06 09:40:07 +0000 |
---|---|---|
committer | Kacper Kowalik <xarthisius@gentoo.org> | 2011-03-06 09:40:07 +0000 |
commit | 880df9a7b30beadcdf44b4c71ccb920317a08ea3 (patch) | |
tree | 7f7da732c0ed7f30b43c73cf4f3111f0e8c77ab0 /dev-util/boost-build | |
parent | Correct Slots for gtk 3 introduction to tree (diff) | |
download | gentoo-2-880df9a7b30beadcdf44b4c71ccb920317a08ea3.tar.gz gentoo-2-880df9a7b30beadcdf44b4c71ccb920317a08ea3.tar.bz2 gentoo-2-880df9a7b30beadcdf44b4c71ccb920317a08ea3.zip |
ppc64 stable wrt #344677
(Portage version: 2.2.0_alpha26/cvs/Linux x86_64)
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.42.0.ebuild | 4 |
2 files changed, 7 insertions, 3 deletions
diff --git a/dev-util/boost-build/ChangeLog b/dev-util/boost-build/ChangeLog index 7ae93c0103aa..95c9095306ec 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-2011 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/dev-util/boost-build/ChangeLog,v 1.65 2011/02/21 21:33:48 xmw Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-util/boost-build/ChangeLog,v 1.66 2011/03/06 09:40:07 xarthisius Exp $ + + 06 Mar 2011; Kacper Kowalik <xarthisius@gentoo.org> + boost-build-1.42.0.ebuild: + ppc64 stable wrt #344677 21 Feb 2011; Michael Weber <xmw@gentoo.org> boost-build-1.42.0.ebuild: sparc stable, bug 344677 diff --git a/dev-util/boost-build/boost-build-1.42.0.ebuild b/dev-util/boost-build/boost-build-1.42.0.ebuild index 43be54d5783d..c4749406924c 100644 --- a/dev-util/boost-build/boost-build-1.42.0.ebuild +++ b/dev-util/boost-build/boost-build-1.42.0.ebuild @@ -1,6 +1,6 @@ # Copyright 1999-2011 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.42.0.ebuild,v 1.7 2011/02/21 21:33:48 xmw Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-util/boost-build/boost-build-1.42.0.ebuild,v 1.8 2011/03/06 09:40:07 xarthisius Exp $ EAPI="2" @@ -14,7 +14,7 @@ HOMEPAGE="http://www.boost.org/doc/tools/build/index.html" SRC_URI="mirror://sourceforge/boost/boost_${MY_PV}.tar.bz2" LICENSE="Boost-1.0" SLOT="$(get_version_component_range 1-2)" -KEYWORDS="~alpha amd64 ~arm hppa ~ia64 ~mips ppc ~ppc64 ~s390 ~sh sparc x86" +KEYWORDS="~alpha amd64 ~arm hppa ~ia64 ~mips ppc ppc64 ~s390 ~sh sparc x86" IUSE="examples python" DEPEND="!<dev-libs/boost-1.34.0 |