diff options
author | Christian Birchinger <joker@gentoo.org> | 2003-06-22 19:39:36 +0000 |
---|---|---|
committer | Christian Birchinger <joker@gentoo.org> | 2003-06-22 19:39:36 +0000 |
commit | 94cfdf892387738cdc13ed9ad6cb10994f82bd68 (patch) | |
tree | 30fd9bd3cd0572685be0fcfdbe0936d31b9ad7f7 /sys-kernel/sparc-sources | |
parent | Removing old ebuilds (diff) | |
download | gentoo-2-94cfdf892387738cdc13ed9ad6cb10994f82bd68.tar.gz gentoo-2-94cfdf892387738cdc13ed9ad6cb10994f82bd68.tar.bz2 gentoo-2-94cfdf892387738cdc13ed9ad6cb10994f82bd68.zip |
Description tweak and minor x86 specific comments changed
Diffstat (limited to 'sys-kernel/sparc-sources')
-rw-r--r-- | sys-kernel/sparc-sources/Manifest | 2 | ||||
-rw-r--r-- | sys-kernel/sparc-sources/sparc-sources-2.4.21.ebuild | 12 |
2 files changed, 5 insertions, 9 deletions
diff --git a/sys-kernel/sparc-sources/Manifest b/sys-kernel/sparc-sources/Manifest index 406d63b4b31f..5d53f94b7321 100644 --- a/sys-kernel/sparc-sources/Manifest +++ b/sys-kernel/sparc-sources/Manifest @@ -1,6 +1,6 @@ MD5 f776aeeaf5672ea654311faa25a651dc ChangeLog 4732 MD5 b301ca9ef152c622be6b90d0042667fc sparc-sources-2.2.21_pre3.ebuild 5119 -MD5 6d0978feec98356d24c6811359456b01 sparc-sources-2.4.21.ebuild 2192 +MD5 0ba0dfcfaf13605128778bd9430c5714 sparc-sources-2.4.21.ebuild 2034 MD5 7fcb8fc747dadd893373e29a97146668 sparc-sources-2.4.20-r8.ebuild 2195 MD5 167e790d7861e0ed3a31577b31a92968 files/digest-sparc-sources-2.2.21_pre3 281 MD5 25553b42e5daa2638570a8b019a35069 files/generate-asm-sparc 1656 diff --git a/sys-kernel/sparc-sources/sparc-sources-2.4.21.ebuild b/sys-kernel/sparc-sources/sparc-sources-2.4.21.ebuild index 5c6d6eb06f2f..efd49f0b43b5 100644 --- a/sys-kernel/sparc-sources/sparc-sources-2.4.21.ebuild +++ b/sys-kernel/sparc-sources/sparc-sources-2.4.21.ebuild @@ -1,6 +1,6 @@ # Copyright 1999-2003 Gentoo Technologies, Inc. # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/sys-kernel/sparc-sources/sparc-sources-2.4.21.ebuild,v 1.3 2003/06/22 19:32:07 joker Exp $ +# $Header: /var/cvsroot/gentoo-x86/sys-kernel/sparc-sources/sparc-sources-2.4.21.ebuild,v 1.4 2003/06/22 19:39:26 joker Exp $ IUSE="build ultra1" @@ -11,16 +11,12 @@ KV=${PV} # Kernel ebuilds using the kernel.eclass can remove any patch that you # do not want to apply by simply setting the KERNEL_EXCLUDE shell # variable to the string you want to exclude (for instance -# KERNEL_EXCLUDE="evms" would not patch any patches whose names match -# *evms*). Kernels are only tested in the default configuration, but +# KERNEL_EXCLUDE="grsecurity" would not patch any patches whose names match +# *grsecurity*). Kernels are only tested in the default configuration, but # this may be useful if you know that a particular patch is causing a # conflict with a patch you personally want to apply, or some other # similar situation. -# This kernel also has support for the local USE flag acpi4linux which -# activates the latest code from acpi.sourceforge.net instead of the -# very out of date vanilla version - ETYPE="sources" inherit kernel || die @@ -28,7 +24,7 @@ inherit kernel || die # Documentation on the patches contained in this kernel will be installed # to /usr/share/doc/sparc-sources-${PV}/patches.txt.gz -DESCRIPTION="Full sources for the Gentoo Linux kernel" +DESCRIPTION="Full sources for the Gentoo Sparc Linux kernel" SRC_URI="http://www.kernel.org/pub/linux/kernel/v2.4/linux-${OKV}.tar.bz2 mirror://gentoo/patches-${PVR}-sparc.tar.bz2" KEYWORDS="~x86 -ppc sparc" |