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
commit735d0624ff8454a7ea5e77fadc60eb9f7511f269 (patch)
tree1239b720b4c44519cb22f9612e087a25e491f327 /eclass/python-r1.eclass
parentFix LICENSE, bug 445862. (diff)
downloadgentoo-2-735d0624ff8454a7ea5e77fadc60eb9f7511f269.tar.gz
gentoo-2-735d0624ff8454a7ea5e77fadc60eb9f7511f269.tar.bz2
gentoo-2-735d0624ff8454a7ea5e77fadc60eb9f7511f269.zip
Remove outdated comments and checks.
Diffstat (limited to 'eclass/python-r1.eclass')
-rw-r--r--eclass/python-r1.eclass6
1 files changed, 1 insertions, 5 deletions
diff --git a/eclass/python-r1.eclass b/eclass/python-r1.eclass
index 2b515f1b458a..cfd0a3695821 100644
--- a/eclass/python-r1.eclass
+++ b/eclass/python-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/python-r1.eclass,v 1.27 2012/12/16 21:42:33 mgorny Exp $
+# $Header: /var/cvsroot/gentoo-x86/eclass/python-r1.eclass,v 1.28 2012/12/16 23:26:15 mgorny Exp $
# @ECLASS: python-r1
# @MAINTAINER:
@@ -480,10 +480,6 @@ python_export_best() {
python_replicate_script() {
debug-print-function ${FUNCNAME} "${@}"
- if [[ ${_PYTHON_SINGLE_R1} ]]; then
- die "${FUNCNAME} must not be used with python-single-r1 eclass."
- fi
-
local suffixes=()
_add_suffix() {