# ▶ qlist -e "jnettop" | xargs scanelf -L -n -q -F '%n #F' | tr , ' ' | xargs qfile -Cv | sort -u | awk '{print $1}' | uniq dev-libs/glib-2.32.4-r1 net-libs/libpcap-1.3.0 sys-libs/db-4.8.30 sys-libs/glibc-2.15-r3 sys-libs/ncurses-5.9-r2 From which 'db' and 'ncurses' are unmet in the ebuild. Reproducible: Always
Confirmed, at least about ncurses. Perhaps it is some kind of automagic, will look on it a bit later
he is right: o jresolver.o jprocessor.o jcapture.o jdevice.o jbase.o jresolv.o jtxtdisplay.o jcursesdisplay.o jfilter.o juiadisplay.o jnetdisplay.o -pthread -lgthread-2.0 -lrt -lglib-2.0 -lpcap -ldb -lncurses -ldb -lncurses is used at compile time
+ 27 Oct 2012; Sergey Popov <pinkbyte@gentoo.org> jnettop-0.13.0-r1.ebuild: + Fix automagic dependencies wrt bug #439752. Thanks to Phr33d0m for + discovering this issue Fixed without revbump.