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 | ec06f091d191b2338bb08991375fc29ecf3d0392 (patch) | |
tree | 7e94ebd5ebe5d76c16f92659e5879b8b012900bb /eclass | |
parent | Remove ecompressdir from app-crypt/gnupg-2.0.17 wrt bug 356501. (diff) | |
download | gentoo-2-ec06f091d191b2338bb08991375fc29ecf3d0392.tar.gz gentoo-2-ec06f091d191b2338bb08991375fc29ecf3d0392.tar.bz2 gentoo-2-ec06f091d191b2338bb08991375fc29ecf3d0392.zip |
Update ewarn to explicitly state what ebuild is broken
Diffstat (limited to '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: |