| Commit message (Expand) | Author | Age | Files | Lines |
* | Remove entirely filtering of --as-needed. If you want to use it, just use bin... | Diego Elio Pettenò | 2006-04-28 | 2 | -21/+2 |
* | Give actual valid atoms to emerge, when telling people to emerge stuff. | Donnie Berkholz | 2006-04-28 | 1 | -3/+3 |
* | redo how we enable protoize so it works with cross-compiling/bsd/etc... #130962 | Mike Frysinger | 2006-04-27 | 1 | -13/+5 |
* | add a dont use this eclass message for the time being. | John Mylchreest | 2006-04-26 | 1 | -0/+5 |
* | Correct a problem with getting version numbers for newer versions. Reported b... | Matthias Schwarzott | 2006-04-26 | 1 | -3/+3 |
* | Make eclass aware of the new APIVERSION concept. | Matthias Schwarzott | 2006-04-26 | 1 | -2/+9 |
* | honour unipatch_strict properly, and fix up some minor cosmetics | John Mylchreest | 2006-04-26 | 1 | -11/+18 |
* | Use virtual/pmake instead of specifying all the possible packages. | Diego Elio Pettenò | 2006-04-25 | 1 | -6/+2 |
* | Added TryExec to make_desktop_entry so menu items will only display for users... | Chris Gianelloni | 2006-04-25 | 1 | -1/+2 |
* | if user uninstalls active toolchain, make sure we switch to a valid one #130772 | Mike Frysinger | 2006-04-25 | 1 | -2/+17 |
* | make sure fix_libtool_files.sh and fixlafiles.awk are never uninstalled #87647 | Mike Frysinger | 2006-04-25 | 1 | -3/+4 |
* | New standalone, re-written unipatch, requires testing. | John Mylchreest | 2006-04-24 | 1 | -0/+300 |
* | hide version.h not existing in make mrproper during unpack | John Mylchreest | 2006-04-24 | 1 | -2/+2 |
* | Use cheaper normal numerical sorting that also works on bsd | Paul de Vrieze | 2006-04-24 | 1 | -3/+3 |
* | switch over to econf | Mike Frysinger | 2006-04-24 | 1 | -49/+19 |
* | match -gnueabi as well when finding needed libc | Mike Frysinger | 2006-04-23 | 1 | -2/+2 |
* | Add patch to fix kde's fast-install support in libtool, to fix problems repor... | Diego Elio Pettenò | 2006-04-23 | 2 | -2/+27 |
* | add addwrite for root/.gnome2. see #128289. | John N. Laliberte | 2006-04-23 | 1 | -1/+4 |
* | Change deps for G/FBSD compatibility. | Luca Longinotti | 2006-04-22 | 3 | -6/+6 |
* | Make sure BSD'ish sed is used by default. | Diego Elio Pettenò | 2006-04-22 | 1 | -1/+3 |
* | make sure we patch up locale bugs automatically #122216 | Mike Frysinger | 2006-04-22 | 1 | -1/+5 |
* | Don't filter --as-needed on newer (2.16.92) binutils as they are fixed. | Diego Elio Pettenò | 2006-04-21 | 2 | -5/+20 |
* | removed DEPEND=dev-lang/gnat - not necessary as all packages have their own D... | George Shapovalov | 2006-04-21 | 1 | -3/+1 |
* | Create a new function x-modular_dri_check(), and move the USE=dri check from ... | Donnie Berkholz | 2006-04-21 | 1 | -2/+5 |
* | Move the check for gcc vanilla specs into a separate function, x-modular_spec... | Donnie Berkholz | 2006-04-21 | 1 | -13/+15 |
* | add a workaround for crappy gstreamer | Mike Frysinger | 2006-04-21 | 1 | -1/+4 |
* | (#120057) Enabling DRI in drivers requires that the server was built with sup... | Donnie Berkholz | 2006-04-20 | 1 | -1/+12 |
* | Don't die on USE=-*, eclass part. | Luca Longinotti | 2006-04-20 | 5 | -28/+25 |
* | Add eclass for XFCE 4.4 and update the 4.2 eclass as needed. | Daniel Ostrow | 2006-04-20 | 2 | -7/+122 |
* | added ROOTPATH to generated env entry | George Shapovalov | 2006-04-19 | 1 | -1/+2 |
* | special handling on ppc no longer necessary, first fixes in.. | George Shapovalov | 2006-04-19 | 1 | -13/+2 |
* | built_with_use check before adding group/user in games_pkg_setup | Michael Sterrett | 2006-04-19 | 1 | -7/+7 |
* | dont allow enewuser/enewgroup in src_* functions #124680 | Mike Frysinger | 2006-04-19 | 1 | -1/+15 |
* | Don't forcefully enter ${S} as we might want to build in a subdir. | Diego Elio Pettenò | 2006-04-19 | 1 | -3/+1 |
* | Don't strip-flags when building for a different target; remove $HEADERS defin... | Diego Elio Pettenò | 2006-04-19 | 1 | -3/+2 |
* | Check against CTARGET rather than CHOST to disable protoize until it's fixed. | Diego Elio Pettenò | 2006-04-19 | 1 | -2/+2 |
* | Use -m directive instead of -I to get the mk path in crosscompile. | Diego Elio Pettenò | 2006-04-19 | 1 | -2/+2 |
* | Change var name to respect standards. | Luca Longinotti | 2006-04-18 | 3 | -9/+9 |
* | findutils is in system. Remove explicit dep, for g/fbsd | Daniel Gryniewicz | 2006-04-18 | 1 | -3/+2 |
* | Sync with overlay and fix several issues. | Luca Longinotti | 2006-04-18 | 5 | -38/+71 |
* | Blacklist freebsd again for hardened support (for now) as $gcc_cv_ld_pie is u... | Diego Elio Pettenò | 2006-04-17 | 1 | -2/+6 |
* | remove hardened freebsd hack in favor of a generic solution | Mike Frysinger | 2006-04-17 | 1 | -2/+2 |
* | hide pointless output for makeinfo check | Mike Frysinger | 2006-04-17 | 1 | -2/+2 |
* | Updated maintainer info. Cleaned up some whitespace. Fixed bug #124341 | Joshua Nichols | 2006-04-17 | 1 | -12/+10 |
* | Disable both PIE and SSP on FreeBSD. | Diego Elio Pettenò | 2006-04-16 | 1 | -1/+3 |
* | Don't build protoize for FreeBSD as it assumes things that might not be true.... | Diego Elio Pettenò | 2006-04-16 | 1 | -10/+12 |
* | Use autotools eclass. See bug #125950. | Peter Johanson | 2006-04-16 | 1 | -12/+8 |
* | fix head/tails issues in more files #124578 | Mike Frysinger | 2006-04-16 | 1 | -2/+2 |
* | some portability touchups from Diego Pettenò #115580 | Mike Frysinger | 2006-04-15 | 1 | -6/+7 |
* | allow -fno-ident #129763 by Nicholas Doyle | Mike Frysinger | 2006-04-15 | 1 | -1/+2 |