diff options
author | 2014-11-11 20:52:10 +0000 | |
---|---|---|
committer | 2014-11-11 20:52:10 +0000 | |
commit | 725ccb0a32fbd4dca25391adbb05314ef6fbafbe (patch) | |
tree | 01e2d8ec0c66816992646ecd17f7a71a7614959d /dev-libs | |
parent | Update maintainer information. (diff) | |
download | gentoo-2-725ccb0a32fbd4dca25391adbb05314ef6fbafbe.tar.gz gentoo-2-725ccb0a32fbd4dca25391adbb05314ef6fbafbe.tar.bz2 gentoo-2-725ccb0a32fbd4dca25391adbb05314ef6fbafbe.zip |
arm stable, bug #525286
(Portage version: 2.2.14/cvs/Linux x86_64, RepoMan options: --include-arches="arm", signed Manifest commit with key 072AD062)
Diffstat (limited to 'dev-libs')
-rw-r--r-- | dev-libs/boost/ChangeLog | 5 | ||||
-rw-r--r-- | dev-libs/boost/boost-1.55.0-r2.ebuild | 4 |
2 files changed, 6 insertions, 3 deletions
diff --git a/dev-libs/boost/ChangeLog b/dev-libs/boost/ChangeLog index 1537c33fd219..8e39781c68e3 100644 --- a/dev-libs/boost/ChangeLog +++ b/dev-libs/boost/ChangeLog @@ -1,6 +1,9 @@ # ChangeLog for dev-libs/boost # Copyright 1999-2014 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/dev-libs/boost/ChangeLog,v 1.336 2014/11/06 23:04:12 jer Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-libs/boost/ChangeLog,v 1.337 2014/11/11 20:52:10 maekke Exp $ + + 11 Nov 2014; Markus Meier <maekke@gentoo.org> boost-1.55.0-r2.ebuild: + arm stable, bug #525286 06 Nov 2014; Jeroen Roovers <jer@gentoo.org> boost-1.55.0-r2.ebuild: Stable for HPPA (bug #525286). diff --git a/dev-libs/boost/boost-1.55.0-r2.ebuild b/dev-libs/boost/boost-1.55.0-r2.ebuild index 7ff9864820e3..446766f76c01 100644 --- a/dev-libs/boost/boost-1.55.0-r2.ebuild +++ b/dev-libs/boost/boost-1.55.0-r2.ebuild @@ -1,6 +1,6 @@ # Copyright 1999-2014 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/dev-libs/boost/boost-1.55.0-r2.ebuild,v 1.5 2014/11/06 23:04:12 jer Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-libs/boost/boost-1.55.0-r2.ebuild,v 1.6 2014/11/11 20:52:10 maekke Exp $ EAPI="5" PYTHON_COMPAT=( python{2_7,3_2,3_3,3_4} ) @@ -16,7 +16,7 @@ SRC_URI="mirror://sourceforge/boost/${MY_P}.tar.bz2" LICENSE="Boost-1.0" SLOT="0/${PV}" # ${PV} instead ${MAJOR_V} due to bug 486122 -KEYWORDS="~alpha ~amd64 ~arm hppa ~ia64 ~mips ~ppc ~ppc64 ~s390 ~sh ~sparc ~x86 ~amd64-fbsd ~x86-fbsd ~amd64-linux ~x86-linux" +KEYWORDS="~alpha ~amd64 arm hppa ~ia64 ~mips ~ppc ~ppc64 ~s390 ~sh ~sparc ~x86 ~amd64-fbsd ~x86-fbsd ~amd64-linux ~x86-linux" IUSE="context debug doc icu +nls mpi python static-libs +threads tools" |