diff options
author | Tim Yamin <plasmaroo@gentoo.org> | 2004-06-20 12:37:02 +0000 |
---|---|---|
committer | Tim Yamin <plasmaroo@gentoo.org> | 2004-06-20 12:37:02 +0000 |
commit | 73583a6a2d7a50a4b1769fbc3a9e5fdffb574a17 (patch) | |
tree | 7dd8a603eeedfdf279a7b9bf22ba11b5ed93b616 /sys-kernel | |
parent | Version bump; closes bug #54155. (diff) | |
download | historical-73583a6a2d7a50a4b1769fbc3a9e5fdffb574a17.tar.gz historical-73583a6a2d7a50a4b1769fbc3a9e5fdffb574a17.tar.bz2 historical-73583a6a2d7a50a4b1769fbc3a9e5fdffb574a17.zip |
Removing "futexes" from the DESCRIPTION since the kernel doesn't seem to contain those patches any more. Closes bug #52946.
Diffstat (limited to 'sys-kernel')
-rw-r--r-- | sys-kernel/gs-sources/gs-sources-2.4.25_pre7-r6.ebuild | 7 |
1 files changed, 3 insertions, 4 deletions
diff --git a/sys-kernel/gs-sources/gs-sources-2.4.25_pre7-r6.ebuild b/sys-kernel/gs-sources/gs-sources-2.4.25_pre7-r6.ebuild index ec923f6e43bc..e4520b08dfc3 100644 --- a/sys-kernel/gs-sources/gs-sources-2.4.25_pre7-r6.ebuild +++ b/sys-kernel/gs-sources/gs-sources-2.4.25_pre7-r6.ebuild @@ -1,6 +1,6 @@ # Copyright 1999-2004 Gentoo Technologies, Inc. # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/sys-kernel/gs-sources/gs-sources-2.4.25_pre7-r6.ebuild,v 1.1 2004/06/14 19:51:46 plasmaroo Exp $ +# $Header: /var/cvsroot/gentoo-x86/sys-kernel/gs-sources/gs-sources-2.4.25_pre7-r6.ebuild,v 1.2 2004/06/20 12:37:02 plasmaroo Exp $ IUSE="build crypt" @@ -27,9 +27,8 @@ S=${WORKDIR}/linux-${KV} # Documentation on the patches contained in this kernel will be installed # to /usr/share/doc/gs-sources-${PV}/patches.txt.gz -DESCRIPTION="This kernel stays up to date with current kernel -pres, - with recent acpi,evms,win4lin,futexes,aic79xx, - superfreeswan,preempt, and various hw fixes." +DESCRIPTION="This kernel stays up to date with current kernel -pre's, with recent ACPI, + EVMS, Win4Lin, aic79xx, Super FreeS/WAN, preempt, and various hardware fixes." SRC_URI="mirror://kernel/linux/kernel/v2.4/linux-${OKV}.tar.bz2 mirror://gentoo/patches-${KV/r6/r1}.tar.bz2" KEYWORDS="x86 -ppc -sparc" |