summaryrefslogtreecommitdiff
path: root/eclass
diff options
context:
space:
mode:
authorMichał Górny <mgorny@gentoo.org>2017-02-18 00:21:54 +0100
committerMichał Górny <mgorny@gentoo.org>2017-02-18 08:34:45 +0100
commit857c97b0c5dcd927f21070f6ec1e660814b879d9 (patch)
tree95aae24089fe488da93803359a748ed59ee1155a /eclass
parentdev-vcs/cvs2svn: Clean old version up (diff)
downloadgentoo-857c97b0c5dcd927f21070f6ec1e660814b879d9.tar.gz
gentoo-857c97b0c5dcd927f21070f6ec1e660814b879d9.tar.bz2
gentoo-857c97b0c5dcd927f21070f6ec1e660814b879d9.zip
distutils.eclass: Mark @DEAD for removal
Diffstat (limited to 'eclass')
-rw-r--r--eclass/distutils.eclass5
1 files changed, 4 insertions, 1 deletions
diff --git a/eclass/distutils.eclass b/eclass/distutils.eclass
index d24ae551f7c2..acea750b3f9d 100644
--- a/eclass/distutils.eclass
+++ b/eclass/distutils.eclass
@@ -1,7 +1,10 @@
-# Copyright 1999-2014 Gentoo Foundation
+# Copyright 1999-2017 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
# $Id$
+# @DEAD
+# Removal on 2017-03-18.
+
# @ECLASS: distutils.eclass
# @MAINTAINER:
# Gentoo Python Project <python@gentoo.org>