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 3A20C1382C5 for ; Fri, 23 Mar 2018 00:04:19 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 74638E0940; Fri, 23 Mar 2018 00:04:18 +0000 (UTC) Received: from smtp.gentoo.org (smtp.gentoo.org [140.211.166.183]) (using TLSv1.2 with cipher ECDHE-RSA-AES128-GCM-SHA256 (128/128 bits)) (No client certificate requested) by pigeon.gentoo.org (Postfix) with ESMTPS id 4B24AE0940 for ; Fri, 23 Mar 2018 00:04:18 +0000 (UTC) Received: from oystercatcher.gentoo.org (oystercatcher.gentoo.org [148.251.78.52]) (using TLSv1.2 with cipher ECDHE-RSA-AES128-GCM-SHA256 (128/128 bits)) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id 82995335C80 for ; Fri, 23 Mar 2018 00:04:16 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 7E6CB260 for ; Fri, 23 Mar 2018 00:04:14 +0000 (UTC) From: "Anthony G. Basile" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Anthony G. Basile" Message-ID: <1521763449.65bc2398c80a71cb131d6af95b5b76c83212918b.blueness@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: dev-libs/libressl/ X-VCS-Repository: repo/gentoo X-VCS-Files: dev-libs/libressl/libressl-2.7.0.ebuild X-VCS-Directories: dev-libs/libressl/ X-VCS-Committer: blueness X-VCS-Committer-Name: Anthony G. Basile X-VCS-Revision: 65bc2398c80a71cb131d6af95b5b76c83212918b X-VCS-Branch: master Date: Fri, 23 Mar 2018 00:04:14 +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: b46f34a2-4461-497e-805c-00cf32c78063 X-Archives-Hash: 6d7b4c0de3ef505168934ae1fcfbc644 commit: 65bc2398c80a71cb131d6af95b5b76c83212918b Author: Anthony G. Basile gentoo org> AuthorDate: Fri Mar 23 00:03:52 2018 +0000 Commit: Anthony G. Basile gentoo org> CommitDate: Fri Mar 23 00:04:09 2018 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=65bc2398 dev-libs/libressl: keyword mask, breaks many packages Package-Manager: Portage-2.3.24, Repoman-2.3.6 dev-libs/libressl/libressl-2.7.0.ebuild | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/dev-libs/libressl/libressl-2.7.0.ebuild b/dev-libs/libressl/libressl-2.7.0.ebuild index 8884f50f75c..e57761f47fe 100644 --- a/dev-libs/libressl/libressl-2.7.0.ebuild +++ b/dev-libs/libressl/libressl-2.7.0.ebuild @@ -14,7 +14,8 @@ LICENSE="ISC openssl" # we'll try to use the max of either. However, if either change between # versions, we have to change the subslot to trigger rebuild of consumers. SLOT="0/45" -KEYWORDS="~alpha ~amd64 ~arm ~arm64 ~hppa ~ia64 ~mips ~ppc ~ppc64 ~sparc ~x86" +#KEYWORDS="~alpha ~amd64 ~arm ~arm64 ~hppa ~ia64 ~mips ~ppc ~ppc64 ~sparc ~x86" +KEYWORDS="" IUSE="+asm static-libs" RDEPEND="!dev-libs/openssl:0"