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.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by finch.gentoo.org (Postfix) with ESMTPS id C194E1382C5 for ; Sun, 6 Dec 2020 18:44:20 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 1F46FE09C3; Sun, 6 Dec 2020 18:44:20 +0000 (UTC) Received: from smtp.gentoo.org (dev.gentoo.org [IPv6:2001:470:ea4a:1:5054:ff:fec7:86e4]) (using TLSv1.2 with cipher ECDHE-RSA-AES128-GCM-SHA256 (128/128 bits)) (No client certificate requested) by pigeon.gentoo.org (Postfix) with ESMTPS id 09DC1E09C3 for ; Sun, 6 Dec 2020 18:44:18 +0000 (UTC) Received: from oystercatcher.gentoo.org (unknown [IPv6:2a01:4f8:202:4333:225:90ff:fed9:fc84]) (using TLSv1.2 with cipher ECDHE-RSA-AES128-GCM-SHA256 (128/128 bits)) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id 52D52340DEB for ; Sun, 6 Dec 2020 18:44:17 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 04AD947E for ; Sun, 6 Dec 2020 18:44:16 +0000 (UTC) From: "Andrew Ammerlaan" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Andrew Ammerlaan" Message-ID: <1607276144.e7f5a022281731f4fcdef3406fc6e24b11d934ad.andrewammerlaan@gentoo> Subject: [gentoo-commits] repo/proj/guru:master commit in: sys-cluster/pcs/ X-VCS-Repository: repo/proj/guru X-VCS-Files: sys-cluster/pcs/pcs-0.10.7.ebuild X-VCS-Directories: sys-cluster/pcs/ X-VCS-Committer: andrewammerlaan X-VCS-Committer-Name: Andrew Ammerlaan X-VCS-Revision: e7f5a022281731f4fcdef3406fc6e24b11d934ad X-VCS-Branch: master Date: Sun, 6 Dec 2020 18:44:16 +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: c4de60a7-6ade-40c5-8cac-1ff252000df1 X-Archives-Hash: 22046b00bcb5a656f28c8f76be1ae4f2 commit: e7f5a022281731f4fcdef3406fc6e24b11d934ad Author: Andrea Postiglione gmail com> AuthorDate: Sun Dec 6 17:35:44 2020 +0000 Commit: Andrew Ammerlaan riseup net> CommitDate: Sun Dec 6 17:35:44 2020 +0000 URL: https://gitweb.gentoo.org/repo/proj/guru.git/commit/?id=e7f5a022 sys-cluster/pcs: fix dependency Package-Manager: Portage-3.0.11, Repoman-3.0.2 Signed-off-by: Andrea Postiglione gmail.com> sys-cluster/pcs/pcs-0.10.7.ebuild | 2 -- 1 file changed, 2 deletions(-) diff --git a/sys-cluster/pcs/pcs-0.10.7.ebuild b/sys-cluster/pcs/pcs-0.10.7.ebuild index 76bcbee8..5b455099 100644 --- a/sys-cluster/pcs/pcs-0.10.7.ebuild +++ b/sys-cluster/pcs/pcs-0.10.7.ebuild @@ -20,7 +20,6 @@ DEPEND="media-libs/fontconfig >=dev-lang/ruby-2.2 dev-ruby/rubygems dev-ruby/bundler - sys-devel/gcc dev-libs/libffi sys-apps/coreutils " @@ -99,7 +98,6 @@ src_install() { rm -rf "${D}/usr/share/snmp" rm -rf "${D}/usr/lib64/python*/site-packages/pcs/snmp" #FIXME rm "${D}/usr/share/man/man8/pcs_snmp_agent.8" - rm "${D}/usr/lib/systemd/system/pcs_snmp_agent.service" rm "${D}/usr/lib/pcs/pcs_snmp_agent" rm "${D}/etc/default/pcs_snmp_agent" fi