From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from lists.gentoo.org (pigeon.gentoo.org [208.92.234.80]) by finch.gentoo.org (Postfix) with ESMTP id AD92659CA3 for ; Tue, 8 Mar 2016 21:15:25 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 459ABE07AE; Tue, 8 Mar 2016 21:15:23 +0000 (UTC) Received: from smtp.gentoo.org (smtp.gentoo.org [140.211.166.183]) (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 BE982E07AE for ; Tue, 8 Mar 2016 21:15:22 +0000 (UTC) Received: from oystercatcher.gentoo.org (oystercatcher.gentoo.org [148.251.78.52]) (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 C757C340A99 for ; Tue, 8 Mar 2016 21:15:21 +0000 (UTC) Received: from localhost.localdomain (localhost [127.0.0.1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 2575A1BA1 for ; Tue, 8 Mar 2016 21:15:20 +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: <1457471673.25afaee7467db19b1f80b974471d1745ae798125.mrueg@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: dev-ruby/bundler-audit/ X-VCS-Repository: repo/gentoo X-VCS-Files: dev-ruby/bundler-audit/bundler-audit-0.4.0.ebuild X-VCS-Directories: dev-ruby/bundler-audit/ X-VCS-Committer: mrueg X-VCS-Committer-Name: Manuel Rüger X-VCS-Revision: 25afaee7467db19b1f80b974471d1745ae798125 X-VCS-Branch: master Date: Tue, 8 Mar 2016 21:15: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: fa538203-a6d1-422a-8ed9-94a1ea1216de X-Archives-Hash: 52754b99519b8709b5a29dbc7fb4d93c commit: 25afaee7467db19b1f80b974471d1745ae798125 Author: Manuel Rüger gentoo org> AuthorDate: Tue Mar 8 21:14:33 2016 +0000 Commit: Manuel Rüger gentoo org> CommitDate: Tue Mar 8 21:14:33 2016 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=25afaee7 dev-ruby/bundler-audit: Remove ruby19 Package-Manager: portage-2.2.27 dev-ruby/bundler-audit/bundler-audit-0.4.0.ebuild | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/dev-ruby/bundler-audit/bundler-audit-0.4.0.ebuild b/dev-ruby/bundler-audit/bundler-audit-0.4.0.ebuild index b2d83f8..65e2ed5 100644 --- a/dev-ruby/bundler-audit/bundler-audit-0.4.0.ebuild +++ b/dev-ruby/bundler-audit/bundler-audit-0.4.0.ebuild @@ -4,7 +4,7 @@ EAPI=5 -USE_RUBY="ruby19 ruby20 ruby21 ruby22" +USE_RUBY="ruby20 ruby21 ruby22" RUBY_FAKEGEM_RECIPE_DOC="rdoc"