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 672CB1382C5 for ; Wed, 24 Jan 2018 16:43:25 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 49B5EE08E8; Wed, 24 Jan 2018 16:43:24 +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 268E5E08E8 for ; Wed, 24 Jan 2018 16:43:24 +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 4BC8A335C36 for ; Wed, 24 Jan 2018 16:43:23 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 227261D2 for ; Wed, 24 Jan 2018 16:43:20 +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: <1516812192.2b4d1639fe89d9d843e83367f84f6bf1fd761e02.graaff@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: dev-util/aruba/ X-VCS-Repository: repo/gentoo X-VCS-Files: dev-util/aruba/aruba-0.6.2.ebuild X-VCS-Directories: dev-util/aruba/ X-VCS-Committer: graaff X-VCS-Committer-Name: Hans de Graaff X-VCS-Revision: 2b4d1639fe89d9d843e83367f84f6bf1fd761e02 X-VCS-Branch: master Date: Wed, 24 Jan 2018 16:43:20 +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: 64ceb765-82e3-413d-b1d5-7a6c17b4d951 X-Archives-Hash: fddb58ef8f3eba8b71f57d4dc82a3ec0 commit: 2b4d1639fe89d9d843e83367f84f6bf1fd761e02 Author: Hans de Graaff gentoo org> AuthorDate: Wed Jan 24 16:41:33 2018 +0000 Commit: Hans de Graaff gentoo org> CommitDate: Wed Jan 24 16:43:12 2018 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=2b4d1639 dev-util/aruba: add ruby23 Package-Manager: Portage-2.3.19, Repoman-2.3.6 dev-util/aruba/aruba-0.6.2.ebuild | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/dev-util/aruba/aruba-0.6.2.ebuild b/dev-util/aruba/aruba-0.6.2.ebuild index bfd66f5dc73..f85d54a391d 100644 --- a/dev-util/aruba/aruba-0.6.2.ebuild +++ b/dev-util/aruba/aruba-0.6.2.ebuild @@ -1,8 +1,8 @@ -# Copyright 1999-2016 Gentoo Foundation +# Copyright 1999-2018 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 EAPI=5 -USE_RUBY="ruby20 ruby21 ruby22" +USE_RUBY="ruby22 ruby23" RUBY_FAKEGEM_TASK_DOC="" RUBY_FAKEGEM_RECIPE_TEST="cucumber"