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 AF2EB138330 for ; Tue, 4 Oct 2016 18:09:48 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id F3570E0BE2; 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 D99CCE0BE2 for ; Tue, 4 Oct 2016 18:09:46 +0000 (UTC) Received: from oystercatcher.gentoo.org (oystercatcher.gentoo.org [148.251.78.52]) (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 BAFC9341008 for ; Tue, 4 Oct 2016 18:09:44 +0000 (UTC) Received: from localhost.localdomain (localhost [127.0.0.1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id E226124A7 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: <1475604530.e26a75752bb1b52e722a89861a0b20951b662ef5.soap@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: dev-libs/boost/ X-VCS-Repository: repo/gentoo X-VCS-Files: dev-libs/boost/boost-1.62.0.ebuild X-VCS-Directories: dev-libs/boost/ X-VCS-Committer: soap X-VCS-Committer-Name: David Seifert X-VCS-Revision: e26a75752bb1b52e722a89861a0b20951b662ef5 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: 6a1a0b73-b40a-4308-8b80-ec0e7994906b X-Archives-Hash: 5584ad221e8b5971ffa3830e931cea88 commit: e26a75752bb1b52e722a89861a0b20951b662ef5 Author: David Seifert gentoo org> AuthorDate: Tue Oct 4 18:08:02 2016 +0000 Commit: David Seifert gentoo org> CommitDate: Tue Oct 4 18:08:50 2016 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=e26a7575 dev-libs/boost: Rekeyword and unleash into unstable Package-Manager: portage-2.3.1 dev-libs/boost/boost-1.62.0.ebuild | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/dev-libs/boost/boost-1.62.0.ebuild b/dev-libs/boost/boost-1.62.0.ebuild index 8180cad..a4c21c9 100644 --- a/dev-libs/boost/boost-1.62.0.ebuild +++ b/dev-libs/boost/boost-1.62.0.ebuild @@ -16,7 +16,9 @@ SRC_URI="mirror://sourceforge/boost/${MY_P}.tar.bz2" LICENSE="Boost-1.0" SLOT="0/${PV}" # ${PV} instead ${MAJOR_V} due to bug 486122 -KEYWORDS="" +KEYWORDS="~alpha ~amd64 ~arm ~arm64 ~hppa ~ia64 ~mips ~ppc ~ppc64 ~s390 ~sh \ + ~x86 ~ppc-aix ~amd64-fbsd ~x86-fbsd ~amd64-linux ~x86-linux ~ppc-macos \ + ~x64-macos ~x86-macos ~sparc-solaris ~sparc64-solaris ~x86-solaris ~x86-winnt" IUSE="context debug doc icu +nls mpi python static-libs +threads tools"