Gentoo Archives: gentoo-commits

From: Sergei Trofimovich <slyfox@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] repo/gentoo:master commit in: dev-util/boost-build/
Date: Sun, 15 Oct 2017 19:08:04
Message-Id: 1508094473.ea6600bbcbea276b7984981ce17d1b3a4c98b8ba.slyfox@gentoo
1 commit: ea6600bbcbea276b7984981ce17d1b3a4c98b8ba
2 Author: Sergei Trofimovich <slyfox <AT> gentoo <DOT> org>
3 AuthorDate: Sun Oct 15 18:56:45 2017 +0000
4 Commit: Sergei Trofimovich <slyfox <AT> gentoo <DOT> org>
5 CommitDate: Sun Oct 15 19:07:53 2017 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=ea6600bb
7
8 dev-util/boost-build: stable 1.63.0 for ppc64, bug #624662
9
10 Package-Manager: Portage-2.3.11, Repoman-2.3.3
11 RepoMan-Options: --include-arches="ppc64"
12
13 dev-util/boost-build/boost-build-1.63.0.ebuild | 2 +-
14 1 file changed, 1 insertion(+), 1 deletion(-)
15
16 diff --git a/dev-util/boost-build/boost-build-1.63.0.ebuild b/dev-util/boost-build/boost-build-1.63.0.ebuild
17 index d0a1a9d5811..6427259a826 100644
18 --- a/dev-util/boost-build/boost-build-1.63.0.ebuild
19 +++ b/dev-util/boost-build/boost-build-1.63.0.ebuild
20 @@ -16,7 +16,7 @@ SRC_URI="https://downloads.sourceforge.net/project/boost/boost/${PV}/boost_${MY_
21
22 LICENSE="Boost-1.0"
23 SLOT="0"
24 -KEYWORDS="alpha ~amd64 arm ~arm64 ~hppa ia64 ~mips ~ppc ~ppc64 ~s390 ~sh ~sparc ~x86 ~ppc-aix ~x64-cygwin ~amd64-fbsd ~x86-fbsd ~amd64-linux ~x86-linux ~ppc-macos ~x64-macos ~x86-macos ~sparc-solaris ~sparc64-solaris ~x64-solaris ~x86-solaris"
25 +KEYWORDS="alpha ~amd64 arm ~arm64 ~hppa ia64 ~mips ~ppc ppc64 ~s390 ~sh ~sparc ~x86 ~ppc-aix ~x64-cygwin ~amd64-fbsd ~x86-fbsd ~amd64-linux ~x86-linux ~ppc-macos ~x64-macos ~x86-macos ~sparc-solaris ~sparc64-solaris ~x64-solaris ~x86-solaris"
26 IUSE="examples python test"
27
28 RDEPEND="python? ( ${PYTHON_DEPS} )