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 21C1D139083 for ; Tue, 14 Feb 2017 23:00:00 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 5D740E0D24; Tue, 14 Feb 2017 22:59:57 +0000 (UTC) Received: from smtp.gentoo.org (woodpecker.gentoo.org [IPv6:2001:470:ea4a:1:5054:ff:fec7:86e4]) (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 34DE4E0D24 for ; Tue, 14 Feb 2017 22:59:57 +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 5F81C341616 for ; Tue, 14 Feb 2017 22:59:56 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 0853D4805 for ; Tue, 14 Feb 2017 22:59:55 +0000 (UTC) From: "Sergei Trofimovich" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Sergei Trofimovich" Message-ID: <1487112982.f00e5e7c8c577f25ccae203241d96eb7f4db4e51.slyfox@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: dev-lang/ghc/ X-VCS-Repository: repo/gentoo X-VCS-Files: dev-lang/ghc/ghc-8.0.2.ebuild X-VCS-Directories: dev-lang/ghc/ X-VCS-Committer: slyfox X-VCS-Committer-Name: Sergei Trofimovich X-VCS-Revision: f00e5e7c8c577f25ccae203241d96eb7f4db4e51 X-VCS-Branch: master Date: Tue, 14 Feb 2017 22:59:55 +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: 5f3aa687-58f9-46d7-bb96-3164fd672fc4 X-Archives-Hash: 66cddfa61381cb26638f717ceec334d0 commit: f00e5e7c8c577f25ccae203241d96eb7f4db4e51 Author: Sergei Trofimovich gentoo org> AuthorDate: Tue Feb 14 22:56:22 2017 +0000 Commit: Sergei Trofimovich gentoo org> CommitDate: Tue Feb 14 22:56:22 2017 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=f00e5e7c dev-lang/ghc: keyword alpha as we have binaries for it Package-Manager: Portage-2.3.3, Repoman-2.3.1 dev-lang/ghc/ghc-8.0.2.ebuild | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/dev-lang/ghc/ghc-8.0.2.ebuild b/dev-lang/ghc/ghc-8.0.2.ebuild index 343ddb109f..f4392497ce 100644 --- a/dev-lang/ghc/ghc-8.0.2.ebuild +++ b/dev-lang/ghc/ghc-8.0.2.ebuild @@ -70,7 +70,7 @@ BUMP_LIBRARIES=( LICENSE="BSD" SLOT="0/${PV}" -#KEYWORDS="~amd64 ~x86 ~amd64-linux ~x86-linux" +KEYWORDS="~alpha ~amd64 ~x86 ~amd64-linux ~x86-linux" IUSE="doc ghcbootstrap ghcmakebinary +gmp +profile" IUSE+=" binary"