| Summary: | net-analyzer/ntop should have dev-python/mako as dependency and a mako useflag | ||
|---|---|---|---|
| Product: | Gentoo Linux | Reporter: | aton <aton> |
| Component: | Current packages | Assignee: | Gentoo Netmon project <netmon> |
| Status: | RESOLVED FIXED | ||
| Severity: | normal | ||
| Priority: | Normal | ||
| Version: | unspecified | ||
| Hardware: | All | ||
| OS: | Linux | ||
| Whiteboard: | |||
| Package list: | Runtime testing required: | --- | |
| Bug Depends on: | 427546 | ||
| Bug Blocks: | |||
| Attachments: | ebuild patch | ||
|
Description
aton
2012-03-30 16:37:56 UTC
Created attachment 307789 [details, diff]
ebuild patch
archtester ntop # grep -r mako /mnt/gen2/TmpDir/portage/net-analyzer/ntop-4.1.0/work/ntop-4.1.0/
from mako.template import Template
from mako.lookup import TemplateLookup et al.
archtester net-analyzer # qlist mako | grep lookup
/usr/lib64/python2.7/site-packages/mako/lookup.py
/usr/lib64/pypy1.8/site-packages/mako/lookup.py
Decided against making a new mako USE flag.
+ 13 Dec 2012; Sergey Popov <pinkbyte@gentoo.org> ntop-4.1.0.ebuild: + Add dev-python/mako to runtime deps, wrt bug #410255 Fixed in 4.1.0 |