Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
Bug 328097 - The Xfce Configuration Guide: wrong USE flag for www-client/opera
Summary: The Xfce Configuration Guide: wrong USE flag for www-client/opera
Status: RESOLVED FIXED
Alias: None
Product: [OLD] Docs on www.gentoo.org
Classification: Unclassified
Component: Other documents (show other bugs)
Hardware: All Linux
: High normal (vote)
Assignee: nm (RETIRED)
URL: http://www.gentoo.org/doc/en/xfce-con...
Whiteboard:
Keywords:
Depends on:
Blocks:
 
Reported: 2010-07-13 12:24 UTC by Pavel Kazlou
Modified: 2010-07-13 17:05 UTC (History)
1 user (show)

See Also:
Package list:
Runtime testing required: ---


Attachments

Note You need to log in before you can comment on or make changes to this bug.
Description Pavel Kazlou 2010-07-13 12:24:40 UTC
The Xfce Configuration Guide suggests using "qt-static" USE flag for www-client/opera by performing:
echo "www-client/opera qt-static" >> /etc/portage/package.use

Currently latest opera is available with "gtk", version with "qt-static" is hard masked in portage.
So step with adding "qt-static" in package.use should be replaced with the following:
echo "www-client/opera gtk" >> /etc/portage/package.use
(in case gtk is not listed in make.conf)

Reproducible: Always

Steps to Reproduce:
Comment 1 nm (RETIRED) gentoo-dev 2010-07-13 17:05:26 UTC
Excellent! This is good news; no more need for all the KDE dependencies. I fixed it in the guide. Thanks for reporting.