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 DFF8959CB2 for ; Thu, 14 Apr 2016 23:41:28 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 7376621C03E; Thu, 14 Apr 2016 23:41:28 +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 1919F21C030 for ; Thu, 14 Apr 2016 23:41:28 +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 3F4BD340D30 for ; Thu, 14 Apr 2016 23:41:27 +0000 (UTC) Received: from localhost.localdomain (localhost [127.0.0.1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 4633913F6 for ; Thu, 14 Apr 2016 23:41:25 +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: <1460677270.b2a7655fb223aa5bb4861c0cda9c4801ce6f3cae.mrueg@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: dev-ruby/unf_ext/ X-VCS-Repository: repo/gentoo X-VCS-Files: dev-ruby/unf_ext/unf_ext-0.0.7.1.ebuild X-VCS-Directories: dev-ruby/unf_ext/ X-VCS-Committer: mrueg X-VCS-Committer-Name: Manuel Rüger X-VCS-Revision: b2a7655fb223aa5bb4861c0cda9c4801ce6f3cae X-VCS-Branch: master Date: Thu, 14 Apr 2016 23:41:25 +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: 0fc3ef5f-328e-4f4a-867c-8e9025a276bb X-Archives-Hash: 4c25d015187c93eb265350ea97edecb8 commit: b2a7655fb223aa5bb4861c0cda9c4801ce6f3cae Author: Manuel Rüger gentoo org> AuthorDate: Thu Apr 14 23:41:10 2016 +0000 Commit: Manuel Rüger gentoo org> CommitDate: Thu Apr 14 23:41:10 2016 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=b2a7655f dev-ruby/unf_ext: Remove ruby19 Package-Manager: portage-2.2.28 dev-ruby/unf_ext/unf_ext-0.0.7.1.ebuild | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/dev-ruby/unf_ext/unf_ext-0.0.7.1.ebuild b/dev-ruby/unf_ext/unf_ext-0.0.7.1.ebuild index b35fd0f..e7b6b9a 100644 --- a/dev-ruby/unf_ext/unf_ext-0.0.7.1.ebuild +++ b/dev-ruby/unf_ext/unf_ext-0.0.7.1.ebuild @@ -1,10 +1,10 @@ -# Copyright 1999-2015 Gentoo Foundation +# Copyright 1999-2016 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 # $Id$ EAPI=5 -USE_RUBY="ruby19 ruby20 ruby21 ruby22" +USE_RUBY="ruby20 ruby21 ruby22" RUBY_FAKEGEM_RECIPE_TEST="none"