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 E7D291382C5 for ; Sat, 27 Jun 2020 05:19:29 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id E0E14E0976; Sat, 27 Jun 2020 05:19:27 +0000 (UTC) Received: from smtp.gentoo.org (smtp.gentoo.org [140.211.166.183]) (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 C1293E0976 for ; Sat, 27 Jun 2020 05:19:27 +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 2EAF134EEDA for ; Sat, 27 Jun 2020 05:19:26 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 45DE72A5 for ; Sat, 27 Jun 2020 05:19:22 +0000 (UTC) From: "Jeroen Roovers" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Jeroen Roovers" Message-ID: <1593235158.0a52d63eedbabf09430868029952e3b9bb143668.jer@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: dev-ruby/rrdtool-bindings/ X-VCS-Repository: repo/gentoo X-VCS-Files: dev-ruby/rrdtool-bindings/rrdtool-bindings-1.7.1-r1.ebuild dev-ruby/rrdtool-bindings/rrdtool-bindings-1.7.2.ebuild X-VCS-Directories: dev-ruby/rrdtool-bindings/ X-VCS-Committer: jer X-VCS-Committer-Name: Jeroen Roovers X-VCS-Revision: 0a52d63eedbabf09430868029952e3b9bb143668 X-VCS-Branch: master Date: Sat, 27 Jun 2020 05:19:22 +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: dd0f019c-30f5-4a3e-b9fd-aa517c7ac6f1 X-Archives-Hash: f419d3e8275289f8b218583d727f0171 commit: 0a52d63eedbabf09430868029952e3b9bb143668 Author: Jeroen Roovers gentoo org> AuthorDate: Sat Jun 27 05:19:01 2020 +0000 Commit: Jeroen Roovers gentoo org> CommitDate: Sat Jun 27 05:19:18 2020 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=0a52d63e dev-ruby/rrdtool-bindings: epatch => eapply Package-Manager: Portage-2.3.103, Repoman-2.3.23 Closes: https://bugs.gentoo.org/729764 Signed-off-by: Jeroen Roovers gentoo.org> dev-ruby/rrdtool-bindings/rrdtool-bindings-1.7.1-r1.ebuild | 2 +- dev-ruby/rrdtool-bindings/rrdtool-bindings-1.7.2.ebuild | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/dev-ruby/rrdtool-bindings/rrdtool-bindings-1.7.1-r1.ebuild b/dev-ruby/rrdtool-bindings/rrdtool-bindings-1.7.1-r1.ebuild index 371902f19a8..b9c82b87c59 100644 --- a/dev-ruby/rrdtool-bindings/rrdtool-bindings-1.7.1-r1.ebuild +++ b/dev-ruby/rrdtool-bindings/rrdtool-bindings-1.7.1-r1.ebuild @@ -32,7 +32,7 @@ DEPEND=" " all_ruby_prepare() { - epatch "${FILESDIR}"/${PN}-1.4.8-graph-ruby.patch + eapply -p3 "${FILESDIR}"/${PN}-1.4.8-graph-ruby.patch } each_ruby_configure() { diff --git a/dev-ruby/rrdtool-bindings/rrdtool-bindings-1.7.2.ebuild b/dev-ruby/rrdtool-bindings/rrdtool-bindings-1.7.2.ebuild index b054ce03e31..584cca6b064 100644 --- a/dev-ruby/rrdtool-bindings/rrdtool-bindings-1.7.2.ebuild +++ b/dev-ruby/rrdtool-bindings/rrdtool-bindings-1.7.2.ebuild @@ -32,7 +32,7 @@ DEPEND=" " all_ruby_prepare() { - epatch "${FILESDIR}"/${PN}-1.4.8-graph-ruby.patch + eapply -p3 "${FILESDIR}"/${PN}-1.4.8-graph-ruby.patch } each_ruby_configure() {