From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: <gentoo-commits+bounces-1058425-garchives=archives.gentoo.org@lists.gentoo.org> 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 6B8D4138334 for <garchives@archives.gentoo.org>; Fri, 23 Nov 2018 09:53:00 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 3490BE092B; Fri, 23 Nov 2018 09:52:59 +0000 (UTC) Received: from smtp.gentoo.org (dev.gentoo.org [IPv6:2001:470:ea4a:1:5054:ff:fec7:86e4]) (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 0A37EE092B for <gentoo-commits@lists.gentoo.org>; Fri, 23 Nov 2018 09:52:59 +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 3F806335CE7 for <gentoo-commits@lists.gentoo.org>; Fri, 23 Nov 2018 09:52:57 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 2BDB143A for <gentoo-commits@lists.gentoo.org>; Fri, 23 Nov 2018 09:52:55 +0000 (UTC) From: "Tobias Klausmann" <klausman@gentoo.org> To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Tobias Klausmann" <klausman@gentoo.org> Message-ID: <1542966760.875525874506c4d6aaf59f3b2af760b9f0265144.klausman@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: dev-libs/userspace-rcu/ X-VCS-Repository: repo/gentoo X-VCS-Files: dev-libs/userspace-rcu/userspace-rcu-0.9.1.ebuild X-VCS-Directories: dev-libs/userspace-rcu/ X-VCS-Committer: klausman X-VCS-Committer-Name: Tobias Klausmann X-VCS-Revision: 875525874506c4d6aaf59f3b2af760b9f0265144 X-VCS-Branch: master Date: Fri, 23 Nov 2018 09:52:55 +0000 (UTC) Precedence: bulk List-Post: <mailto:gentoo-commits@lists.gentoo.org> List-Help: <mailto:gentoo-commits+help@lists.gentoo.org> List-Unsubscribe: <mailto:gentoo-commits+unsubscribe@lists.gentoo.org> List-Subscribe: <mailto:gentoo-commits+subscribe@lists.gentoo.org> List-Id: Gentoo Linux mail <gentoo-commits.gentoo.org> X-BeenThere: gentoo-commits@lists.gentoo.org X-Archives-Salt: 811dc2f9-9b4f-45e4-8602-a1d6b8264f53 X-Archives-Hash: 47c62b79d5df41172bb676c947ff55ba commit: 875525874506c4d6aaf59f3b2af760b9f0265144 Author: Tobias Klausmann <klausman <AT> gentoo <DOT> org> AuthorDate: Fri Nov 23 09:52:40 2018 +0000 Commit: Tobias Klausmann <klausman <AT> gentoo <DOT> org> CommitDate: Fri Nov 23 09:52:40 2018 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=87552587 dev-libs/userspace-rcu-0.9.1-r0: add ~alpha keyword Bug: http://bugs.gentoo.org/655730 Signed-off-by: Tobias Klausmann <klausman <AT> gentoo.org> dev-libs/userspace-rcu/userspace-rcu-0.9.1.ebuild | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/dev-libs/userspace-rcu/userspace-rcu-0.9.1.ebuild b/dev-libs/userspace-rcu/userspace-rcu-0.9.1.ebuild index 66d994a1158..1e382978c39 100644 --- a/dev-libs/userspace-rcu/userspace-rcu-0.9.1.ebuild +++ b/dev-libs/userspace-rcu/userspace-rcu-0.9.1.ebuild @@ -11,7 +11,7 @@ SRC_URI="http://lttng.org/files/urcu/${P}.tar.bz2" LICENSE="LGPL-2.1" SLOT="0/4" # subslot = soname version -KEYWORDS="amd64 arm hppa ppc ppc64 x86" +KEYWORDS="~alpha amd64 arm hppa ppc ppc64 x86" IUSE="static-libs regression-test test" DEPEND="test? ( sys-process/time )"