diff options
author | Marco Scardovi <marco@scardovi.com> | 2022-01-01 14:26:57 +0100 |
---|---|---|
committer | Ulrich Müller <ulm@gentoo.org> | 2022-01-01 14:38:00 +0100 |
commit | f57a5bbc8877fe7ee6a6e92b511caac16b64001c (patch) | |
tree | 76e078d13059b471eb5a5b539f4291121818a5e1 /sys-cluster/pacemaker | |
parent | perl-core/CPAN: Stabilize 2.290.0-r1 sparc, #829572 (diff) | |
download | gentoo-f57a5bbc8877fe7ee6a6e92b511caac16b64001c.tar.gz gentoo-f57a5bbc8877fe7ee6a6e92b511caac16b64001c.tar.bz2 gentoo-f57a5bbc8877fe7ee6a6e92b511caac16b64001c.zip |
sys-cluster/pacemaker: fix build
Package-Manager: Portage-3.0.30, Repoman-3.0.3
Closes: https://bugs.gentoo.org/830399
Signed-off-by: Marco Scardovi <marco@scardovi.com>
Signed-off-by: Ulrich Müller <ulm@gentoo.org>
Diffstat (limited to 'sys-cluster/pacemaker')
-rw-r--r-- | sys-cluster/pacemaker/pacemaker-2.1.2.ebuild | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/sys-cluster/pacemaker/pacemaker-2.1.2.ebuild b/sys-cluster/pacemaker/pacemaker-2.1.2.ebuild index cce5b69b1d0a..7afdf78f7d25 100644 --- a/sys-cluster/pacemaker/pacemaker-2.1.2.ebuild +++ b/sys-cluster/pacemaker/pacemaker-2.1.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=8 @@ -12,7 +12,7 @@ DESCRIPTION="Pacemaker CRM" HOMEPAGE="http://www.linux-ha.org/wiki/Pacemaker" SRC_URI="https://github.com/ClusterLabs/${PN}/archive/${MY_P}.tar.gz" -LICENSE="GPL-2" +LICENSE="GPL-2+ LGPL-2.1+ BSD CC-BY-SA-4.0" SLOT="0" KEYWORDS="~amd64 ~hppa ~x86" IUSE="acl smtp snmp" @@ -65,7 +65,7 @@ src_install() { python_optimize # remove provided initd file as we need support for OpenRC - rm -r "${ED}/var/run" "${ED}/etc/init.d" || die "Failed to remove old initd" + rm -r "${ED}/etc/init.d" || die "Failed to remove old initd" newinitd "${FILESDIR}/${PN}.initd" "${PN}" keepdir /var/lib/pacemaker/{blackbox,cib,cores,pengine} |