If I add PORTDIR="/usr/portage" to /etc/portage/make.conf, euses works properly. But if I remove this line, euses doesn't work: $ euses vdpau PORTDIR not found app-portage/euses-2.5.9 cannot obtain $PORTDIR from portageq. But $PORTDIR in make.conf is obsolete and deprecated.
This bug also blocks bug https://bugs.gentoo.org/662982
Any progress here?
euses checks for an environment variable PORTDIR. Does this help?
This tool needs to be updated to not depend on the deprecated PORTDIR variable
Since euses is written in C language, you can implement similar solution as was done in portage-utils project, i.e. using dev-libs/iniparser to parse repos.conf: https://gitweb.gentoo.org/proj/portage-utils.git/log/?qt=grep&q=repos.conf