commit:     bc1cddba53192b88848d2ee8be59ca535c27bc27
Author:     Justin Lecher <jlec <AT> gentoo <DOT> org>
AuthorDate: Sat Sep 12 07:30:18 2015 +0000
Commit:     Justin Lecher <jlec <AT> gentoo <DOT> org>
CommitDate: Sat Sep 12 07:30:44 2015 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=bc1cddba

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 <AT> gentoo.org>

 dev-python/mako/mako-1.0.2.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/dev-python/mako/mako-1.0.2.ebuild 
b/dev-python/mako/mako-1.0.2.ebuild
index ec773ed..98fcfdf 100644
--- a/dev-python/mako/mako-1.0.2.ebuild
+++ b/dev-python/mako/mako-1.0.2.ebuild
@@ -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}"

Reply via email to