dev-python/mako: Fix usage of optfeature()

Gentoo-Bug: https://bugs.gentoo.org/show_bug.cgi?id=560238

Package-Manager: portage-2.2.20
Signed-off-by: Justin Lecher <jlec@gentoo.org>
This commit is contained in:
Justin Lecher
2015-09-12 09:30:18 +02:00
parent c7b3f64de3
commit bc1cddba53

View File

@@ -43,7 +43,7 @@ python_install_all() {
}
pkg_postinst() {
optfeature dev-python/beaker "Caching support"
optfeature "Caching support" dev-python/beaker
for v in ${REPLACING_VERSIONS}; do
if ! version_is_at_least 0.7.3-r2 $v; then
ewarn "dev-python/beaker is no longer hard dependency of ${P}"