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 ABD95138334 for ; Sat, 23 Mar 2019 12:16:30 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id A8435E09A2; Sat, 23 Mar 2019 12:16:29 +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 7F154E09A2 for ; Sat, 23 Mar 2019 12:16:29 +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 93537335CC0 for ; Sat, 23 Mar 2019 12:16:26 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 0AF99596 for ; Sat, 23 Mar 2019 12:16:25 +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: <1553343379.6b5ce81a4bd851cc34407bec184f5d828af21142.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.ebuild X-VCS-Directories: dev-ruby/rrdtool-bindings/ X-VCS-Committer: jer X-VCS-Committer-Name: Jeroen Roovers X-VCS-Revision: 6b5ce81a4bd851cc34407bec184f5d828af21142 X-VCS-Branch: master Date: Sat, 23 Mar 2019 12:16:25 +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: 356eb9b7-92ab-4c13-a883-a4388e3eda54 X-Archives-Hash: ad4a47af38fc2ad7e4cb91e3f45d15e1 commit: 6b5ce81a4bd851cc34407bec184f5d828af21142 Author: Jeroen Roovers gentoo org> AuthorDate: Sat Mar 23 12:15:32 2019 +0000 Commit: Jeroen Roovers gentoo 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 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 )