diff options
author | Martin von Gagern <Martin.vGagern@gmx.net> | 2010-03-08 12:21:17 +0100 |
---|---|---|
committer | Martin von Gagern <Martin.vGagern@gmx.net> | 2010-03-08 12:21:17 +0100 |
commit | 6a77cf67730a12d2f64c8bd321758ba2a4fc68c2 (patch) | |
tree | 837c7628119ab6c3ea5b7273f56b9484d365dc45 /Documentation | |
parent | [kde-base/kdepim-kresources] Depend on ktnef (diff) | |
download | kde-sunset-6a77cf67730a12d2f64c8bd321758ba2a4fc68c2.tar.gz kde-sunset-6a77cf67730a12d2f64c8bd321758ba2a4fc68c2.tar.bz2 kde-sunset-6a77cf67730a12d2f64c8bd321758ba2a4fc68c2.zip |
[README] qt3 USE flag unmasking instructions.
Diffstat (limited to 'Documentation')
-rw-r--r-- | Documentation/README | 6 |
1 files changed, 5 insertions, 1 deletions
diff --git a/Documentation/README b/Documentation/README index b4586ba8..d7a44c3c 100644 --- a/Documentation/README +++ b/Documentation/README @@ -1 +1,5 @@ -Please don't report bugs to gentoo bugzilla. Use gentoo-desktop mailing list to contact the maintainers. A list of commiters can be found in Documentation/commiters. See http://kde.gentoo.org for more information +Please don't report bugs to gentoo bugzilla. Use gentoo-desktop mailing list to contact the maintainers. A list of commiters can be found in Documentation/commiters. See http://kde.gentoo.org for more information. + +In order to properly use this overlay, you have to unmask the qt3 USE flag. To do so, execute the following commands as root: +# mkdir -p /etc/portage/profile +# echo -qt3 >> /etc/portage/profile/use.mask |