diff options
author | Jeroen Roovers <jer@gentoo.org> | 2010-11-24 14:52:06 +0000 |
---|---|---|
committer | Jeroen Roovers <jer@gentoo.org> | 2010-11-24 14:52:06 +0000 |
commit | 2ccd3c79c6fa166dd51569817379a5dedbd21509 (patch) | |
tree | 31429581fa98a94abdc7ac9b1cd79bfec718ba88 /dev-libs | |
parent | Stable for HPPA (bug #344677). (diff) | |
download | gentoo-2-2ccd3c79c6fa166dd51569817379a5dedbd21509.tar.gz gentoo-2-2ccd3c79c6fa166dd51569817379a5dedbd21509.tar.bz2 gentoo-2-2ccd3c79c6fa166dd51569817379a5dedbd21509.zip |
Stable for HPPA (bug #344677).
(Portage version: 2.1.9.24/cvs/Linux i686)
Diffstat (limited to 'dev-libs')
-rw-r--r-- | dev-libs/boost/ChangeLog | 5 | ||||
-rw-r--r-- | dev-libs/boost/boost-1.42.0-r2.ebuild | 4 |
2 files changed, 6 insertions, 3 deletions
diff --git a/dev-libs/boost/ChangeLog b/dev-libs/boost/ChangeLog index 1d49644358f7..59106b78a368 100644 --- a/dev-libs/boost/ChangeLog +++ b/dev-libs/boost/ChangeLog @@ -1,6 +1,9 @@ # ChangeLog for dev-libs/boost # Copyright 1999-2010 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/dev-libs/boost/ChangeLog,v 1.200 2010/09/19 17:46:46 armin76 Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-libs/boost/ChangeLog,v 1.201 2010/11/24 14:52:06 jer Exp $ + + 24 Nov 2010; Jeroen Roovers <jer@gentoo.org> boost-1.42.0-r2.ebuild: + Stable for HPPA (bug #344677). 19 Sep 2010; Raúl Porcel <armin76@gentoo.org> boost-1.41.0-r3.ebuild: s390 stable wrt #306335 diff --git a/dev-libs/boost/boost-1.42.0-r2.ebuild b/dev-libs/boost/boost-1.42.0-r2.ebuild index d4047c66fe45..f46762a516a7 100644 --- a/dev-libs/boost/boost-1.42.0-r2.ebuild +++ b/dev-libs/boost/boost-1.42.0-r2.ebuild @@ -1,6 +1,6 @@ # Copyright 1999-2010 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/dev-libs/boost/boost-1.42.0-r2.ebuild,v 1.1 2010/08/14 07:43:30 dirtyepic Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-libs/boost/boost-1.42.0-r2.ebuild,v 1.2 2010/11/24 14:52:06 jer Exp $ EAPI="2" @@ -15,7 +15,7 @@ LICENSE="Boost-1.0" SLOT="$(get_version_component_range 1-2)" IUSE="debug doc +eselect icu mpi python static-libs test tools" -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" RDEPEND="icu? ( >=dev-libs/icu-3.3 ) mpi? ( || ( sys-cluster/openmpi[cxx] sys-cluster/mpich2[cxx,threads] ) ) |