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 154441382C5 for ; Mon, 19 Mar 2018 18:43:21 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 0A859E0919; Mon, 19 Mar 2018 18:43:20 +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 D488FE0919 for ; Mon, 19 Mar 2018 18:43:19 +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 40649335C93 for ; Mon, 19 Mar 2018 18:43:18 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 66878260 for ; Mon, 19 Mar 2018 18:43:16 +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: <1521484991.8fc35d791e3679e056cd4c80e27e4d3e9d905419.graaff@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: dev-ruby/ox/ X-VCS-Repository: repo/gentoo X-VCS-Files: dev-ruby/ox/ox-2.8.2.ebuild X-VCS-Directories: dev-ruby/ox/ X-VCS-Committer: graaff X-VCS-Committer-Name: Hans de Graaff X-VCS-Revision: 8fc35d791e3679e056cd4c80e27e4d3e9d905419 X-VCS-Branch: master Date: Mon, 19 Mar 2018 18:43:16 +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-Archives-Salt: 3c0e26e4-cd8c-4fc8-80ee-2f545bbc8672 X-Archives-Hash: f377694c57d0c8038e835f25c17b3cd1 commit: 8fc35d791e3679e056cd4c80e27e4d3e9d905419 Author: Hans de Graaff gentoo org> AuthorDate: Mon Mar 19 17:58:06 2018 +0000 Commit: Hans de Graaff gentoo org> CommitDate: Mon Mar 19 18:43:11 2018 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=8fc35d79 dev-ruby/ox: add missing ruby22 Package-Manager: Portage-2.3.24, Repoman-2.3.6 dev-ruby/ox/ox-2.8.2.ebuild | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/dev-ruby/ox/ox-2.8.2.ebuild b/dev-ruby/ox/ox-2.8.2.ebuild index 61a6f743a6d..193ee535eed 100644 --- a/dev-ruby/ox/ox-2.8.2.ebuild +++ b/dev-ruby/ox/ox-2.8.2.ebuild @@ -2,7 +2,7 @@ # Distributed under the terms of the GNU General Public License v2 EAPI=6 -USE_RUBY="ruby23 ruby24 ruby25" +USE_RUBY=" ruby22 ruby23 ruby24 ruby25" RUBY_FAKEGEM_EXTRADOC="README.md" RUBY_FAKEGEM_RECIPE_DOC="rdoc"