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 F28F61382DE for ; Fri, 1 Jul 2016 02:44:19 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id E76FAE0B4B; Fri, 1 Jul 2016 02:44:16 +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 8EAEFE0B3F for ; Fri, 1 Jul 2016 02:44:16 +0000 (UTC) Received: from oystercatcher.gentoo.org (unknown [IPv6:2a01:4f8:202:4333:225:90ff:fed9:fc84]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id C8A26340F03 for ; Fri, 1 Jul 2016 02:44:15 +0000 (UTC) Received: from localhost.localdomain (localhost [127.0.0.1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id B8319B3D for ; Fri, 1 Jul 2016 02:44:13 +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: <1467340933.c5083e7d235f4f94f31214362f8ac62d46d70e94.dlan@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.7.1.ebuild X-VCS-Directories: dev-util/lttng-ust/ X-VCS-Committer: dlan X-VCS-Committer-Name: Yixun Lan X-VCS-Revision: c5083e7d235f4f94f31214362f8ac62d46d70e94 X-VCS-Branch: master Date: Fri, 1 Jul 2016 02:44:13 +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: fc49e555-501f-449d-ad0a-6e119ce00a4d X-Archives-Hash: 05cdb3aa4c247ed655944b7f335ed3b2 commit: c5083e7d235f4f94f31214362f8ac62d46d70e94 Author: Yixun Lan gentoo org> AuthorDate: Fri Jul 1 02:39:15 2016 +0000 Commit: Yixun Lan gentoo org> CommitDate: Fri Jul 1 02:42:13 2016 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=c5083e7d dev-util/lttng-ust: amd64 x86 stable Gentoo-Bug: 586128 Package-Manager: portage-2.3.0_rc1 dev-util/lttng-ust/lttng-ust-2.7.1.ebuild | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/dev-util/lttng-ust/lttng-ust-2.7.1.ebuild b/dev-util/lttng-ust/lttng-ust-2.7.1.ebuild index c3f261f..47c99d7 100644 --- a/dev-util/lttng-ust/lttng-ust-2.7.1.ebuild +++ b/dev-util/lttng-ust/lttng-ust-2.7.1.ebuild @@ -15,7 +15,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 ~ppc ~ppc64 x86" IUSE="examples" DEPEND="dev-libs/userspace-rcu"