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 F06FF139695 for ; Wed, 22 Feb 2017 09:29:06 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 46E8821C095; Wed, 22 Feb 2017 09:29:05 +0000 (UTC) Received: from smtp.gentoo.org (dev.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 282A821C095 for ; Wed, 22 Feb 2017 09:29:05 +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 5C89634155D for ; Wed, 22 Feb 2017 09:29:04 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id B87965084 for ; Wed, 22 Feb 2017 09:29:02 +0000 (UTC) From: "Michał Górny" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Michał Górny" Message-ID: <1487755733.40cabc38c541387a6661245550883caed688be96.mgorny@gentoo> Subject: [gentoo-commits] proj/portage:master commit in: repoman/pym/repoman/modules/scan/ebuild/ X-VCS-Repository: proj/portage X-VCS-Files: repoman/pym/repoman/modules/scan/ebuild/checks.py X-VCS-Directories: repoman/pym/repoman/modules/scan/ebuild/ X-VCS-Committer: mgorny X-VCS-Committer-Name: Michał Górny X-VCS-Revision: 40cabc38c541387a6661245550883caed688be96 X-VCS-Branch: master Date: Wed, 22 Feb 2017 09:29:02 +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: 53b6fed6-7aa5-47ff-be6d-0172ba9623d6 X-Archives-Hash: f788a2b60f92978ed4b0db3546c0513a commit: 40cabc38c541387a6661245550883caed688be96 Author: Michał Górny gentoo org> AuthorDate: Wed Feb 22 08:19:48 2017 +0000 Commit: Michał Górny gentoo org> CommitDate: Wed Feb 22 09:28:53 2017 +0000 URL: https://gitweb.gentoo.org/proj/portage.git/commit/?id=40cabc38 repoman: Deprecate confutils.eclass Reviewed-by: Zac Medico gentoo.org> repoman/pym/repoman/modules/scan/ebuild/checks.py | 1 + 1 file changed, 1 insertion(+) diff --git a/repoman/pym/repoman/modules/scan/ebuild/checks.py b/repoman/pym/repoman/modules/scan/ebuild/checks.py index 1c4548711..6d239c894 100644 --- a/repoman/pym/repoman/modules/scan/ebuild/checks.py +++ b/repoman/pym/repoman/modules/scan/ebuild/checks.py @@ -417,6 +417,7 @@ class InheritDeprecated(LineCheck): "bash-completion": "bash-completion-r1", "boost-utils": False, "clutter": "gnome2", + "confutils": False, "distutils": "distutils-r1", "games": False, "gems": "ruby-fakegem",