diff options
author | Alexander Færøy <eroyf@gentoo.org> | 2007-02-18 11:15:23 +0000 |
---|---|---|
committer | Alexander Færøy <eroyf@gentoo.org> | 2007-02-18 11:15:23 +0000 |
commit | 63d3f9ceaaf9c1d4140bb2d052c5cb7e1718a236 (patch) | |
tree | ab0b9e6f3fc8fc2c37796838371b63ef059a742f /dev-libs/boost | |
parent | Stable on ppc wrt bug #166969. (diff) | |
download | gentoo-2-63d3f9ceaaf9c1d4140bb2d052c5cb7e1718a236.tar.gz gentoo-2-63d3f9ceaaf9c1d4140bb2d052c5cb7e1718a236.tar.bz2 gentoo-2-63d3f9ceaaf9c1d4140bb2d052c5cb7e1718a236.zip |
Stable on IA64; bug #158770
(Portage version: 2.1.2-r9)
Diffstat (limited to 'dev-libs/boost')
-rw-r--r-- | dev-libs/boost/ChangeLog | 6 | ||||
-rw-r--r-- | dev-libs/boost/boost-1.33.1-r1.ebuild | 6 |
2 files changed, 8 insertions, 4 deletions
diff --git a/dev-libs/boost/ChangeLog b/dev-libs/boost/ChangeLog index f6ed68932b99..895eaa835cf4 100644 --- a/dev-libs/boost/ChangeLog +++ b/dev-libs/boost/ChangeLog @@ -1,6 +1,10 @@ # ChangeLog for dev-libs/boost # Copyright 2002-2007 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/dev-libs/boost/ChangeLog,v 1.106 2007/02/10 12:38:14 dev-zero Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-libs/boost/ChangeLog,v 1.107 2007/02/18 11:15:23 eroyf Exp $ + + 18 Feb 2007; Alexander H. Færøy <eroyf@gentoo.org> + boost-1.33.1-r1.ebuild: + Stable on IA64; bug #158770 10 Feb 2007; Tiziano Müller <dev-zero@gentoo.org> boost-1.34_pre20061214.ebuild: diff --git a/dev-libs/boost/boost-1.33.1-r1.ebuild b/dev-libs/boost/boost-1.33.1-r1.ebuild index 41734a107125..52fb158d43b9 100644 --- a/dev-libs/boost/boost-1.33.1-r1.ebuild +++ b/dev-libs/boost/boost-1.33.1-r1.ebuild @@ -1,6 +1,6 @@ -# Copyright 1999-2006 Gentoo Foundation +# Copyright 1999-2007 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/dev-libs/boost/boost-1.33.1-r1.ebuild,v 1.13 2007/02/17 15:15:47 vapier Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-libs/boost/boost-1.33.1-r1.ebuild,v 1.14 2007/02/18 11:15:23 eroyf Exp $ inherit eutils distutils multilib python versionator @@ -11,7 +11,7 @@ HOMEPAGE="http://www.boost.org/" SRC_URI="mirror://sourceforge/${PN}/${MY_P}.tar.bz2" LICENSE="freedist Boost-1.0" SLOT="0" -KEYWORDS="alpha amd64 arm hppa ~ia64 ~mips ppc ppc64 s390 sh sparc x86 ~x86-fbsd" +KEYWORDS="alpha amd64 arm hppa ia64 ~mips ppc ppc64 s390 sh sparc x86 ~x86-fbsd" IUSE="bcp bjam debug doc icu pyste threads threadsonly" # Overriding var from python.eclass |