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 A51CE1381F3 for ; Mon, 5 Aug 2013 17:57:20 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 73153E0B70; Mon, 5 Aug 2013 17:57:18 +0000 (UTC) Received: from smtp.gentoo.org (smtp.gentoo.org [140.211.166.183]) (using TLSv1 with cipher AECDH-AES256-SHA (256/256 bits)) (No client certificate requested) by pigeon.gentoo.org (Postfix) with ESMTPS id 0B746E0B70 for ; Mon, 5 Aug 2013 17:57:17 +0000 (UTC) Received: from hornbill.gentoo.org (hornbill.gentoo.org [94.100.119.163]) (using TLSv1 with cipher AECDH-AES256-SHA (256/256 bits)) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id EF30333EC81 for ; Mon, 5 Aug 2013 17:57:16 +0000 (UTC) Received: from localhost.localdomain (localhost [127.0.0.1]) by hornbill.gentoo.org (Postfix) with ESMTP id 7B9B3E468F for ; Mon, 5 Aug 2013 17:57:15 +0000 (UTC) From: "Zac Medico" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Zac Medico" Message-ID: <1375725409.7d5775778432458bde6298badf182b4db90487fa.zmedico@gentoo> Subject: [gentoo-commits] proj/portage:master commit in: bin/ X-VCS-Repository: proj/portage X-VCS-Files: bin/repoman X-VCS-Directories: bin/ X-VCS-Committer: zmedico X-VCS-Committer-Name: Zac Medico X-VCS-Revision: 7d5775778432458bde6298badf182b4db90487fa X-VCS-Branch: master Date: Mon, 5 Aug 2013 17:57:15 +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: 5f3f4c41-27f1-4c06-b673-f53a42e854e7 X-Archives-Hash: 09f106dfe764daa1c75e414c5197b1b3 commit: 7d5775778432458bde6298badf182b4db90487fa Author: Zac Medico gentoo org> AuthorDate: Mon Aug 5 17:56:49 2013 +0000 Commit: Zac Medico gentoo org> CommitDate: Mon Aug 5 17:56:49 2013 +0000 URL: http://git.overlays.gentoo.org/gitweb/?p=proj/portage.git;a=commit;h=7d577577 repoman: don't deprecate ruby_targets_rbx It was mistakenly deprecated (see bug #469616). --- bin/repoman | 1 - 1 file changed, 1 deletion(-) diff --git a/bin/repoman b/bin/repoman index 4ffe10d..2f98a9f 100755 --- a/bin/repoman +++ b/bin/repoman @@ -479,7 +479,6 @@ suspect_virtual = { } ruby_deprecated = { - "ruby_targets_rbx", "ruby_targets_ree18", }