summaryrefslogtreecommitdiff
Commit message (Collapse)AuthorAgeFilesLines
* Bug #266157: Until such time as we have full deblob support for all sources, ↵Robin H. Johnson2010-04-011-2/+4
| | | | mark that kernels contain firmware blobs that are covered under the freedist license, not GPL-2.
* Adding epatch_user to kernel-2 eclassMike Pagano2009-12-131-1/+4
|
* QA fixes as per bug #258206. Thanks to maekke.Mike Pagano2009-11-251-11/+11
|
* Preserve usage of USE=build in the PDEPEND change.Robin H. Johnson2009-10-201-2/+2
|
* Bug #283845 - Move virtual/dev-manager to PDEPEND to break circular deps.Zac Medico2009-10-201-3/+3
|
* whitespaceMarkus Meier2009-10-111-2/+2
|
* Removing fbcondecor for sparc/sparc64 as it currently prevents sparc/sparc64 ↵Mike Pagano2009-08-281-1/+14
| | | | from booting. bug #272676.
* return 1 rather than -1 as bash-4 hates negative return values and all ↵Mike Frysinger2009-02-231-3/+3
| | | | consumers only care the value is not 0
* fix typo in libtool script munging pointed out by Dmitry Karasik #256636Mike Frysinger2009-01-281-2/+2
|
* Adding ppc Makefile fix for bug #234179. Thanks to Josejx.Mike Pagano2008-11-131-1/+5
|
* Temp fix for 2.6.27 kernels thanks to lavajoeMike Pagano2008-08-071-4/+9
|
* add warning for sparc users that they need to do cross-compiling with >= ↵Friedrich Oslage2008-07-091-1/+19
| | | | 2.6.25(bug #214765)
* Removed reference to 2.4 to 2.6 migration documentMike Pagano2008-06-011-3/+2
|
* remove defconfig workaround now that the stable kernel is fixedDaniel Drake2008-05-031-13/+1
|
* Fix for make defconfig. Bug #215442Mike Pagano2008-04-281-3/+3
|
* use unpack rather than parsing the file format / calling tar all ourselvesMike Frysinger2008-04-121-23/+10
|
* Change to run make defconfig as a temporary workaround for bug #215442Mike Pagano2008-04-051-1/+13
|
* Add support for K_EXTRAELOG. Use elog instead of einfo (bug #199464).Bo Ørsted Andresen2008-03-011-11/+18
|
* remove 2.6.13 devfs notice, there's not much point showing this any more ↵Daniel Drake2007-12-171-6/+1
| | | | since the migration happened ages ago
* kernel related eclasses are maintained by kernel-misc@gentoo.org.Christian Heim2007-10-031-2/+3
|
* also convert asm and volatile to __asm__ and __volatile__ #182414Mike Frysinger2007-07-091-3/+5
|
* Revert accidental commit.Robin H. Johnson2007-04-251-14/+5
|
* Use MY_DATADIR instead of DATADIR, as DATADIR breaks when the environment ↵Robin H. Johnson2007-04-251-5/+14
| | | | already contains it, per bug #174755.
* touchup kernel headers post install message #166850 by Arfrever Frehtes ↵Mike Frysinger2007-02-141-6/+6
| | | | Taifersar Arahesis
* save and restore shell options, thanks to Sandro in bug Â#162121Daniel Drake2007-01-251-2/+4
|
* add K_SECURITY_UNSUPPORTED flagDaniel Drake2007-01-021-8/+11
|
* Adding --no-backup-if-mismatch to the unipatch opts, so patch doesn't leave ↵Christian Heim2006-12-101-5/+5
| | | | the .orig files around.
* fix include/linux cp to not glob and to do error checking with dieMike Frysinger2006-12-021-3/+5
|
* move IUSE=gcc64 to linux-headers ebuildMike Frysinger2006-10-261-2/+1
|
* dont install sound/scsi headers #152392Mike Frysinger2006-10-241-1/+5
|
* add support for sysroot to new header install methodMike Frysinger2006-10-241-4/+4
|
* Fix some defconfig brokenness for older ppc/ppc64 kernels/headers.Daniel Ostrow2006-10-121-6/+10
|
* add initial support for headers_install with 2.6.18+Mike Frysinger2006-10-081-2/+14
|
* Adding a warning for users using gcc-4 on linux-2.4 based kernel versions.Christian Heim2006-09-061-2/+16
|
* Fix a bad typoLuca Barbato2006-09-061-2/+2
|
* Make it pick the right defconfigLuca Barbato2006-09-041-2/+6
|
* make the CHOST mangling for ppc suck lessMike Frysinger2006-08-051-2/+2
|
* dont subshell when it isnt neededMike Frysinger2006-08-051-2/+2
|
* Moved eclasses to use CROSSCOMPILE_OPTS USE_EXPAND environment variable.Danny van Dyk2006-08-041-2/+2
|
* Fix #142442.Tim Yamin2006-08-041-2/+2
|
* drop pointless use ppc wrap around sedMike Frysinger2006-08-011-4/+4
|
* Make headers___fix use a word match which should work better.Tim Yamin2006-07-281-5/+3
|
* Remove doc USE flag, kernel docs and manpages are now provided by ↵Daniel Drake2006-07-241-43/+4
| | | | sys-kernel/linux-docs
* Only set IUSE="gcc64" for linux-headers; add "gcc64" flag to use.local.desc; ↵Tim Yamin2006-07-171-2/+2
| | | | fix bug #140364.
* Reuse ebuild's HOMEPAGE, not just plainly ignore itChristian Heim2006-07-161-2/+2
|
* QA: Added gcc64 to IUSE for ETYPE == headers.Danny van Dyk2006-07-121-2/+2
|
* Apply whitespace checks from repoman to eclasses.Sven Wegener2006-06-101-2/+2
|
* Added RESTRICT="binchecks strip", thanks to jakub in bug #134453.Henrik Brix Andersen2006-05-281-1/+4
|
* close bug #132152, make defconfig requires working linux-headers to succeed, ↵John Mylchreest2006-05-081-5/+16
| | | | but we dont need to succeed to actually install.
* Replace cp -ax with cp -pPR and chown root:root with chown root:0, for ↵Diego Elio Pettenò2006-05-061-9/+9
| | | | crosscompilers on BSD userland.