From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from lists.gentoo.org (pigeon.gentoo.org [208.92.234.80]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by finch.gentoo.org (Postfix) with ESMTPS id 28EB6138330 for ; Tue, 4 Oct 2016 18:09:47 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 71809E0B98; Tue, 4 Oct 2016 18:09:46 +0000 (UTC) Received: from smtp.gentoo.org (smtp.gentoo.org [140.211.166.183]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by pigeon.gentoo.org (Postfix) with ESMTPS id 57DACE0B98 for ; Tue, 4 Oct 2016 18:09:46 +0000 (UTC) Received: from oystercatcher.gentoo.org (unknown [IPv6:2a01:4f8:202:4333:225:90ff:fed9:fc84]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id 3FF4534101C for ; Tue, 4 Oct 2016 18:09:45 +0000 (UTC) Received: from localhost.localdomain (localhost [127.0.0.1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id CFCB32490 for ; Tue, 4 Oct 2016 18:09:42 +0000 (UTC) From: "David Seifert" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "David Seifert" Message-ID: <1475604525.6eb814704851457032e7cd9d8d29bb450092d21a.soap@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: dev-util/boost-build/ X-VCS-Repository: repo/gentoo X-VCS-Files: dev-util/boost-build/boost-build-1.62.0.ebuild X-VCS-Directories: dev-util/boost-build/ X-VCS-Committer: soap X-VCS-Committer-Name: David Seifert X-VCS-Revision: 6eb814704851457032e7cd9d8d29bb450092d21a X-VCS-Branch: master Date: Tue, 4 Oct 2016 18:09:42 +0000 (UTC) Precedence: bulk List-Post: List-Help: List-Unsubscribe: List-Subscribe: List-Id: Gentoo Linux mail X-BeenThere: gentoo-commits@lists.gentoo.org X-Archives-Salt: d4ec5284-6c41-4f3b-932b-0294fabd8595 X-Archives-Hash: 1e20616f00838dc4e0ed5d020140c987 commit: 6eb814704851457032e7cd9d8d29bb450092d21a Author: David Seifert gentoo org> AuthorDate: Tue Oct 4 18:02:40 2016 +0000 Commit: David Seifert gentoo org> CommitDate: Tue Oct 4 18:08:45 2016 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=6eb81470 dev-util/boost-build: Rekeyword and unleash into unstable Package-Manager: portage-2.3.1 dev-util/boost-build/boost-build-1.62.0.ebuild | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/dev-util/boost-build/boost-build-1.62.0.ebuild b/dev-util/boost-build/boost-build-1.62.0.ebuild index 671a593..1998c07 100644 --- a/dev-util/boost-build/boost-build-1.62.0.ebuild +++ b/dev-util/boost-build/boost-build-1.62.0.ebuild @@ -17,7 +17,10 @@ SRC_URI="mirror://sourceforge/boost/boost_${MY_PV}.tar.bz2" LICENSE="Boost-1.0" SLOT="0" -KEYWORDS="" +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} )