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 3CB8B138334 for ; Mon, 27 Aug 2018 20:15:41 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id D9FDCE0871; Mon, 27 Aug 2018 20:15:38 +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 AF5B2E0871 for ; Mon, 27 Aug 2018 20:15:38 +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 34DFC335CD2 for ; Mon, 27 Aug 2018 20:15:37 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 03B073BD for ; Mon, 27 Aug 2018 20:15:35 +0000 (UTC) From: "Sergei Trofimovich" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Sergei Trofimovich" Message-ID: <1535400927.85b7b4f7a511f01891de44c8926b8e65ea0d256f.slyfox@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: slyfox X-VCS-Committer-Name: Sergei Trofimovich X-VCS-Revision: 85b7b4f7a511f01891de44c8926b8e65ea0d256f X-VCS-Branch: master Date: Mon, 27 Aug 2018 20:15:35 +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: 817dff27-1b12-48b5-ad77-4213f593caa2 X-Archives-Hash: 8cc5372bd9c0b10855792bc11e140c09 commit: 85b7b4f7a511f01891de44c8926b8e65ea0d256f Author: Rolf Eike Beer sf-mail de> AuthorDate: Mon Aug 27 19:09:30 2018 +0000 Commit: Sergei Trofimovich gentoo org> CommitDate: Mon Aug 27 20:15:27 2018 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=85b7b4f7 dev-util/lttng-ust: keyworded 2.8.1 for sparc, bug #664314 Package-Manager: Portage-2.3.40, Repoman-2.3.9 RepoMan-Options: --include-arches="sparc" dev-util/lttng-ust/lttng-ust-2.8.1.ebuild | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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 281408c771c..91e4fc22295 100644 --- a/dev-util/lttng-ust/lttng-ust-2.8.1.ebuild +++ b/dev-util/lttng-ust/lttng-ust-2.8.1.ebuild @@ -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 ~arm64 ~hppa ~ppc ~ppc64 ~x86" +KEYWORDS="~amd64 ~arm ~arm64 ~hppa ~ppc ~ppc64 ~sparc ~x86" IUSE="examples" DEPEND="dev-libs/userspace-rcu"