diff options
author | Tomas Chvatal <scarabeus@gentoo.org> | 2011-03-18 18:31:23 +0000 |
---|---|---|
committer | Tomas Chvatal <scarabeus@gentoo.org> | 2011-03-18 18:31:23 +0000 |
commit | 27a5ed6a6446f75a9868fcd629f83011eefe6b06 (patch) | |
tree | dabcefec4abba252cb868768353112ad0b293ae3 /eclass/xorg-2.eclass | |
parent | Remove ecompressdir from app-crypt/gnupg-2.0.17 wrt bug 356501. (diff) | |
download | historical-27a5ed6a6446f75a9868fcd629f83011eefe6b06.tar.gz historical-27a5ed6a6446f75a9868fcd629f83011eefe6b06.tar.bz2 historical-27a5ed6a6446f75a9868fcd629f83011eefe6b06.zip |
Update ewarn to explicitly state what ebuild is broken
Diffstat (limited to 'eclass/xorg-2.eclass')
-rw-r--r-- | eclass/xorg-2.eclass | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/eclass/xorg-2.eclass b/eclass/xorg-2.eclass index eb36270899a9..e700ef3a10d2 100644 --- a/eclass/xorg-2.eclass +++ b/eclass/xorg-2.eclass @@ -1,6 +1,6 @@ # Copyright 1999-2010 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/eclass/xorg-2.eclass,v 1.36 2011/03/17 22:43:22 flameeyes Exp $ +# $Header: /var/cvsroot/gentoo-x86/eclass/xorg-2.eclass,v 1.37 2011/03/18 18:31:23 scarabeus Exp $ # # @ECLASS: xorg-2.eclass # @MAINTAINER: @@ -84,7 +84,7 @@ if [[ -z ${XORG_MODULE} ]]; then fi # backcompat, remove when everything in main tree fixed -[[ -n ${MODULE} ]] && XORG_MODULE=${MODULE} && ewarn "Your ebuild is using MODULE variable, please migrate to XORG_MODULE to preserve namespace." +[[ -n ${MODULE} ]] && XORG_MODULE=${MODULE} && ewarn "$CATEGORY/$P is using MODULE variable, please migrate to XORG_MODULE to preserve namespace." # @ECLASS-VARIABLE: XORG_PACKAGE_NAME # @DESCRIPTION: |