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 31F14139085 for ; Fri, 23 Dec 2016 21:51:23 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 40ED8E0BB1; Fri, 23 Dec 2016 21:51:21 +0000 (UTC) Received: from smtp.gentoo.org (mail.gentoo.org [IPv6:2001:470:ea4a:1:5054:ff:fec7:86e4]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by pigeon.gentoo.org (Postfix) with ESMTPS id 22475E0BB1 for ; Fri, 23 Dec 2016 21:51:21 +0000 (UTC) Received: from oystercatcher.gentoo.org (unknown [IPv6:2a01:4f8:202:4333:225:90ff:fed9:fc84]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id 45B66341026 for ; Fri, 23 Dec 2016 21:51:20 +0000 (UTC) Received: from localhost.localdomain (localhost [127.0.0.1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id B460A1AE8 for ; Fri, 23 Dec 2016 21:51:18 +0000 (UTC) From: "Manuel Rüger" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Manuel Rüger" Message-ID: <1482529864.38f90eb58e4d73196a47d3cc344293df85e6d13d.mrueg@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: dev-ruby/classifier-reborn/ X-VCS-Repository: repo/gentoo X-VCS-Files: dev-ruby/classifier-reborn/classifier-reborn-2.0.4.ebuild X-VCS-Directories: dev-ruby/classifier-reborn/ X-VCS-Committer: mrueg X-VCS-Committer-Name: Manuel Rüger X-VCS-Revision: 38f90eb58e4d73196a47d3cc344293df85e6d13d X-VCS-Branch: master Date: Fri, 23 Dec 2016 21:51:18 +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: d7f8d671-71ae-4018-8f2f-ba7b3203d402 X-Archives-Hash: 89ac13e87faa161fdd1b13646260b52f commit: 38f90eb58e4d73196a47d3cc344293df85e6d13d Author: Manuel Rüger gentoo org> AuthorDate: Fri Dec 23 21:50:48 2016 +0000 Commit: Manuel Rüger gentoo org> CommitDate: Fri Dec 23 21:51:04 2016 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=38f90eb5 dev-ruby/classifier-reborn: Add ruby23, drop ruby20 Package-Manager: portage-2.3.3 dev-ruby/classifier-reborn/classifier-reborn-2.0.4.ebuild | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/dev-ruby/classifier-reborn/classifier-reborn-2.0.4.ebuild b/dev-ruby/classifier-reborn/classifier-reborn-2.0.4.ebuild index a02a984..74c9931 100644 --- a/dev-ruby/classifier-reborn/classifier-reborn-2.0.4.ebuild +++ b/dev-ruby/classifier-reborn/classifier-reborn-2.0.4.ebuild @@ -3,7 +3,7 @@ # $Id$ EAPI=5 -USE_RUBY="ruby20 ruby21 ruby22" +USE_RUBY="ruby21 ruby22 ruby23" RUBY_FAKEGEM_TASK_DOC="" RUBY_FAKEGEM_EXTRADOC="README.markdown"