commit: 0a52d63eedbabf09430868029952e3b9bb143668 Author: Jeroen Roovers <jer <AT> gentoo <DOT> org> AuthorDate: Sat Jun 27 05:19:01 2020 +0000 Commit: Jeroen Roovers <jer <AT> gentoo <DOT> 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 <jer <AT> 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() {
