summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJeroen Roovers <jer@gentoo.org>2019-03-23 13:15:32 +0100
committerJeroen Roovers <jer@gentoo.org>2019-03-23 13:16:19 +0100
commit6b5ce81a4bd851cc34407bec184f5d828af21142 (patch)
tree9613278a4620dd09f54e6ac19722ea64e820840d /dev-ruby/rrdtool-bindings
parentsys-kernel/vanilla-sources: Automated version bump to 4.4.177 - remove old. (diff)
downloadgentoo-6b5ce81a4bd851cc34407bec184f5d828af21142.tar.gz
gentoo-6b5ce81a4bd851cc34407bec184f5d828af21142.tar.bz2
gentoo-6b5ce81a4bd851cc34407bec184f5d828af21142.zip
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@gentoo.org>
Diffstat (limited to 'dev-ruby/rrdtool-bindings')
-rw-r--r--dev-ruby/rrdtool-bindings/rrdtool-bindings-1.7.1.ebuild3
1 files changed, 1 insertions, 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 4159c5580ae0..c39422814456 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
)