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)) (No client certificate requested) by finch.gentoo.org (Postfix) with ESMTPS id 6E3CF15808D for ; Sat, 23 Apr 2022 18:57:46 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 8F3F3E0817; Sat, 23 Apr 2022 18:57:45 +0000 (UTC) Received: from smtp.gentoo.org (smtp.gentoo.org [IPv6:2001:470:ea4a:1:5054:ff:fec7:86e4]) (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 E14BEE0817 for ; Sat, 23 Apr 2022 18:57:44 +0000 (UTC) Received: from oystercatcher.gentoo.org (unknown [IPv6:2a01:4f8:202:4333:225:90ff:fed9:fc84]) (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 4FB44341C1B for ; Sat, 23 Apr 2022 18:57:43 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 7CE002E0 for ; Sat, 23 Apr 2022 18:57:41 +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: <1650740248.03d3ca03cb25284d2b8fda22db77dc9aab4b2c91.andrewammerlaan@gentoo> Subject: [gentoo-commits] repo/proj/guru:dev commit in: sys-cluster/pcs/ X-VCS-Repository: repo/proj/guru X-VCS-Files: sys-cluster/pcs/pcs-0.11.2.ebuild X-VCS-Directories: sys-cluster/pcs/ X-VCS-Committer: andrewammerlaan X-VCS-Committer-Name: Andrew Ammerlaan X-VCS-Revision: 03d3ca03cb25284d2b8fda22db77dc9aab4b2c91 X-VCS-Branch: dev Date: Sat, 23 Apr 2022 18:57:41 +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: ee3e98f8-2c23-4cf6-8a59-24a64ccb6891 X-Archives-Hash: 599b6e71b7982660a289c230963259be Message-ID: <20220423185741.DEx-PLTH9m580QWChku4yHm7GfYFHmjOk0Y5TtItLh0@z> commit: 03d3ca03cb25284d2b8fda22db77dc9aab4b2c91 Author: Andrew Ammerlaan gentoo org> AuthorDate: Sat Apr 23 18:57:28 2022 +0000 Commit: Andrew Ammerlaan gentoo org> CommitDate: Sat Apr 23 18:57:28 2022 +0000 URL: https://gitweb.gentoo.org/repo/proj/guru.git/commit/?id=03d3ca03 sys-cluster/pcs: remove DoubleEmptyLine Signed-off-by: Andrew Ammerlaan gentoo.org> sys-cluster/pcs/pcs-0.11.2.ebuild | 1 - 1 file changed, 1 deletion(-) diff --git a/sys-cluster/pcs/pcs-0.11.2.ebuild b/sys-cluster/pcs/pcs-0.11.2.ebuild index e6e6fa20a..aeeddbed6 100644 --- a/sys-cluster/pcs/pcs-0.11.2.ebuild +++ b/sys-cluster/pcs/pcs-0.11.2.ebuild @@ -66,7 +66,6 @@ ruby_add_rdepend " dev-ruby/webrick dev-ruby/json" - REQUIRED_USE="${PYTHON_REQUIRED_USE}" PATCHES="${FILESDIR}/pcs-0.11-gentoo-support.patch ${FILESDIR}/remove_bashism.patch"