Gentoo portage: list all variables emerge invoked with

0

Is there an easy way to list all variables of emerge process?
I need to list all resulting variables after /etc/portage/env/* and /etc/portage/bashrc wiil be applyed to debug this scripts.

eugene-bright

Posted 2015-01-02T19:13:05.153

Reputation: 21

Answers

1

Try with any of these commands

env
emerge --info

Stolz

Posted 2015-01-02T19:13:05.153

Reputation: 222