diff options
author | Michael Weber <xmw@gentoo.org> | 2012-06-08 11:17:18 +0000 |
---|---|---|
committer | Michael Weber <xmw@gentoo.org> | 2012-06-08 11:17:18 +0000 |
commit | 92d0fca628600e6076f7c27492be19ace1d731df (patch) | |
tree | 8c8dff2ee65ca4e1cc7d12b525f1435dfce3f37f /dev-util/boost-build | |
parent | Version bump, new modern style available and bugfixes. Remove 0.8.x ebuilds (diff) | |
download | gentoo-2-92d0fca628600e6076f7c27492be19ace1d731df.tar.gz gentoo-2-92d0fca628600e6076f7c27492be19ace1d731df.tar.bz2 gentoo-2-92d0fca628600e6076f7c27492be19ace1d731df.zip |
ppc stable (bug 413815)
(Portage version: 2.1.10.63/cvs/Linux x86_64)
Diffstat (limited to 'dev-util/boost-build')
-rw-r--r-- | dev-util/boost-build/ChangeLog | 5 | ||||
-rw-r--r-- | dev-util/boost-build/boost-build-1.48.0-r1.ebuild | 4 |
2 files changed, 6 insertions, 3 deletions
diff --git a/dev-util/boost-build/ChangeLog b/dev-util/boost-build/ChangeLog index 9c8689dc36a5..73906cfd64b0 100644 --- a/dev-util/boost-build/ChangeLog +++ b/dev-util/boost-build/ChangeLog @@ -1,6 +1,9 @@ # 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.90 2012/06/07 21:05:00 zmedico Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-util/boost-build/ChangeLog,v 1.91 2012/06/08 11:17:18 xmw Exp $ + + 08 Jun 2012; Michael Weber <xmw@gentoo.org> boost-build-1.48.0-r1.ebuild: + ppc stable (bug 413815) 07 Jun 2012; Zac Medico <zmedico@gentoo.org> boost-build-1.35.0-r1.ebuild: inherit eutils for epatch diff --git a/dev-util/boost-build/boost-build-1.48.0-r1.ebuild b/dev-util/boost-build/boost-build-1.48.0-r1.ebuild index b19de0435d6b..43085355586f 100644 --- a/dev-util/boost-build/boost-build-1.48.0-r1.ebuild +++ b/dev-util/boost-build/boost-build-1.48.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.48.0-r1.ebuild,v 1.5 2012/06/03 18:06:26 maekke Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-util/boost-build/boost-build-1.48.0-r1.ebuild,v 1.6 2012/06/08 11:17:18 xmw Exp $ EAPI="4" PYTHON_DEPEND="python? *" @@ -16,7 +16,7 @@ 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 ~amd64-fbsd ~x86-fbsd" +KEYWORDS="~alpha amd64 arm hppa ~ia64 ~mips ppc ~ppc64 ~s390 ~sh ~sparc ~x86 ~amd64-fbsd ~x86-fbsd" IUSE="examples python" DEPEND="!<dev-libs/boost-1.34.0 |