diff options
author | Agostino Sarubbo <ago@gentoo.org> | 2013-09-22 14:24:51 +0000 |
---|---|---|
committer | Agostino Sarubbo <ago@gentoo.org> | 2013-09-22 14:24:51 +0000 |
commit | 8b22e6465800bead2e0cd919d1d436d9a662c519 (patch) | |
tree | 66568704fbba6de4a3953f09d1d077aa001d2696 /dev-libs | |
parent | Stable for alpha, wrt bug #455592 (diff) | |
download | gentoo-2-8b22e6465800bead2e0cd919d1d436d9a662c519.tar.gz gentoo-2-8b22e6465800bead2e0cd919d1d436d9a662c519.tar.bz2 gentoo-2-8b22e6465800bead2e0cd919d1d436d9a662c519.zip |
Stable for alpha, wrt bug #455464
(Portage version: 2.1.12.2/cvs/Linux ppc64, RepoMan options: --include-arches="alpha", signed Manifest commit with key 7194459F)
Diffstat (limited to 'dev-libs')
-rw-r--r-- | dev-libs/boost/ChangeLog | 5 | ||||
-rw-r--r-- | dev-libs/boost/boost-1.52.0-r6.ebuild | 4 |
2 files changed, 6 insertions, 3 deletions
diff --git a/dev-libs/boost/ChangeLog b/dev-libs/boost/ChangeLog index affa4aae08ef..71144e2aa99c 100644 --- a/dev-libs/boost/ChangeLog +++ b/dev-libs/boost/ChangeLog @@ -1,6 +1,9 @@ # ChangeLog for dev-libs/boost # Copyright 1999-2013 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/dev-libs/boost/ChangeLog,v 1.302 2013/09/22 12:45:01 ago Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-libs/boost/ChangeLog,v 1.303 2013/09/22 14:24:51 ago Exp $ + + 22 Sep 2013; Agostino Sarubbo <ago@gentoo.org> boost-1.52.0-r6.ebuild: + Stable for alpha, wrt bug #455464 22 Sep 2013; Agostino Sarubbo <ago@gentoo.org> boost-1.52.0-r6.ebuild: Stable for ppc, wrt bug #455464 diff --git a/dev-libs/boost/boost-1.52.0-r6.ebuild b/dev-libs/boost/boost-1.52.0-r6.ebuild index 8ee7d9f3d735..049b239e4f21 100644 --- a/dev-libs/boost/boost-1.52.0-r6.ebuild +++ b/dev-libs/boost/boost-1.52.0-r6.ebuild @@ -1,6 +1,6 @@ # Copyright 1999-2013 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/dev-libs/boost/boost-1.52.0-r6.ebuild,v 1.10 2013/09/22 12:45:01 ago Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-libs/boost/boost-1.52.0-r6.ebuild,v 1.11 2013/09/22 14:24:51 ago Exp $ EAPI="5" PYTHON_COMPAT=( python{2_6,2_7,3_2,3_3} ) @@ -16,7 +16,7 @@ SRC_URI="mirror://sourceforge/boost/${MY_P}.tar.bz2" LICENSE="Boost-1.0" MAJOR_V="$(get_version_component_range 1-2)" SLOT="0/${MAJOR_V}" -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="debug doc icu +nls mpi python static-libs +threads tools" RDEPEND="icu? ( >=dev-libs/icu-3.6:= ) |