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 AF398138335 for ; Mon, 24 Jun 2019 22:06:51 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 511ECE097D; Mon, 24 Jun 2019 22:06:50 +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-AES128-GCM-SHA256 (128/128 bits)) (No client certificate requested) by pigeon.gentoo.org (Postfix) with ESMTPS id 2C919E097D for ; Mon, 24 Jun 2019 22:06:50 +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 E35E4346959 for ; Mon, 24 Jun 2019 22:06:48 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 61CAE624 for ; Mon, 24 Jun 2019 22:06:47 +0000 (UTC) From: "Yixun Lan" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Yixun Lan" Message-ID: <1561414004.7a9372a9cfa6651bec4a9c726be98c722efcd7d6.dlan@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: net-libs/libcork/ X-VCS-Repository: repo/gentoo X-VCS-Files: net-libs/libcork/libcork-0.15.0.ebuild X-VCS-Directories: net-libs/libcork/ X-VCS-Committer: dlan X-VCS-Committer-Name: Yixun Lan X-VCS-Revision: 7a9372a9cfa6651bec4a9c726be98c722efcd7d6 X-VCS-Branch: master Date: Mon, 24 Jun 2019 22:06:47 +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-Auto-Response-Suppress: DR, RN, NRN, OOF, AutoReply X-Archives-Salt: 559ca1a7-bf6c-4286-ae82-427298a805f4 X-Archives-Hash: a03665df7fae9bd15e5058cef08e1558 commit: 7a9372a9cfa6651bec4a9c726be98c722efcd7d6 Author: Yixun Lan gentoo org> AuthorDate: Mon Jun 24 09:31:30 2019 +0000 Commit: Yixun Lan gentoo org> CommitDate: Mon Jun 24 22:06:44 2019 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=7a9372a9 net-libs/libcork: add arm/arm64 keyword Package-Manager: Portage-2.3.67, Repoman-2.3.13 Signed-off-by: Yixun Lan gentoo.org> net-libs/libcork/libcork-0.15.0.ebuild | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/net-libs/libcork/libcork-0.15.0.ebuild b/net-libs/libcork/libcork-0.15.0.ebuild index f31843ee66b..0db7956e7c1 100644 --- a/net-libs/libcork/libcork-0.15.0.ebuild +++ b/net-libs/libcork/libcork-0.15.0.ebuild @@ -1,4 +1,4 @@ -# Copyright 1999-2018 Gentoo Foundation +# Copyright 1999-2019 Gentoo Authors # Distributed under the terms of the GNU General Public License v2 EAPI=6 @@ -11,7 +11,7 @@ SRC_URI="https://github.com/dcreager/${PN}/archive/${PV}.tar.gz -> ${P}.tar.gz" LICENSE="BSD" SLOT="0" -KEYWORDS="~amd64 ~x86" +KEYWORDS="~amd64 ~arm ~arm64 ~x86" IUSE="" RDEPEND="dev-libs/check"