| Commit message (Expand) | Author | Age | Files | Lines |
* | moved makefile generation from compile to configure phase. | Alex Alexander | 2011-03-10 | 1 | -4/+19 |
* | enabled support for sse4 in qt-4.7.2, bug #344915 | Alex Alexander | 2011-03-03 | 1 | -4/+2 |
* | Fix escaping of quotes in qt4-build.eclass, bug 332669. | Dror Levin | 2011-01-20 | 1 | -3/+3 |
* | re-enable some of the USE flags for qgtkstyle | Alex Alexander | 2010-11-13 | 1 | -4/+2 |
* | adjust qt4-build eclass for qgtkstyle | Alex Alexander | 2010-11-13 | 1 | -3/+7 |
* | workaround for bug #344915 | Alex Alexander | 2010-11-10 | 1 | -1/+7 |
* | Remove arm workaround now that its been fixed on gcc-4.4.3-r3 | Raúl Porcel | 2010-10-13 | 1 | -7/+1 |
* | Do not strip debug QT CFLAGS per bug #329533 | Markos Chandras | 2010-09-05 | 1 | -2/+2 |
* | Typo | Markos Chandras | 2010-08-14 | 1 | -2/+2 |
* | Quote CC,CXX,LD,LINK. Bug #332669. Thanks to Harald van Dijk | Markos Chandras | 2010-08-14 | 1 | -3/+3 |
* | Don't spit out warning with -g0. Patch from Bartosz Brachaczek <b.brachaczek@... | Markos Chandras | 2010-08-13 | 1 | -2/+2 |
* | Add workaround for ARM | Raúl Porcel | 2010-08-08 | 1 | -1/+7 |
* | Remove .la files from every qt module | Markos Chandras | 2010-07-11 | 1 | -1/+3 |
* | Introduce functions from -edge eclass. Use them for 4.7.0_beta2 ebuild for now | Markos Chandras | 2010-07-08 | 1 | -2/+41 |
* | Add qt4-build_src_test that runs make check only in target build directories. | Dominik Kapusta | 2010-07-03 | 1 | -2/+11 |
* | Strip CFLAGS from qmake wrt bug #312689 | Markos Chandras | 2010-07-03 | 1 | -1/+3 |
* | Fix sedding of $MAKE in qt 4.5, bug 321335 (again). | Dror Levin | 2010-05-30 | 1 | -5/+7 |
* | Don't pass p option to tar when unpacking. | Dror Levin | 2010-05-27 | 1 | -3/+3 |
* | Apply fvisibility fix for versions > 4.7.0_beta as well | Markos Chandras | 2010-05-26 | 1 | -2/+2 |
* | Improve -g{,gdb} check for qt-webkit to include test for -g{,gdb}[0-9]. | Dror Levin | 2010-05-25 | 1 | -13/+14 |
* | Fix CC, CXX, LD and LINK in all test files, bug 321335. | Dror Levin | 2010-05-24 | 1 | -3/+6 |
* | fixed 4.7.0_beta1 regression with -fvisibility=hidden | Alex Alexander | 2010-05-24 | 1 | -1/+8 |
* | inform the users that building qt-webkit with -ggdb can be problematic. | Alex Alexander | 2010-05-22 | 1 | -1/+13 |
* | fix bug 320851. | Alex Alexander | 2010-05-22 | 1 | -20/+12 |
* | [qt4-build.eclass] Prevent users from unintentionally breaking their systems | Ben de Groot | 2010-03-24 | 1 | -4/+14 |
* | [qt4-build.eclass] added exceptions USE flag for >= Qt 4.6.x - bug #240185 | Alex Alexander | 2010-02-17 | 1 | -17/+11 |
* | Remove unneeded and outdated ewarn in qt4-build | Dror Levin | 2010-02-15 | 1 | -18/+1 |
* | Small patch to fix Darwinbuild issues with qt4-build.eclass | Ben de Groot | 2010-02-10 | 1 | -10/+6 |
* | add a die check to the tar unpacking step | Mike Frysinger | 2010-01-21 | 1 | -2/+2 |
* | Don't use uname - CHOST has the needed information | Jonathan Callen | 2010-01-17 | 1 | -2/+2 |
* | Add last couple of changes from prefix overlay | Jonathan Callen | 2010-01-13 | 1 | -3/+7 |
* | Remove code for Qt 4.5.3 on Prefix, as only >=4.6.0 will be ported | Jonathan Callen | 2009-12-25 | 1 | -39/+14 |
* | you never know what the future will bring (an IRIX port?) so don't rely on ge... | Fabian Groffen | 2009-12-25 | 1 | -3/+2 |
* | Apply changes for prefix to qt4-build.eclass | Jonathan Callen | 2009-12-24 | 1 | -40/+233 |
* | Fix typo (qt4-build-edge -> qt4-build) | Jonathan Callen | 2009-12-22 | 1 | -3/+3 |
* | Remove cruft from qt4-build.eclass, in preparation for merging of prefix changes | Jonathan Callen | 2009-12-22 | 1 | -208/+73 |
* | Use ':' as delimiter. Fixes bug 295530 | Markos Chandras | 2009-12-06 | 1 | -4/+4 |
* | Added patch by Alex Alexander aka. 'Wired'. | Ioannis Aslanidis | 2009-11-19 | 1 | -4/+4 |
* | added ewarn about 4.6 beta->rc binary compatibility breakage | Alex Alexander | 2009-11-18 | 1 | -15/+35 |
* | Enable RPATH in Qt4 and Qt4 apps, fix bug 180872. | Dror Levin | 2009-11-10 | 1 | -2/+2 |
* | Fix cross-compilation with distcc for qt ebuilds - bug #282984 | Dominik Kapusta | 2009-11-09 | 1 | -1/+7 |
* | Append -mminimal-toc for qt ebuilds on ppc64 - bug #261632 | Dominik Kapusta | 2009-11-09 | 1 | -1/+7 |
* | getting ready for Qt 4.6 | Alex Alexander | 2009-10-16 | 1 | -9/+28 |
* | Trying to fix bug #282984 in a clean way. Passing system compilers to emake i... | Dominik Kapusta | 2009-10-03 | 1 | -2/+4 |
* | qt4-build.eclass 4.5.3 support | Alex Alexander | 2009-10-02 | 1 | -3/+4 |
* | Switching to gzip packages like Nokia does starting from 4.5.3 | Dominik Kapusta | 2009-10-02 | 1 | -5/+15 |
* | Update Homepage and SRC_URI links | Markos Chandras | 2009-08-11 | 1 | -3/+3 |
* | Fix building with multilib environment in qt4-build.eclass with ok from yngwi... | Thomas Sachau | 2009-07-31 | 1 | -1/+2 |
* | Apply patch to support multilib portage.Thanks to Tommy[D] | Markos Chandras | 2009-07-13 | 1 | -18/+33 |
* | Do not hardcode Qt version on display message | Markos Chandras | 2009-06-28 | 1 | -2/+2 |