summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMichał Górny <mgorny@gentoo.org>2012-12-16 23:26:15 +0000
committerMichał Górny <mgorny@gentoo.org>2012-12-16 23:26:15 +0000
commit84dfad37c4fa3b3a30429bbbd4838cd25493f517 (patch)
treeb9165b538065e9efaf403d820bdd1c4ac976c85d /eclass/distutils-r1.eclass
parentFix LICENSE, bug 445862. (diff)
downloadhistorical-84dfad37c4fa3b3a30429bbbd4838cd25493f517.tar.gz
historical-84dfad37c4fa3b3a30429bbbd4838cd25493f517.tar.bz2
historical-84dfad37c4fa3b3a30429bbbd4838cd25493f517.zip
Remove outdated comments and checks.
Diffstat (limited to 'eclass/distutils-r1.eclass')
-rw-r--r--eclass/distutils-r1.eclass3
1 files changed, 1 insertions, 2 deletions
diff --git a/eclass/distutils-r1.eclass b/eclass/distutils-r1.eclass
index 4ac9f01377cf..54c3afd32b42 100644
--- a/eclass/distutils-r1.eclass
+++ b/eclass/distutils-r1.eclass
@@ -1,6 +1,6 @@
# Copyright 1999-2012 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/eclass/distutils-r1.eclass,v 1.32 2012/12/13 16:47:25 mgorny Exp $
+# $Header: /var/cvsroot/gentoo-x86/eclass/distutils-r1.eclass,v 1.33 2012/12/16 23:26:15 mgorny Exp $
# @ECLASS: distutils-r1
# @MAINTAINER:
@@ -282,7 +282,6 @@ _distutils-r1_rename_scripts() {
[[ ${path} ]] || die "${FUNCNAME}: no path given"
local f
- # XXX: change this if we ever allow directories in bin/sbin
while IFS= read -r -d '' f; do
debug-print "${FUNCNAME}: found executable at ${f#${D}/}"