commit:     f57a5bbc8877fe7ee6a6e92b511caac16b64001c
Author:     Marco Scardovi <marco <AT> scardovi <DOT> com>
AuthorDate: Sat Jan  1 13:26:57 2022 +0000
Commit:     Ulrich Müller <ulm <AT> gentoo <DOT> org>
CommitDate: Sat Jan  1 13:38:00 2022 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=f57a5bbc

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 <AT> scardovi.com>
Signed-off-by: Ulrich Müller <ulm <AT> gentoo.org>

 sys-cluster/pacemaker/pacemaker-2.1.2.ebuild | 6 +++---
 1 file 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}

Reply via email to