diff options
author | Michał Górny <mgorny@gentoo.org> | 2012-12-16 23:26:15 +0000 |
---|---|---|
committer | Michał Górny <mgorny@gentoo.org> | 2012-12-16 23:26:15 +0000 |
commit | 735d0624ff8454a7ea5e77fadc60eb9f7511f269 (patch) | |
tree | 1239b720b4c44519cb22f9612e087a25e491f327 /eclass/distutils-r1.eclass | |
parent | Fix LICENSE, bug 445862. (diff) | |
download | gentoo-2-735d0624ff8454a7ea5e77fadc60eb9f7511f269.tar.gz gentoo-2-735d0624ff8454a7ea5e77fadc60eb9f7511f269.tar.bz2 gentoo-2-735d0624ff8454a7ea5e77fadc60eb9f7511f269.zip |
Remove outdated comments and checks.
Diffstat (limited to 'eclass/distutils-r1.eclass')
-rw-r--r-- | eclass/distutils-r1.eclass | 3 |
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}/}" |