diff options
author | Sam James <sam@gentoo.org> | 2022-03-03 22:20:22 +0100 |
---|---|---|
committer | David Seifert <soap@gentoo.org> | 2022-03-03 22:20:22 +0100 |
commit | 215bbb8bea341d885027e63aca65630c0ab35802 (patch) | |
tree | 3ad72bfc97b7cf874f69ba56197f7a4bcbc48ac8 /sys-cluster/sanlock | |
parent | sys-cluster/rdma-core: destabilise for ppc (diff) | |
download | gentoo-215bbb8bea341d885027e63aca65630c0ab35802.tar.gz gentoo-215bbb8bea341d885027e63aca65630c0ab35802.tar.bz2 gentoo-215bbb8bea341d885027e63aca65630c0ab35802.zip |
sys-cluster/sanlock: destabilise for ppc
Signed-off-by: Sam James <sam@gentoo.org>
Signed-off-by: David Seifert <soap@gentoo.org>
Diffstat (limited to 'sys-cluster/sanlock')
-rw-r--r-- | sys-cluster/sanlock/sanlock-3.8.2.ebuild | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/sys-cluster/sanlock/sanlock-3.8.2.ebuild b/sys-cluster/sanlock/sanlock-3.8.2.ebuild index baada07ab2ae..4df87061fd18 100644 --- a/sys-cluster/sanlock/sanlock-3.8.2.ebuild +++ b/sys-cluster/sanlock/sanlock-3.8.2.ebuild @@ -1,4 +1,4 @@ -# Copyright 1999-2021 Gentoo Authors +# Copyright 1999-2022 Gentoo Authors # Distributed under the terms of the GNU General Public License v2 EAPI=6 @@ -12,7 +12,7 @@ SRC_URI="https://releases.pagure.org/${PN}/${P}.tar.gz" LICENSE="LGPL-2+ GPL-2 GPL-2+" SLOT="0" -KEYWORDS="~alpha amd64 arm arm64 hppa ~ia64 ~mips ppc ppc64 ~riscv ~s390 sparc x86" +KEYWORDS="~alpha amd64 arm arm64 hppa ~ia64 ~mips ~ppc ppc64 ~riscv ~s390 sparc x86" IUSE="python" REQUIRED_USE="python? ( ${PYTHON_REQUIRED_USE} )" |