diff options
author | 2015-04-13 09:07:16 +0000 | |
---|---|---|
committer | 2015-04-13 09:07:16 +0000 | |
commit | 009640c83501e9f150c06ad13101c80d30563d08 (patch) | |
tree | 20bb0caa51618bfef88394cb3e53e6dd8315b74e /dev-libs/boost | |
parent | Retroactively marking x86 stable (ALLARCHES). Fix bug 546296. (diff) | |
download | gentoo-2-009640c83501e9f150c06ad13101c80d30563d08.tar.gz gentoo-2-009640c83501e9f150c06ad13101c80d30563d08.tar.bz2 gentoo-2-009640c83501e9f150c06ad13101c80d30563d08.zip |
Stable for alpha, wrt bug #525286
(Portage version: 2.2.14/cvs/Linux x86_64, RepoMan options: --include-arches="alpha", signed Manifest commit with key 7194459F)
Diffstat (limited to 'dev-libs/boost')
-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 13792d66b392..69666830c0d2 100644 --- a/dev-libs/boost/ChangeLog +++ b/dev-libs/boost/ChangeLog @@ -1,6 +1,9 @@ # ChangeLog for dev-libs/boost # Copyright 1999-2015 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/dev-libs/boost/ChangeLog,v 1.348 2015/04/08 17:51:55 mgorny Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-libs/boost/ChangeLog,v 1.349 2015/04/13 09:07:16 ago Exp $ + + 13 Apr 2015; Agostino Sarubbo <ago@gentoo.org> boost-1.55.0-r2.ebuild: + Stable for alpha, wrt bug #525286 08 Apr 2015; Michał Górny <mgorny@gentoo.org> boost-1.52.0-r6.ebuild, boost-1.52.0-r7.ebuild, boost-1.53.0-r1.ebuild, boost-1.54.0-r1.ebuild, diff --git a/dev-libs/boost/boost-1.55.0-r2.ebuild b/dev-libs/boost/boost-1.55.0-r2.ebuild index 59edb5dc7507..199e6e3a56f0 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-2015 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.12 2015/04/08 17:51:55 mgorny Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-libs/boost/boost-1.55.0-r2.ebuild,v 1.13 2015/04/13 09:07:16 ago Exp $ EAPI="5" PYTHON_COMPAT=( python{2_7,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 arm64 hppa ~ia64 ~mips ppc ppc64 ~s390 ~sh ~sparc x86 ~amd64-fbsd ~x86-fbsd ~amd64-linux ~x86-linux" +KEYWORDS="alpha amd64 arm arm64 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" |