Gentoo Archives: gentoo-commits

From: Thomas Deutschmann <whissi@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] repo/gentoo:master commit in: dev-libs/userspace-rcu/
Date: Fri, 26 Oct 2018 00:52:47
Message-Id: 1540515125.ba9955791a3e959da54720864e8d59a58dbb2aca.whissi@gentoo
1 commit: ba9955791a3e959da54720864e8d59a58dbb2aca
2 Author: Thomas Deutschmann <whissi <AT> gentoo <DOT> org>
3 AuthorDate: Fri Oct 26 00:45:30 2018 +0000
4 Commit: Thomas Deutschmann <whissi <AT> gentoo <DOT> org>
5 CommitDate: Fri Oct 26 00:52:05 2018 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=ba995579
7
8 dev-libs/userspace-rcu: x86 stable (bug #664316)
9
10 Package-Manager: Portage-2.3.51, Repoman-2.3.11
11 Signed-off-by: Thomas Deutschmann <whissi <AT> gentoo.org>
12
13 dev-libs/userspace-rcu/userspace-rcu-0.10.1.ebuild | 4 ++--
14 1 file changed, 2 insertions(+), 2 deletions(-)
15
16 diff --git a/dev-libs/userspace-rcu/userspace-rcu-0.10.1.ebuild b/dev-libs/userspace-rcu/userspace-rcu-0.10.1.ebuild
17 index e2b5412e6a9..64e6e763fe7 100644
18 --- a/dev-libs/userspace-rcu/userspace-rcu-0.10.1.ebuild
19 +++ b/dev-libs/userspace-rcu/userspace-rcu-0.10.1.ebuild
20 @@ -1,4 +1,4 @@
21 -# Copyright 1999-2018 Gentoo Foundation
22 +# Copyright 1999-2018 Gentoo Authors
23 # Distributed under the terms of the GNU General Public License v2
24
25 EAPI=6
26 @@ -9,7 +9,7 @@ SRC_URI="http://lttng.org/files/urcu/${P}.tar.bz2"
27
28 LICENSE="LGPL-2.1"
29 SLOT="0/6" # subslot = soname version
30 -KEYWORDS="~alpha ~amd64 ~arm ~arm64 ~hppa ~ia64 ~ppc ~ppc64 ~sparc ~x86"
31 +KEYWORDS="~alpha ~amd64 ~arm ~arm64 ~hppa ~ia64 ~ppc ~ppc64 ~sparc x86"
32 IUSE="static-libs regression-test test"
33
34 DEPEND="test? ( sys-process/time )"