summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAron Griffis <agriffis@gentoo.org>2006-04-01 02:06:55 +0000
committerAron Griffis <agriffis@gentoo.org>2006-04-01 02:06:55 +0000
commit2fc9c58f4cb2820c2ad31400d5b810230e6c2ba3 (patch)
tree7a26c3661f173523d51c36f648df76baa69898c4 /app-emulation/xen-tools/xen-tools-3.0.1.ebuild
parentAdd ~x86-fbsd keyword. (diff)
downloadgentoo-2-2fc9c58f4cb2820c2ad31400d5b810230e6c2ba3.tar.gz
gentoo-2-2fc9c58f4cb2820c2ad31400d5b810230e6c2ba3.tar.bz2
gentoo-2-2fc9c58f4cb2820c2ad31400d5b810230e6c2ba3.zip
Add warning regarding dev-lang/python built without USE=ncurses #128175
(Portage version: 2.1_pre5-r4)
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."