From 7b3a6f0aab19c147ad28f74e3b410c4a8bb2f38f Mon Sep 17 00:00:00 2001 From: Peter Korsgaard Date: Mon, 19 Apr 2010 14:38:45 +0200 Subject: python: needs WCHAR support in toolchain And hence, portage needs it as well. Signed-off-by: Peter Korsgaard --- package/portage/Config.in | 4 ++++ 1 file changed, 4 insertions(+) (limited to 'package/portage/Config.in') diff --git a/package/portage/Config.in b/package/portage/Config.in index 27661cd92..83778ff3c 100644 --- a/package/portage/Config.in +++ b/package/portage/Config.in @@ -1,7 +1,11 @@ config BR2_PACKAGE_PORTAGE bool "portage" select BR2_PACKAGE_PYTHON + depends on BR2_USE_WCHAR help Portage, the Gentoo package management tool. http://www.gentoo.org/ + +comment "portage requires a toolchain with WCHAR support" + depends on !BR2_USE_WCHAR -- cgit v1.2.3