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 3D177139083 for ; Mon, 19 Jun 2017 12:59:04 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 87181E0C7C; Mon, 19 Jun 2017 12:59:03 +0000 (UTC) Received: from smtp.gentoo.org (smtp.gentoo.org [140.211.166.183]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by pigeon.gentoo.org (Postfix) with ESMTPS id 63960E0C7C for ; Mon, 19 Jun 2017 12:59:03 +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 856EB34164B for ; Mon, 19 Jun 2017 12:59:02 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 2B2EB7467 for ; Mon, 19 Jun 2017 12:59:01 +0000 (UTC) From: "Alexis Ballier" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Alexis Ballier" Message-ID: <1497877131.eb1125303e4b890cfce091f3ebef5f5ba3c7002a.aballier@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: dev-libs/wayland/ X-VCS-Repository: repo/gentoo X-VCS-Files: dev-libs/wayland/wayland-1.13.0.ebuild dev-libs/wayland/wayland-9999.ebuild X-VCS-Directories: dev-libs/wayland/ X-VCS-Committer: aballier X-VCS-Committer-Name: Alexis Ballier X-VCS-Revision: eb1125303e4b890cfce091f3ebef5f5ba3c7002a X-VCS-Branch: master Date: Mon, 19 Jun 2017 12:59:01 +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: 3e9edd4e-f7fc-4af2-ba2d-63565115fd44 X-Archives-Hash: ad2f50eec3db7e938bfa7e6f4d831df0 commit: eb1125303e4b890cfce091f3ebef5f5ba3c7002a Author: Alexis Ballier gentoo org> AuthorDate: Mon Jun 19 12:52:04 2017 +0000 Commit: Alexis Ballier gentoo org> CommitDate: Mon Jun 19 12:58:51 2017 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=eb112530 dev-libs/wayland: keyword ~arm64 Package-Manager: Portage-2.3.6, Repoman-2.3.2 dev-libs/wayland/wayland-1.13.0.ebuild | 2 +- dev-libs/wayland/wayland-9999.ebuild | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/dev-libs/wayland/wayland-1.13.0.ebuild b/dev-libs/wayland/wayland-1.13.0.ebuild index 9e5a1f508a0..8d41e5d69ac 100644 --- a/dev-libs/wayland/wayland-1.13.0.ebuild +++ b/dev-libs/wayland/wayland-1.13.0.ebuild @@ -18,7 +18,7 @@ if [[ $PV = 9999* ]]; then SRC_URI="" else SRC_URI="https://wayland.freedesktop.org/releases/${P}.tar.xz" - KEYWORDS="alpha amd64 ~arm ~hppa ia64 ~m68k ~mips ~ppc ppc64 ~s390 ~sh sparc x86" + KEYWORDS="alpha amd64 ~arm ~arm64 ~hppa ia64 ~m68k ~mips ~ppc ppc64 ~s390 ~sh sparc x86" fi LICENSE="MIT" diff --git a/dev-libs/wayland/wayland-9999.ebuild b/dev-libs/wayland/wayland-9999.ebuild index 2863cc6657e..5eb24e094b2 100644 --- a/dev-libs/wayland/wayland-9999.ebuild +++ b/dev-libs/wayland/wayland-9999.ebuild @@ -18,7 +18,7 @@ if [[ $PV = 9999* ]]; then SRC_URI="" else SRC_URI="https://wayland.freedesktop.org/releases/${P}.tar.xz" - KEYWORDS="~alpha ~amd64 ~arm ~hppa ~ia64 ~m68k ~mips ~ppc ~ppc64 ~s390 ~sh ~sparc ~x86" + KEYWORDS="~alpha ~amd64 ~arm ~arm64 ~hppa ~ia64 ~m68k ~mips ~ppc ~ppc64 ~s390 ~sh ~sparc ~x86" fi LICENSE="MIT"