diff options
author | Mikle Kolyada <zlogene@gentoo.org> | 2015-07-15 16:20:38 +0000 |
---|---|---|
committer | Mikle Kolyada <zlogene@gentoo.org> | 2015-07-15 16:20:38 +0000 |
commit | 919b60b299be3b152b8ae0d3396acacab97ed92a (patch) | |
tree | 6dff22525e8193a339d861ecd5c1a256463a3467 /dev-util/boost-build | |
parent | amd64 stable wrt bug #554848 (diff) | |
download | gentoo-2-919b60b299be3b152b8ae0d3396acacab97ed92a.tar.gz gentoo-2-919b60b299be3b152b8ae0d3396acacab97ed92a.tar.bz2 gentoo-2-919b60b299be3b152b8ae0d3396acacab97ed92a.zip |
x86 stable wrt bug #554712
(Portage version: 2.2.20/cvs/Linux x86_64, signed Manifest commit with key 0xC42EB5D6)
Diffstat (limited to 'dev-util/boost-build')
-rw-r--r-- | dev-util/boost-build/ChangeLog | 5 | ||||
-rw-r--r-- | dev-util/boost-build/boost-build-1.56.0.ebuild | 4 |
2 files changed, 6 insertions, 3 deletions
diff --git a/dev-util/boost-build/ChangeLog b/dev-util/boost-build/ChangeLog index 53833bb69213..3ea86dfe95c2 100644 --- a/dev-util/boost-build/ChangeLog +++ b/dev-util/boost-build/ChangeLog @@ -1,6 +1,9 @@ # ChangeLog for dev-util/boost-build # Copyright 1999-2015 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/dev-util/boost-build/ChangeLog,v 1.145 2015/07/13 18:08:12 zlogene Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-util/boost-build/ChangeLog,v 1.146 2015/07/15 16:20:38 zlogene Exp $ + + 15 Jul 2015; Mikle Kolyada <zlogene@gentoo.org> boost-build-1.56.0.ebuild: + x86 stable wrt bug #554712 13 Jul 2015; Mikle Kolyada <zlogene@gentoo.org> boost-build-1.56.0.ebuild: amd64 stable wrt bug #554712 diff --git a/dev-util/boost-build/boost-build-1.56.0.ebuild b/dev-util/boost-build/boost-build-1.56.0.ebuild index 9efd295d6ee7..26a4862ef3f3 100644 --- a/dev-util/boost-build/boost-build-1.56.0.ebuild +++ b/dev-util/boost-build/boost-build-1.56.0.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-util/boost-build/boost-build-1.56.0.ebuild,v 1.7 2015/07/13 18:08:12 zlogene Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-util/boost-build/boost-build-1.56.0.ebuild,v 1.8 2015/07/15 16:20:38 zlogene Exp $ EAPI="5" @@ -17,7 +17,7 @@ SRC_URI="mirror://sourceforge/boost/boost_${MY_PV}.tar.bz2" LICENSE="Boost-1.0" SLOT="0" -KEYWORDS="~alpha amd64 ~arm ~arm64 ~hppa ~ia64 ~mips ~ppc ~ppc64 ~s390 ~sh ~sparc ~x86 ~ppc-aix ~amd64-fbsd ~x86-fbsd ~ia64-hpux ~x86-interix ~amd64-linux ~x86-linux ~ppc-macos ~x64-macos ~x86-macos ~sparc-solaris ~sparc64-solaris ~x64-solaris ~x86-solaris" +KEYWORDS="~alpha amd64 ~arm ~arm64 ~hppa ~ia64 ~mips ~ppc ~ppc64 ~s390 ~sh ~sparc x86 ~ppc-aix ~amd64-fbsd ~x86-fbsd ~ia64-hpux ~x86-interix ~amd64-linux ~x86-linux ~ppc-macos ~x64-macos ~x86-macos ~sparc-solaris ~sparc64-solaris ~x64-solaris ~x86-solaris" IUSE="examples python test" RDEPEND="python? ( ${PYTHON_DEPS} ) |