Code: Select all
emerge qtSo...how do I emerge qt3 and not qt4? I thought about package.keywords, but neither package is masked. Thanks in advance.
Code: Select all
emerge qtCode: Select all
emerge -av =x11-libs/qt-3*That did it, thanks! This is my own fault, but the problem I am going to run into is that portage does not "see" any dependencies for qt because the binary I installed was done manually. I guess I could install a small application that depends on qt so portage is happy.gimpel wrote:TryCode: Select all
emerge -av =x11-libs/qt-3*