Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
View | Details | Raw Unified | Return to bug 427062
Collapse All | Expand All

(-)bcfg2-1.2.2-r1.ebuild (-2 / +12 lines)
Lines 18-28 Link Here
18
LICENSE="BSD"
18
LICENSE="BSD"
19
SLOT="0"
19
SLOT="0"
20
KEYWORDS="~amd64 ~x86 ~amd64-linux ~x86-linux ~x64-solaris"
20
KEYWORDS="~amd64 ~x86 ~amd64-linux ~x86-linux ~x64-solaris"
21
IUSE="doc cheetah genshi server"
21
IUSE="apache2 doc cheetah genshi server"
22
22
23
DEPEND="dev-python/setuptools
23
DEPEND="dev-python/setuptools
24
	doc? ( dev-python/sphinx )"
24
	doc? ( dev-python/sphinx )"
25
RDEPEND="app-portage/gentoolkit
25
RDEPEND="apache2? (
26
			dev-python/django
27
			www-apache/mod_wsgi
28
			www-servers/apache )
29
	app-portage/gentoolkit
26
	cheetah? ( dev-python/cheetah )
30
	cheetah? ( dev-python/cheetah )
27
	genshi? ( dev-python/genshi )
31
	genshi? ( dev-python/genshi )
28
	server? (
32
	server? (
Lines 81-84 Link Here
81
		einfo "If this is a new installation, you probably need to run:"
85
		einfo "If this is a new installation, you probably need to run:"
82
		einfo "    bcfg2-admin init"
86
		einfo "    bcfg2-admin init"
83
	fi
87
	fi
88
	if use apache2; then
89
		einfo "For django 1.{3,4}.x need python 2.x. Please, run"
90
		einfo "    eselect python list"
91
		einfo "and select python 2.x, then run"
92
		einfo "    python-updater"
93
	fi
84
}
94
}

Return to bug 427062