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 63D7D138334 for ; Mon, 8 Apr 2019 21:32:41 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 3E798E09B6; Mon, 8 Apr 2019 21:32:40 +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 17BEAE09B6 for ; Mon, 8 Apr 2019 21:32:40 +0000 (UTC) Received: from oystercatcher.gentoo.org (unknown [IPv6:2a01:4f8:202:4333:225:90ff:fed9:fc84]) (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 9D07A335D17 for ; Mon, 8 Apr 2019 21:32:38 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 44AEB59F for ; Mon, 8 Apr 2019 21:32:37 +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: <1554759149.4c4c2039732bebd86c76edc8da0fc72dfedba1e9.bman@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: dev-libs/ell/ X-VCS-Repository: repo/gentoo X-VCS-Files: dev-libs/ell/ell-0.17.ebuild dev-libs/ell/ell-0.18.ebuild dev-libs/ell/ell-0.9.ebuild X-VCS-Directories: dev-libs/ell/ X-VCS-Committer: bman X-VCS-Committer-Name: Aaron Bauman X-VCS-Revision: 4c4c2039732bebd86c76edc8da0fc72dfedba1e9 X-VCS-Branch: master Date: Mon, 8 Apr 2019 21:32:37 +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: 40e938c7-e724-49a4-ab6c-9260b33b82e5 X-Archives-Hash: a8966d5ad6e303f81e80b1fb38176f98 commit: 4c4c2039732bebd86c76edc8da0fc72dfedba1e9 Author: Aaron Bauman gentoo org> AuthorDate: Mon Apr 8 21:30:56 2019 +0000 Commit: Aaron Bauman gentoo org> CommitDate: Mon Apr 8 21:32:29 2019 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=4c4c2039 dev-libs/ell: arm64 keyworded (bug #657616) Signed-off-by: Aaron Bauman gentoo.org> Package-Manager: Portage-2.3.62, Repoman-2.3.11 dev-libs/ell/ell-0.17.ebuild | 2 +- dev-libs/ell/ell-0.18.ebuild | 2 +- dev-libs/ell/ell-0.9.ebuild | 2 +- 3 files changed, 3 insertions(+), 3 deletions(-) diff --git a/dev-libs/ell/ell-0.17.ebuild b/dev-libs/ell/ell-0.17.ebuild index 0211e5991e1..a3b12c4d219 100644 --- a/dev-libs/ell/ell-0.17.ebuild +++ b/dev-libs/ell/ell-0.17.ebuild @@ -11,7 +11,7 @@ SRC_URI="https://mirrors.edge.kernel.org/pub/linux/libs/${PN}/${P}.tar.xz" LICENSE="LGPL-2.1" SLOT="0" -KEYWORDS="~amd64 ~arm ~mips ~ppc ~ppc64 ~x86" +KEYWORDS="~amd64 ~arm ~arm64 ~mips ~ppc ~ppc64 ~x86" IUSE="glib pie" RDEPEND=" diff --git a/dev-libs/ell/ell-0.18.ebuild b/dev-libs/ell/ell-0.18.ebuild index 7cc62bc675e..2eeaed548a9 100644 --- a/dev-libs/ell/ell-0.18.ebuild +++ b/dev-libs/ell/ell-0.18.ebuild @@ -12,7 +12,7 @@ if [[ "${PV}" == *9999 ]] ; then EGIT_REPO_URI="https://git.kernel.org/pub/scm/libs/ell/ell.git" else SRC_URI="https://mirrors.edge.kernel.org/pub/linux/libs/${PN}/${P}.tar.xz" - KEYWORDS="~amd64 ~arm ~mips ~ppc ~ppc64 ~x86" + KEYWORDS="~amd64 ~arm ~arm64 ~mips ~ppc ~ppc64 ~x86" fi LICENSE="LGPL-2.1" SLOT="0" diff --git a/dev-libs/ell/ell-0.9.ebuild b/dev-libs/ell/ell-0.9.ebuild index 4fab6351b42..4e11e69f408 100644 --- a/dev-libs/ell/ell-0.9.ebuild +++ b/dev-libs/ell/ell-0.9.ebuild @@ -11,7 +11,7 @@ SRC_URI="https://mirrors.edge.kernel.org/pub/linux/libs/${PN}/${P}.tar.xz" LICENSE="LGPL-2.1" SLOT="0" -KEYWORDS="amd64 arm ~ppc ~ppc64 x86" +KEYWORDS="amd64 arm ~arm64 ~ppc ~ppc64 x86" IUSE="glib pie" RDEPEND="