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 7F7E81382C5 for ; Mon, 30 Apr 2018 00:29:47 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 79DC1E0BD4; Mon, 30 Apr 2018 00:29:46 +0000 (UTC) Received: from smtp.gentoo.org (mail.gentoo.org [IPv6:2001:470:ea4a:1:5054:ff:fec7:86e4]) (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 55FF5E0BD4 for ; Mon, 30 Apr 2018 00:29:46 +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 DDD69335C90 for ; Mon, 30 Apr 2018 00:29:44 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 195ED29B for ; Mon, 30 Apr 2018 00:29:43 +0000 (UTC) From: "Aaron Bauman" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Aaron Bauman" Message-ID: <1525047751.335cbae983cbd5e2eff17b0853871332a5aca6a0.bman@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.2.ebuild X-VCS-Directories: dev-libs/libressl/ X-VCS-Committer: bman X-VCS-Committer-Name: Aaron Bauman X-VCS-Revision: 335cbae983cbd5e2eff17b0853871332a5aca6a0 X-VCS-Branch: master Date: Mon, 30 Apr 2018 00:29:43 +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: c91ce748-b51e-4267-aea9-a937f1bf8685 X-Archives-Hash: a3126fc8354c467e3c3f15514d700e8e commit: 335cbae983cbd5e2eff17b0853871332a5aca6a0 Author: Aaron Bauman gentoo org> AuthorDate: Mon Apr 30 00:22:31 2018 +0000 Commit: Aaron Bauman gentoo org> CommitDate: Mon Apr 30 00:22:31 2018 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=335cbae9 dev-libs/libressl: add keywords for supported arches The package will be added to package.mask for testing Package-Manager: Portage-2.3.31, Repoman-2.3.9 dev-libs/libressl/libressl-2.7.2.ebuild | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/dev-libs/libressl/libressl-2.7.2.ebuild b/dev-libs/libressl/libressl-2.7.2.ebuild index d988e0c8f01..c082e664866 100644 --- a/dev-libs/libressl/libressl-2.7.2.ebuild +++ b/dev-libs/libressl/libressl-2.7.2.ebuild @@ -15,7 +15,7 @@ LICENSE="ISC openssl" # 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="" +KEYWORDS="~alpha ~amd64 ~arm ~arm64 ~hppa ~ia64 ~mips ~ppc ~ppc64 ~sparc ~x86" IUSE="+asm static-libs test" REQUIRED_USE="test? ( static-libs )"