diff options
author | Raúl Porcel <armin76@gentoo.org> | 2014-08-19 10:37:37 +0000 |
---|---|---|
committer | Raúl Porcel <armin76@gentoo.org> | 2014-08-19 10:37:37 +0000 |
commit | 3ea0809b3f969ead7ec937e78606d0c866437805 (patch) | |
tree | 529e85f71da62fffa66ce6d341e8e6fc3ba19027 /dev-libs/boost | |
parent | drop 0.56.3 which never updated and have security problem. bump 0.67.10, fix ... (diff) | |
download | gentoo-2-3ea0809b3f969ead7ec937e78606d0c866437805.tar.gz gentoo-2-3ea0809b3f969ead7ec937e78606d0c866437805.tar.bz2 gentoo-2-3ea0809b3f969ead7ec937e78606d0c866437805.zip |
alpha/ia64/sparc stable wrt #518488
(Portage version: 2.2.8-r1/cvs/Linux x86_64, signed Manifest commit with key 0xF6AD3240)
Diffstat (limited to 'dev-libs/boost')
-rw-r--r-- | dev-libs/boost/ChangeLog | 5 | ||||
-rw-r--r-- | dev-libs/boost/boost-1.52.0-r7.ebuild | 4 |
2 files changed, 6 insertions, 3 deletions
diff --git a/dev-libs/boost/ChangeLog b/dev-libs/boost/ChangeLog index fcf5e5440b05..eb9801cf3a9d 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.330 2014/08/14 09:07:39 pinkbyte Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-libs/boost/ChangeLog,v 1.331 2014/08/19 10:37:37 armin76 Exp $ + + 19 Aug 2014; Raúl Porcel <armin76@gentoo.org> boost-1.52.0-r7.ebuild: + alpha/ia64/sparc stable wrt #518488 14 Aug 2014; Sergey Popov <pinkbyte@gentoo.org> boost-1.52.0-r7.ebuild: Stable for x86, wrt bug #518488 diff --git a/dev-libs/boost/boost-1.52.0-r7.ebuild b/dev-libs/boost/boost-1.52.0-r7.ebuild index c680b896a5a3..2a58ed39a733 100644 --- a/dev-libs/boost/boost-1.52.0-r7.ebuild +++ b/dev-libs/boost/boost-1.52.0-r7.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.52.0-r7.ebuild,v 1.10 2014/08/14 09:07:39 pinkbyte Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-libs/boost/boost-1.52.0-r7.ebuild,v 1.11 2014/08/19 10:37:37 armin76 Exp $ EAPI="5" PYTHON_COMPAT=( python{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:= ) |