diff options
Diffstat (limited to 'gentoo/Documentation/README')
-rw-r--r-- | gentoo/Documentation/README | 17 |
1 files changed, 17 insertions, 0 deletions
diff --git a/gentoo/Documentation/README b/gentoo/Documentation/README new file mode 100644 index 000000000..27e94fd60 --- /dev/null +++ b/gentoo/Documentation/README @@ -0,0 +1,17 @@ +This is a trinity Gentoo overlay. +Please don't report bugs to Gentoo bugzilla. +If you want to report a bug feel free to email me at fatzer2@gmail.com. I'm able to read and write in Russian and English. +Overlay will be filled with ebuilds of ported to cmake programs from the Trinity Project. +If you are interested in ebuilds for some packages that are not in the overlay, you can email me too. + +Live ebuilds aren't tested at all, but you still can try to build them on your own risk. + +In order to properly use this overlay, you have to unmask the qt3 USE flag and packages. +To do so, execute the following commands as root: + +# mkdir -p /etc/portage/profile +# echo -qt3 >> /etc/portage/profile/use.mask +# mkdir -p /etc/portage/packages.keywords/ +# cp /var/lib/layman/trinity /etc/portage/packages.keywords/ + +NOTE: hal compilation is now broken. If you know how to fix it, write me an email. |