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 55391139695 for ; Tue, 27 Jun 2017 21:36:09 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id ED23FE0C03; Tue, 27 Jun 2017 21:36:06 +0000 (UTC) Received: from smtp.gentoo.org (smtp.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 C8182E0C03 for ; Tue, 27 Jun 2017 21:36:06 +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 9E3643416A5 for ; Tue, 27 Jun 2017 21:36:05 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 097A57480 for ; Tue, 27 Jun 2017 21:36:04 +0000 (UTC) From: "Brian Dolbec" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Brian Dolbec" Message-ID: <1498598966.5cc3bc2f3fbe8c4ca2c078eb5709d61b5c3f94c9.dolsen@gentoo> Subject: [gentoo-commits] proj/portage:repoman commit in: repoman/pym/repoman/ X-VCS-Repository: proj/portage X-VCS-Files: repoman/pym/repoman/qa_data.py X-VCS-Directories: repoman/pym/repoman/ X-VCS-Committer: dolsen X-VCS-Committer-Name: Brian Dolbec X-VCS-Revision: 5cc3bc2f3fbe8c4ca2c078eb5709d61b5c3f94c9 X-VCS-Branch: repoman Date: Tue, 27 Jun 2017 21:36:04 +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: 16e04cd7-db93-4b2e-b032-6bd3f795f39e X-Archives-Hash: 34134b1ffabb2ceb13a6374bc1e2259f commit: 5cc3bc2f3fbe8c4ca2c078eb5709d61b5c3f94c9 Author: Manuel RĂ¼ger gentoo org> AuthorDate: Tue May 30 10:18:58 2017 +0000 Commit: Brian Dolbec gentoo org> CommitDate: Tue Jun 27 21:29:26 2017 +0000 URL: https://gitweb.gentoo.org/proj/portage.git/commit/?id=5cc3bc2f repoman: Mark ruby-2.0 as deprecated repoman/pym/repoman/qa_data.py | 1 + 1 file changed, 1 insertion(+) diff --git a/repoman/pym/repoman/qa_data.py b/repoman/pym/repoman/qa_data.py index a59fed778..fed798f9f 100644 --- a/repoman/pym/repoman/qa_data.py +++ b/repoman/pym/repoman/qa_data.py @@ -358,6 +358,7 @@ ruby_deprecated = frozenset([ "ruby_targets_ree18", "ruby_targets_ruby18", "ruby_targets_ruby19", + "ruby_targets_ruby20", ])