summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMike Frysinger <vapier@gentoo.org>2007-05-02 23:14:55 +0000
committerMike Frysinger <vapier@gentoo.org>2007-05-02 23:14:55 +0000
commite8a0f0146ca147a0344ea2f8112f6ee9bf350518 (patch)
tree6c6a58e30fdfc5b6a9e673948c5a87d8fb087be6 /dev-util/w32api
parentold (diff)
downloadgentoo-2-e8a0f0146ca147a0344ea2f8112f6ee9bf350518.tar.gz
gentoo-2-e8a0f0146ca147a0344ea2f8112f6ee9bf350518.tar.bz2
gentoo-2-e8a0f0146ca147a0344ea2f8112f6ee9bf350518.zip
tweak the die message to be slightly more helpful
(Portage version: 2.1.2.5)
Diffstat (limited to 'dev-util/w32api')
-rw-r--r--dev-util/w32api/w32api-3.9.ebuild4
1 files changed, 2 insertions, 2 deletions
diff --git a/dev-util/w32api/w32api-3.9.ebuild b/dev-util/w32api/w32api-3.9.ebuild
index 86004685aac5..2ef4cc73aaac 100644
--- a/dev-util/w32api/w32api-3.9.ebuild
+++ b/dev-util/w32api/w32api-3.9.ebuild
@@ -1,6 +1,6 @@
# Copyright 1999-2007 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/dev-util/w32api/w32api-3.9.ebuild,v 1.1 2007/04/02 23:18:09 vapier Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-util/w32api/w32api-3.9.ebuild,v 1.2 2007/05/02 23:14:55 vapier Exp $
export CBUILD=${CBUILD:-${CHOST}}
export CTARGET=${CTARGET:-${CHOST}}
@@ -30,7 +30,7 @@ just_headers() {
pkg_setup() {
if [[ ${CBUILD} == ${CHOST} ]] && [[ ${CHOST} == ${CTARGET} ]] ; then
- die "Invalid configuration"
+ die "Invalid configuration; do not emerge this directly"
fi
}