summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
Diffstat (limited to 'app-emulation/xen-tools/xen-tools-3.0.1.ebuild')
-rw-r--r--app-emulation/xen-tools/xen-tools-3.0.1.ebuild10
1 files changed, 8 insertions, 2 deletions
diff --git a/app-emulation/xen-tools/xen-tools-3.0.1.ebuild b/app-emulation/xen-tools/xen-tools-3.0.1.ebuild
index 811c3f3aab58..f5bac6ae776f 100644
--- a/app-emulation/xen-tools/xen-tools-3.0.1.ebuild
+++ b/app-emulation/xen-tools/xen-tools-3.0.1.ebuild
@@ -1,8 +1,8 @@
# Copyright 1999-2006 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/app-emulation/xen-tools/xen-tools-3.0.1.ebuild,v 1.2 2006/03/24 23:57:52 agriffis Exp $
+# $Header: /var/cvsroot/gentoo-x86/app-emulation/xen-tools/xen-tools-3.0.1.ebuild,v 1.3 2006/04/01 02:06:55 agriffis Exp $
-inherit mount-boot flag-o-matic
+inherit mount-boot flag-o-matic eutils
DESCRIPTION="Xend daemon and tools"
HOMEPAGE="http://xen.sourceforge.net"
@@ -108,6 +108,12 @@ pkg_postinst() {
einfo "Please visit the Xen and Gentoo wiki:"
einfo "http://gentoo-wiki.com/HOWTO_Xen_and_Gentoo"
+ if ! built_with_use dev-lang/python ncurses; then
+ echo
+ ewarn "NB: Your dev-lang/python is built without USE=ncurses."
+ ewarn "Please rebuild python with USE=ncurses to make use of xenmon.py."
+ fi
+
if [[ -n ${XEN_UNSTABLE} ]]; then
echo
einfo "This is a snapshot of the xen-unstable tree."