diff options
author | Patrick Lauer <patrick@gentoo.org> | 2013-02-08 03:38:09 +0000 |
---|---|---|
committer | Patrick Lauer <patrick@gentoo.org> | 2013-02-08 03:38:09 +0000 |
commit | 415ad7cc3b7d0a753bd05bef95962f1d476a8f82 (patch) | |
tree | b4a4fee2d7bb8fcedbe9f4efe95fdd12fd3ea349 /eclass/distutils.eclass | |
parent | Remove old. Fix dependency in 201208 snapshot, should only depend on akonadi-... (diff) | |
download | gentoo-2-415ad7cc3b7d0a753bd05bef95962f1d476a8f82.tar.gz gentoo-2-415ad7cc3b7d0a753bd05bef95962f1d476a8f82.tar.bz2 gentoo-2-415ad7cc3b7d0a753bd05bef95962f1d476a8f82.zip |
Fixing confusing message in distutils.eclass
Diffstat (limited to 'eclass/distutils.eclass')
-rw-r--r-- | eclass/distutils.eclass | 12 |
1 files changed, 6 insertions, 6 deletions
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 |