diff options
author | Agostino Sarubbo <ago@gentoo.org> | 2020-05-01 16:02:59 +0200 |
---|---|---|
committer | Agostino Sarubbo <ago@gentoo.org> | 2020-05-01 16:02:59 +0200 |
commit | edd3d156f42b43f9435c789c53acdfbcf76e21d8 (patch) | |
tree | c32253e4ab937236d652c464dfd3d839c6c92b6c /dev-libs | |
parent | dev-python/sphinx: sparc stable wrt bug #717028 (diff) | |
download | gentoo-edd3d156f42b43f9435c789c53acdfbcf76e21d8.tar.gz gentoo-edd3d156f42b43f9435c789c53acdfbcf76e21d8.tar.bz2 gentoo-edd3d156f42b43f9435c789c53acdfbcf76e21d8.zip |
dev-libs/userspace-rcu: sparc stable wrt bug #720284
Package-Manager: Portage-2.3.89, Repoman-2.3.20
RepoMan-Options: --include-arches="sparc"
Signed-off-by: Agostino Sarubbo <ago@gentoo.org>
Diffstat (limited to 'dev-libs')
-rw-r--r-- | dev-libs/userspace-rcu/userspace-rcu-0.11.1.ebuild | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/dev-libs/userspace-rcu/userspace-rcu-0.11.1.ebuild b/dev-libs/userspace-rcu/userspace-rcu-0.11.1.ebuild index 169f8cd28f1a..b4cd94e8bd9c 100644 --- a/dev-libs/userspace-rcu/userspace-rcu-0.11.1.ebuild +++ b/dev-libs/userspace-rcu/userspace-rcu-0.11.1.ebuild @@ -1,4 +1,4 @@ -# Copyright 1999-2019 Gentoo Authors +# Copyright 1999-2020 Gentoo Authors # Distributed under the terms of the GNU General Public License v2 EAPI=7 @@ -9,7 +9,7 @@ SRC_URI="https://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" RESTRICT="!test? ( test )" |