diff options
author | Sam James <sam@gentoo.org> | 2021-04-05 20:41:52 +0000 |
---|---|---|
committer | Sam James <sam@gentoo.org> | 2021-04-05 22:12:55 +0000 |
commit | 10162c7b055ef210671cd2f70741f2d2cd98faf8 (patch) | |
tree | da6c630b99f399187beb14fbc20a571a55c7a1de /sys-cluster | |
parent | sys-block/thin-provisioning-tools: drop s390 to ~s390 (unstable) (diff) | |
download | gentoo-10162c7b055ef210671cd2f70741f2d2cd98faf8.tar.gz gentoo-10162c7b055ef210671cd2f70741f2d2cd98faf8.tar.bz2 gentoo-10162c7b055ef210671cd2f70741f2d2cd98faf8.zip |
sys-cluster/sanlock: drop s390 to ~s390 (unstable)
Signed-off-by: Sam James <sam@gentoo.org>
Diffstat (limited to 'sys-cluster')
-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 502eb2a09f30..8426d4f6d3ca 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-2020 Gentoo Authors +# Copyright 1999-2021 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} )" |