diff options
author | Sam James <sam@gentoo.org> | 2022-03-03 22:20:12 +0100 |
---|---|---|
committer | David Seifert <soap@gentoo.org> | 2022-03-03 22:20:12 +0100 |
commit | 4798e7f3698465adbbbe091758cd7089de23d506 (patch) | |
tree | 651877fe82db64f8c3e30c4a486292b9940512ef /sys-cluster/corosync | |
parent | sys-cluster/ampi: destabilise for ppc (diff) | |
download | gentoo-4798e7f3698465adbbbe091758cd7089de23d506.tar.gz gentoo-4798e7f3698465adbbbe091758cd7089de23d506.tar.bz2 gentoo-4798e7f3698465adbbbe091758cd7089de23d506.zip |
sys-cluster/corosync: destabilise for ppc
Signed-off-by: Sam James <sam@gentoo.org>
Signed-off-by: David Seifert <soap@gentoo.org>
Diffstat (limited to 'sys-cluster/corosync')
-rw-r--r-- | sys-cluster/corosync/corosync-3.1.0.ebuild | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/sys-cluster/corosync/corosync-3.1.0.ebuild b/sys-cluster/corosync/corosync-3.1.0.ebuild index 4c1362692e52..9994b075c484 100644 --- a/sys-cluster/corosync/corosync-3.1.0.ebuild +++ b/sys-cluster/corosync/corosync-3.1.0.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=7 @@ -11,7 +11,7 @@ SRC_URI="https://github.com/${PN}/${PN}/archive/v${PV}.tar.gz -> ${P}.tar.gz" LICENSE="BSD-2 public-domain" SLOT="0" -KEYWORDS="amd64 ~arm ~arm64 ~hppa ppc ppc64 x86" +KEYWORDS="amd64 ~arm ~arm64 ~hppa ~ppc ppc64 x86" IUSE="augeas dbus doc snmp systemd watchdog xml" RDEPEND="dev-libs/nss |