| Commit message (Expand) | Author | Age | Files | Lines |
* | Add new zlib dependency, spotyted by nikoli@lavabit.com in bug #473966 | Bernard Cafarelli | 2013-06-22 | 1 | -1/+2 |
* | Fix PaX markings on lli with USE=debug, thanks Alexander Tsoy <alexander@tsoy... | Bernard Cafarelli | 2013-06-13 | 1 | -6/+9 |
* | 3.3_rc bump, fix live ebuild test call | Bernard Cafarelli | 2013-06-10 | 1 | -3/+1 |
* | Disable failing patch, bug #462444. | Chí-Thanh Christopher Nguyễn | 2013-03-21 | 1 | -2/+3 |
* | Add video_cards_radeon flag for the r600 shader compiler. | Chí-Thanh Christopher Nguyễn | 2013-03-19 | 1 | -2/+6 |
* | Migrate to python-any-r1 (strictly build-time dependency on Python). | Michał Górny | 2013-02-02 | 1 | -14/+15 |
* | Fix tests on hardened, thanks nikoli@lavabit.com in bug #448240. Sync some ch... | Bernard Cafarelli | 2013-01-07 | 1 | -3/+7 |
* | Update udis86 dep now that pic USE-flag is going away, bump EAPI in old packa... | Bernard Cafarelli | 2013-01-03 | 1 | -5/+4 |
* | Doc and man pages are now generated by sphinx, thanks Alphat-PC for the fix i... | Bernard Cafarelli | 2012-12-14 | 1 | -13/+9 |
* | Use tc-export to enforce Gentoo default CC/CXX when $CHOST-clang is available. | Michał Górny | 2012-07-27 | 1 | -1/+4 |
* | Add pax-mark calls to support hardened setups, thanks everyone in bug #399825 | Bernard Cafarelli | 2012-07-03 | 1 | -2/+7 |
* | Enable cpp target by default wrt #418441. | Michał Górny | 2012-06-08 | 1 | -2/+2 |
* | Depend on binutils[cxx] in the live ebuild as well. | Michał Górny | 2012-06-04 | 1 | -2/+2 |
* | Fix omitted doman call. | Michał Górny | 2012-05-20 | 1 | -3/+3 |
* | Disable manpage generation code until either rst2man or docs are fixed. | Michał Górny | 2012-05-20 | 1 | -9/+9 |
* | Generate manpages before compiling llvm -- save time if it is going to fail. | Michał Górny | 2012-05-14 | 1 | -3/+3 |
* | Generate manpages from .rst files. | Michał Górny | 2012-05-13 | 1 | -1/+14 |
* | Upstream changed doc handling, removing obsolete patch from -9999 ebuild | Patrick Lauer | 2012-05-10 | 1 | -2/+1 |
* | dev-util/pkgconfig -> virtual/pkgconfig | Jeff Horelick | 2012-05-04 | 1 | -2/+2 |
* | Fix nodoctargz patch for latest source, bug #413111 | Fabian Groffen | 2012-04-30 | 1 | -2/+2 |
* | Extract the version LLVM refers to internally so we can properly fix install_... | Fabian Groffen | 2012-04-30 | 1 | -5/+7 |
* | Support epatch_user, bug #411447 | Bernard Cafarelli | 2012-04-13 | 1 | -1/+4 |
* | Tests require python-2, spotted by patrick, bug #407885 | Bernard Cafarelli | 2012-03-13 | 1 | -2/+5 |
* | Set python-2 to build, thanks Matthias Dahl in bug #406155 for report and pat... | Bernard Cafarelli | 2012-03-06 | 1 | -6/+12 |
* | Really fix new llvm-config in live ebuild, bug #392715 | Bernard Cafarelli | 2012-01-27 | 1 | -2/+4 |
* | Fix install_name of renamed profile_rt.dylib library (to libprofile_rt.dylib). | Fabian Groffen | 2011-12-12 | 1 | -2/+2 |
* | Drop llvm-config sed in live ebuild, bug #392715. Also add USE=gold handling ... | Bernard Cafarelli | 2011-12-05 | 1 | -4/+10 |
* | Fix install_name pointer to libLLVM-x.y.dylib in a more flexible way to avoid... | Fabian Groffen | 2011-11-24 | 1 | -3/+5 |
* | Add rc release to prepare for 3.0, remove llvm-gcc detection code (not used i... | Bernard Cafarelli | 2011-11-09 | 1 | -30/+2 |
* | Fix forced -O3 -fomit-frame-pointer CFLAGS again, bug #385543 | Bernard Cafarelli | 2011-10-04 | 1 | -2/+4 |
* | Rename alltargets USE flag to multitarget, bug #382307 | Bernard Cafarelli | 2011-10-03 | 1 | -6/+4 |
* | Update live ebuild to sync latest ebuild changes (vim-syntax, libffi, ...) | Bernard Cafarelli | 2011-06-06 | 1 | -18/+22 |
* | Fix broken reference that I missed yesterday | Fabian Groffen | 2011-04-21 | 1 | -2/+2 |
* | Fix install_name_tooling | Fabian Groffen | 2011-04-20 | 1 | -2/+2 |
* | Fix depend on live ebuild, and finally update nodoc patch, bug #348701 | Bernard Cafarelli | 2011-02-28 | 1 | -4/+5 |
* | Update reference fixing for Darwin for newer more strict versions of Portage | Fabian Groffen | 2010-10-24 | 1 | -7/+11 |
* | Fix compilation on Mac OS X Tiger (10.4, Darwin 8), fix install_names for new... | Fabian Groffen | 2010-10-23 | 1 | -5/+12 |
* | Tests now use an internal framework, dejagnu not needed anymore | Bernard Cafarelli | 2010-10-06 | 1 | -2/+1 |
* | Also fix live ebuild | Bernard Cafarelli | 2010-09-21 | 1 | -2/+3 |
* | Enable shared library, move libs and plugins to fix bug #337467 | Bernard Cafarelli | 2010-09-17 | 1 | -6/+10 |
* | whitespace | Michael Sterrett | 2010-08-28 | 1 | -2/+2 |
* | use an existing compiler | Fabian Groffen | 2010-08-26 | 1 | -2/+2 |
* | Bump to EAPI=3, make Prefix aware, add support for Darwin platforms, bug #333387 | Fabian Groffen | 2010-08-26 | 1 | -6/+15 |
* | Add live version, bug #320919 | Bernard Cafarelli | 2010-06-01 | 1 | -0/+153 |