commit: 6b5ce81a4bd851cc34407bec184f5d828af21142 Author: Jeroen Roovers <jer <AT> gentoo <DOT> org> AuthorDate: Sat Mar 23 12:15:32 2019 +0000 Commit: Jeroen Roovers <jer <AT> gentoo <DOT> org> CommitDate: Sat Mar 23 12:16:19 2019 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=6b5ce81a
dev-ruby/rrdtool-bindings: EAPI=5 Package-Manager: Portage-2.3.62, Repoman-2.3.12 Fixes: https://bugs.gentoo.org/677332 Signed-off-by: Jeroen Roovers <jer <AT> gentoo.org> dev-ruby/rrdtool-bindings/rrdtool-bindings-1.7.1.ebuild | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/dev-ruby/rrdtool-bindings/rrdtool-bindings-1.7.1.ebuild b/dev-ruby/rrdtool-bindings/rrdtool-bindings-1.7.1.ebuild index 4159c5580ae..c3942281445 100644 --- a/dev-ruby/rrdtool-bindings/rrdtool-bindings-1.7.1.ebuild +++ b/dev-ruby/rrdtool-bindings/rrdtool-bindings-1.7.1.ebuild @@ -1,7 +1,7 @@ # Copyright 1999-2019 Gentoo Authors # Distributed under the terms of the GNU General Public License v2 -EAPI=6 +EAPI=5 USE_RUBY="ruby23 ruby24 ruby25 ruby26" RUBY_FAKEGEM_TASK_DOC="" inherit ruby-ng @@ -28,7 +28,6 @@ RDEPEND=" DEPEND=" test? ( ~net-analyzer/rrdtool-${PV}[graph] ) " - RUBY_PATCHES=( "${FILESDIR}"/${PN}-1.4.8-graph-ruby.patch )
