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 853351382DE for ; Fri, 1 Jul 2016 02:44:18 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 47079E0B3F; Fri, 1 Jul 2016 02:44:17 +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 D239EE0B3F for ; Fri, 1 Jul 2016 02:44:16 +0000 (UTC) Received: from oystercatcher.gentoo.org (oystercatcher.gentoo.org [148.251.78.52]) (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 E8DC3340F08 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 CA22A16C4 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.f6aa3f5c3b075fb6c2de64417cc8efd66474f241.dlan@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: dev-util/lttng-modules/ X-VCS-Repository: repo/gentoo X-VCS-Files: dev-util/lttng-modules/lttng-modules-2.7.1.ebuild X-VCS-Directories: dev-util/lttng-modules/ X-VCS-Committer: dlan X-VCS-Committer-Name: Yixun Lan X-VCS-Revision: f6aa3f5c3b075fb6c2de64417cc8efd66474f241 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: bb6c8682-0724-403f-bee4-4fb5393ed69a X-Archives-Hash: 033eff881fcb792d3c972c303bf6b9cd commit: f6aa3f5c3b075fb6c2de64417cc8efd66474f241 Author: Yixun Lan gentoo org> AuthorDate: Fri Jul 1 02:39:59 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=f6aa3f5c dev-util/lttng-modules: amd64 x86 stable Gentoo-Bug: 586128 Package-Manager: portage-2.3.0_rc1 dev-util/lttng-modules/lttng-modules-2.7.1.ebuild | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/dev-util/lttng-modules/lttng-modules-2.7.1.ebuild b/dev-util/lttng-modules/lttng-modules-2.7.1.ebuild index b24347e..df739dd 100644 --- a/dev-util/lttng-modules/lttng-modules-2.7.1.ebuild +++ b/dev-util/lttng-modules/lttng-modules-2.7.1.ebuild @@ -1,4 +1,4 @@ -# Copyright 1999-2014 Gentoo Foundation +# Copyright 1999-2016 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 # $Id$ @@ -15,7 +15,7 @@ SRC_URI="http://lttng.org/files/${PN}/${MY_P}.tar.bz2" LICENSE="GPL-2" SLOT="0/${MY_SLOT}" -KEYWORDS="~amd64 ~x86" +KEYWORDS="amd64 x86" IUSE="" BUILD_TARGETS="default"