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 12BDD139694 for ; Tue, 11 Jul 2017 08:42:02 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 27C4C27423D; Tue, 11 Jul 2017 08:42:00 +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 03CA527423D for ; Tue, 11 Jul 2017 08:42:00 +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 2F3E0341AD2 for ; Tue, 11 Jul 2017 08:41:59 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 59C2B74AF for ; Tue, 11 Jul 2017 08:41:56 +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: <1499762352.ccee17312109f823f9f0f56d7fecb4d4daf51190.aballier@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: dev-util/lttng-ust/ X-VCS-Repository: repo/gentoo X-VCS-Files: dev-util/lttng-ust/lttng-ust-2.8.1.ebuild X-VCS-Directories: dev-util/lttng-ust/ X-VCS-Committer: aballier X-VCS-Committer-Name: Alexis Ballier X-VCS-Revision: ccee17312109f823f9f0f56d7fecb4d4daf51190 X-VCS-Branch: master Date: Tue, 11 Jul 2017 08:41:56 +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: 6dc0df99-5636-44fa-b1a4-7eec877b525f X-Archives-Hash: 8c7f5d96d5f375ecd74e4e8bec05c94f commit: ccee17312109f823f9f0f56d7fecb4d4daf51190 Author: Alexis Ballier gentoo org> AuthorDate: Tue Jul 11 08:39:12 2017 +0000 Commit: Alexis Ballier gentoo org> CommitDate: Tue Jul 11 08:39:12 2017 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=ccee1731 dev-util/lttng-ust: keyword ~arm64 Package-Manager: Portage-2.3.6, Repoman-2.3.2 dev-util/lttng-ust/lttng-ust-2.8.1.ebuild | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/dev-util/lttng-ust/lttng-ust-2.8.1.ebuild b/dev-util/lttng-ust/lttng-ust-2.8.1.ebuild index b5983a546e8..98b7ef0251e 100644 --- a/dev-util/lttng-ust/lttng-ust-2.8.1.ebuild +++ b/dev-util/lttng-ust/lttng-ust-2.8.1.ebuild @@ -1,4 +1,4 @@ -# Copyright 1999-2016 Gentoo Foundation +# Copyright 1999-2017 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 EAPI=5 @@ -14,7 +14,7 @@ SRC_URI="http://lttng.org/files/${PN}/${MY_P}.tar.bz2" LICENSE="GPL-2" SLOT="0/${MY_SLOT}" -KEYWORDS="~amd64 ~arm ~ppc ~ppc64 ~x86" +KEYWORDS="~amd64 ~arm ~arm64 ~ppc ~ppc64 ~x86" IUSE="examples" DEPEND="dev-libs/userspace-rcu"