From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from lists.gentoo.org (pigeon.gentoo.org [208.92.234.80]) by finch.gentoo.org (Postfix) with ESMTP id D4DBC1384B4 for ; Fri, 4 Dec 2015 23:40:55 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 04F3821C01A; Fri, 4 Dec 2015 23:40:53 +0000 (UTC) Received: from smtp.gentoo.org (smtp.gentoo.org [140.211.166.183]) (using TLSv1.2 with cipher AECDH-AES256-SHA (256/256 bits)) (No client certificate requested) by pigeon.gentoo.org (Postfix) with ESMTPS id 8838821C01A for ; Fri, 4 Dec 2015 23:40:52 +0000 (UTC) Received: from oystercatcher.gentoo.org (unknown [IPv6:2a01:4f8:202:4333:225:90ff:fed9:fc84]) (using TLSv1.2 with cipher AECDH-AES256-SHA (256/256 bits)) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id 58E3D340139 for ; Fri, 4 Dec 2015 23:40:51 +0000 (UTC) Received: from localhost.localdomain (localhost [127.0.0.1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 31FEFA92 for ; Fri, 4 Dec 2015 23:40:49 +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: <1449272882.56d6d94826f2b842e3c2d15e244de57f88398419.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.2.4.ebuild dev-libs/libressl/libressl-2.3.1.ebuild X-VCS-Directories: dev-libs/libressl/ X-VCS-Committer: blueness X-VCS-Committer-Name: Anthony G. Basile X-VCS-Revision: 56d6d94826f2b842e3c2d15e244de57f88398419 X-VCS-Branch: master Date: Fri, 4 Dec 2015 23:40:49 +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: 1c11065e-2f04-4327-8387-11b48d2ce1bd X-Archives-Hash: 3e1d896f3d7aa1b86a1ac19f96618d12 commit: 56d6d94826f2b842e3c2d15e244de57f88398419 Author: Anthony G. Basile gentoo org> AuthorDate: Fri Dec 4 23:48:02 2015 +0000 Commit: Anthony G. Basile gentoo org> CommitDate: Fri Dec 4 23:48:02 2015 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=56d6d948 dev-libs/libressl: keyword ~arm Package-Manager: portage-2.2.20.1 dev-libs/libressl/libressl-2.2.4.ebuild | 2 +- dev-libs/libressl/libressl-2.3.1.ebuild | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/dev-libs/libressl/libressl-2.2.4.ebuild b/dev-libs/libressl/libressl-2.2.4.ebuild index 68141da..87bd4f5 100644 --- a/dev-libs/libressl/libressl-2.2.4.ebuild +++ b/dev-libs/libressl/libressl-2.2.4.ebuild @@ -12,7 +12,7 @@ SRC_URI="http://ftp.openbsd.org/pub/OpenBSD/LibreSSL/${P}.tar.gz" LICENSE="ISC openssl" SLOT="0/35" # reflects ABI of libcrypto.so and libssl.so -KEYWORDS="~amd64 ~hppa ~mips ~ppc ~ppc64 ~x86" +KEYWORDS="~amd64 ~arm ~hppa ~mips ~ppc ~ppc64 ~x86" IUSE="+asm static-libs" RDEPEND="!dev-libs/openssl:0" diff --git a/dev-libs/libressl/libressl-2.3.1.ebuild b/dev-libs/libressl/libressl-2.3.1.ebuild index 62c06a3..39969e1 100644 --- a/dev-libs/libressl/libressl-2.3.1.ebuild +++ b/dev-libs/libressl/libressl-2.3.1.ebuild @@ -12,7 +12,7 @@ SRC_URI="http://ftp.openbsd.org/pub/OpenBSD/LibreSSL/${P}.tar.gz" LICENSE="ISC openssl" SLOT="0/36" # reflects ABI of libcrypto.so and libssl.so -KEYWORDS="~amd64 ~hppa ~mips ~ppc ~ppc64 ~x86" +KEYWORDS="~amd64 ~arm ~hppa ~mips ~ppc ~ppc64 ~x86" IUSE="+asm static-libs" RDEPEND="!dev-libs/openssl:0"