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 D87DF138334 for ; Sun, 20 Jan 2019 18:43:24 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 2C331E095D; Sun, 20 Jan 2019 18:43:22 +0000 (UTC) Received: from smtp.gentoo.org (dev.gentoo.org [IPv6:2001:470:ea4a:1:5054:ff:fec7:86e4]) (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 F2F08E095D for ; Sun, 20 Jan 2019 18:43:21 +0000 (UTC) Received: from oystercatcher.gentoo.org (oystercatcher.gentoo.org [148.251.78.52]) (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 A00FC335D25 for ; Sun, 20 Jan 2019 18:43:20 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 07AC3520 for ; Sun, 20 Jan 2019 18:43:17 +0000 (UTC) From: "Hans de Graaff" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Hans de Graaff" Message-ID: <1548009774.5962d147b41b7e02554fd29202493fd9bbd49c39.graaff@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: dev-ruby/sawyer/ X-VCS-Repository: repo/gentoo X-VCS-Files: dev-ruby/sawyer/sawyer-0.8.1.ebuild X-VCS-Directories: dev-ruby/sawyer/ X-VCS-Committer: graaff X-VCS-Committer-Name: Hans de Graaff X-VCS-Revision: 5962d147b41b7e02554fd29202493fd9bbd49c39 X-VCS-Branch: master Date: Sun, 20 Jan 2019 18:43:17 +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: ee873788-b66c-4d8f-bf52-e36af51ad468 X-Archives-Hash: 09f9fe74fe1d38eedbd7d5c4140d57f0 commit: 5962d147b41b7e02554fd29202493fd9bbd49c39 Author: Hans de Graaff gentoo org> AuthorDate: Sun Jan 20 10:55:53 2019 +0000 Commit: Hans de Graaff gentoo org> CommitDate: Sun Jan 20 18:42:54 2019 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=5962d147 dev-ruby/sawyer: document ruby25 status Signed-off-by: Hans de Graaff gentoo.org> Package-Manager: Portage-2.3.51, Repoman-2.3.11 dev-ruby/sawyer/sawyer-0.8.1.ebuild | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/dev-ruby/sawyer/sawyer-0.8.1.ebuild b/dev-ruby/sawyer/sawyer-0.8.1.ebuild index 7c1f694d32d..af38670db92 100644 --- a/dev-ruby/sawyer/sawyer-0.8.1.ebuild +++ b/dev-ruby/sawyer/sawyer-0.8.1.ebuild @@ -1,7 +1,9 @@ -# Copyright 1999-2018 Gentoo Foundation +# Copyright 1999-2019 Gentoo Authors # Distributed under the terms of the GNU General Public License v2 EAPI=5 + +# ruby25: code not compatible USE_RUBY="ruby23 ruby24" RUBY_FAKEGEM_RECIPE_DOC="rdoc"