summaryrefslogtreecommitdiffstats
path: root/pym/repoman
diff options
context:
space:
mode:
authorMichał Górny <mgorny@gentoo.org>2012-10-31 11:07:19 +0100
committerZac Medico <zmedico@gentoo.org>2012-10-31 07:11:05 -0700
commit700946f783ee3f06a10b913cd190a1983264a2ec (patch)
tree940117690f5dd45df2916834e98570b226e91e81 /pym/repoman
parent5acf1392fdcac2470e504b211d40ee7606d2090a (diff)
downloadportage-700946f783ee3f06a10b913cd190a1983264a2ec.tar.gz
portage-700946f783ee3f06a10b913cd190a1983264a2ec.tar.bz2
portage-700946f783ee3f06a10b913cd190a1983264a2ec.zip
Deprecate python-distutils-ng.
python-r1 & distutils-r1 are almost drop-in replacements.
Diffstat (limited to 'pym/repoman')
-rw-r--r--pym/repoman/checks.py1
1 files changed, 1 insertions, 0 deletions
diff --git a/pym/repoman/checks.py b/pym/repoman/checks.py
index b47028ca7..240f2498a 100644
--- a/pym/repoman/checks.py
+++ b/pym/repoman/checks.py
@@ -385,6 +385,7 @@ class InheritDeprecated(LineCheck):
"php-ext-pecl-r1": "php-ext-pecl-r2",
"php-ext-source-r1": "php-ext-source-r2",
"php-pear": "php-pear-r1",
+ "python-distutils-ng": "python-r1 + distutils-r1",
"qt3": False,
"qt4": "qt4-r2",
"ruby": "ruby-ng",