diff options
author | Thomas Deutschmann <whissi@gentoo.org> | 2018-10-26 02:45:30 +0200 |
---|---|---|
committer | Thomas Deutschmann <whissi@gentoo.org> | 2018-10-26 02:52:05 +0200 |
commit | ba9955791a3e959da54720864e8d59a58dbb2aca (patch) | |
tree | 5dfb49eee98e94a582e80aa8331367e297e421b4 /dev-libs/userspace-rcu/userspace-rcu-0.10.1.ebuild | |
parent | dev-util/lttng-ust: x86 stable (bug #664316) (diff) | |
download | gentoo-ba9955791a3e959da54720864e8d59a58dbb2aca.tar.gz gentoo-ba9955791a3e959da54720864e8d59a58dbb2aca.tar.bz2 gentoo-ba9955791a3e959da54720864e8d59a58dbb2aca.zip |
dev-libs/userspace-rcu: x86 stable (bug #664316)
Package-Manager: Portage-2.3.51, Repoman-2.3.11
Signed-off-by: Thomas Deutschmann <whissi@gentoo.org>
Diffstat (limited to 'dev-libs/userspace-rcu/userspace-rcu-0.10.1.ebuild')
-rw-r--r-- | dev-libs/userspace-rcu/userspace-rcu-0.10.1.ebuild | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/dev-libs/userspace-rcu/userspace-rcu-0.10.1.ebuild b/dev-libs/userspace-rcu/userspace-rcu-0.10.1.ebuild index e2b5412e6a97..64e6e763fe71 100644 --- a/dev-libs/userspace-rcu/userspace-rcu-0.10.1.ebuild +++ b/dev-libs/userspace-rcu/userspace-rcu-0.10.1.ebuild @@ -1,4 +1,4 @@ -# Copyright 1999-2018 Gentoo Foundation +# Copyright 1999-2018 Gentoo Authors # Distributed under the terms of the GNU General Public License v2 EAPI=6 @@ -9,7 +9,7 @@ SRC_URI="http://lttng.org/files/urcu/${P}.tar.bz2" LICENSE="LGPL-2.1" SLOT="0/6" # subslot = soname version -KEYWORDS="~alpha ~amd64 ~arm ~arm64 ~hppa ~ia64 ~ppc ~ppc64 ~sparc ~x86" +KEYWORDS="~alpha ~amd64 ~arm ~arm64 ~hppa ~ia64 ~ppc ~ppc64 ~sparc x86" IUSE="static-libs regression-test test" DEPEND="test? ( sys-process/time )" |