From 67a56fbcba746c3156744b483e1ac4a86b7d9bcd Mon Sep 17 00:00:00 2001 From: Patrick Lauer Date: Fri, 8 Feb 2013 03:38:09 +0000 Subject: Fixing confusing message in distutils.eclass --- eclass/distutils.eclass | 12 ++++++------ 1 file changed, 6 insertions(+), 6 deletions(-) (limited to 'eclass/distutils.eclass') diff --git a/eclass/distutils.eclass b/eclass/distutils.eclass index 804d7092ee10..2ca49c8cac85 100644 --- a/eclass/distutils.eclass +++ b/eclass/distutils.eclass @@ -1,6 +1,6 @@ -# Copyright 1999-2012 Gentoo Foundation +# Copyright 1999-2013 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/eclass/distutils.eclass,v 1.82 2012/03/15 16:51:54 patrick Exp $ +# $Header: /var/cvsroot/gentoo-x86/eclass/distutils.eclass,v 1.83 2013/02/08 03:38:09 patrick Exp $ # @ECLASS: distutils.eclass # @MAINTAINER: @@ -33,15 +33,15 @@ fi ewarn ewarn "\"${EBUILD}\":" ewarn "Deprecation Warning: Usage of distutils.eclass in packages supporting installation" - ewarn "for multiple Python ABIs in EAPI <=1 is deprecated and will be banned on 2011-06-01." - ewarn "The ebuild needs to be fixed. Please report a bug, if it has not been already reported." + ewarn "for multiple Python ABIs in EAPI <=1 is deprecated." + ewarn "The ebuild should to be fixed. Please report a bug, if it has not been already reported." ewarn elif has "${EAPI:-0}" 0 1 2 && [[ -z "${SUPPORT_PYTHON_ABIS}" ]]; then ewarn ewarn "\"${EBUILD}\":" ewarn "Deprecation Warning: Usage of distutils.eclass in packages not supporting installation" - ewarn "for multiple Python ABIs in EAPI <=2 is deprecated and will be banned on 2011-06-01." - ewarn "The ebuild needs to be fixed. Please report a bug, if it has not been already reported." + ewarn "for multiple Python ABIs in EAPI <=2 is deprecated." + ewarn "The ebuild should to be fixed. Please report a bug, if it has not been already reported." ewarn fi -- cgit v1.2.3-65-gdbad