From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from lists.gentoo.org (pigeon.gentoo.org [208.92.234.80]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (2048 bits) server-digest SHA256) (No client certificate requested) by finch.gentoo.org (Postfix) with ESMTPS id 033D8158086 for ; Sat, 1 Jan 2022 13:38:16 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 6E2662BC010; Sat, 1 Jan 2022 13:38:14 +0000 (UTC) Received: from smtp.gentoo.org (woodpecker.gentoo.org [140.211.166.183]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (4096 bits) server-digest SHA256) (No client certificate requested) by pigeon.gentoo.org (Postfix) with ESMTPS id 669DF2BC010 for ; Sat, 1 Jan 2022 13:38:12 +0000 (UTC) Received: from oystercatcher.gentoo.org (oystercatcher.gentoo.org [148.251.78.52]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (4096 bits) server-digest SHA256) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id C07E4343149 for ; Sat, 1 Jan 2022 13:38:07 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 272BA268 for ; Sat, 1 Jan 2022 13:38:06 +0000 (UTC) From: "Ulrich Müller" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Ulrich Müller" Message-ID: <1641044280.f57a5bbc8877fe7ee6a6e92b511caac16b64001c.ulm@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: sys-cluster/pacemaker/ X-VCS-Repository: repo/gentoo X-VCS-Files: sys-cluster/pacemaker/pacemaker-2.1.2.ebuild X-VCS-Directories: sys-cluster/pacemaker/ X-VCS-Committer: ulm X-VCS-Committer-Name: Ulrich Müller X-VCS-Revision: f57a5bbc8877fe7ee6a6e92b511caac16b64001c X-VCS-Branch: master Date: Sat, 1 Jan 2022 13:38:06 +0000 (UTC) Precedence: bulk List-Post: List-Help: List-Unsubscribe: List-Subscribe: List-Id: Gentoo Linux mail X-BeenThere: gentoo-commits@lists.gentoo.org X-Auto-Response-Suppress: DR, RN, NRN, OOF, AutoReply X-Archives-Salt: 5c25fd79-44a0-4466-95cb-983457d4b435 X-Archives-Hash: 1c939577793a38bad3440b374d9e03f0 commit: f57a5bbc8877fe7ee6a6e92b511caac16b64001c Author: Marco Scardovi scardovi com> AuthorDate: Sat Jan 1 13:26:57 2022 +0000 Commit: Ulrich Müller gentoo 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 scardovi.com> Signed-off-by: Ulrich Müller 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}