mirror of
https://github.com/gentoo-mirror/gentoo.git
synced 2026-07-25 21:08:35 -07:00
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:
@@ -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}"
|
||||
|
||||
Reference in New Issue
Block a user