diff options
Diffstat (limited to 'sys-kernel')
-rw-r--r-- | sys-kernel/vanilla-sources/ChangeLog | 6 | ||||
-rw-r--r-- | sys-kernel/vanilla-sources/vanilla-sources-2.0.40.ebuild | 4 | ||||
-rw-r--r-- | sys-kernel/vanilla-sources/vanilla-sources-2.2.26.ebuild | 4 |
3 files changed, 9 insertions, 5 deletions
diff --git a/sys-kernel/vanilla-sources/ChangeLog b/sys-kernel/vanilla-sources/ChangeLog index 7b6bbe927b79..ebcf2df85e2f 100644 --- a/sys-kernel/vanilla-sources/ChangeLog +++ b/sys-kernel/vanilla-sources/ChangeLog @@ -1,6 +1,10 @@ # ChangeLog for sys-kernel/vanilla-sources # Copyright 2002-2004 Gentoo Technologies, Inc.; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/sys-kernel/vanilla-sources/ChangeLog,v 1.30 2004/05/30 23:53:42 pvdabeel Exp $ +# $Header: /var/cvsroot/gentoo-x86/sys-kernel/vanilla-sources/ChangeLog,v 1.31 2004/06/23 22:49:59 agriffis Exp $ + + 23 Jun 2004; Aron Griffis <agriffis@gentoo.org> + vanilla-sources-2.0.40.ebuild, vanilla-sources-2.2.26.ebuild: + QA - fix use invocation 31 May 2004; Pieter Van den Abeele <pvdabeel@gentoo.org> vanilla-sources-2.0.40.ebuild, vanilla-sources-2.2.26.ebuild, diff --git a/sys-kernel/vanilla-sources/vanilla-sources-2.0.40.ebuild b/sys-kernel/vanilla-sources/vanilla-sources-2.0.40.ebuild index 99625a719437..70496defdea4 100644 --- a/sys-kernel/vanilla-sources/vanilla-sources-2.0.40.ebuild +++ b/sys-kernel/vanilla-sources/vanilla-sources-2.0.40.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/vanilla-sources/vanilla-sources-2.0.40.ebuild,v 1.2 2004/05/30 23:53:42 pvdabeel Exp $ +# $Header: /var/cvsroot/gentoo-x86/sys-kernel/vanilla-sources/vanilla-sources-2.0.40.ebuild,v 1.3 2004/06/23 22:49:59 agriffis Exp $ #OKV=original kernel version, KV=patched kernel version. They can be the same. #we use this next variable to avoid duplicating stuff on cvs @@ -23,7 +23,7 @@ LICENSE="GPL-2" SLOT="${KV}" KEYWORDS="x86 -ppc sparc " -if [ $ETYPE = "sources" ] && [ -z "`use build`" ] +if [ $ETYPE = "sources" ] && ! use build then #console-tools is needed to solve the loadkeys fiasco; binutils version needed to avoid Athlon/PIII/SSE assembler bugs. DEPEND=">=sys-devel/binutils-2.11.90.0.31" diff --git a/sys-kernel/vanilla-sources/vanilla-sources-2.2.26.ebuild b/sys-kernel/vanilla-sources/vanilla-sources-2.2.26.ebuild index 0ec11fd86602..e87082820695 100644 --- a/sys-kernel/vanilla-sources/vanilla-sources-2.2.26.ebuild +++ b/sys-kernel/vanilla-sources/vanilla-sources-2.2.26.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/vanilla-sources/vanilla-sources-2.2.26.ebuild,v 1.2 2004/05/30 23:53:42 pvdabeel Exp $ +# $Header: /var/cvsroot/gentoo-x86/sys-kernel/vanilla-sources/vanilla-sources-2.2.26.ebuild,v 1.3 2004/06/23 22:49:59 agriffis Exp $ #OKV=original kernel version, KV=patched kernel version. They can be the same. #we use this next variable to avoid duplicating stuff on cvs @@ -23,7 +23,7 @@ LICENSE="GPL-2" SLOT="${KV}" KEYWORDS="x86 -ppc sparc" -if [ $ETYPE = "sources" ] && [ -z "`use build`" ] +if [ $ETYPE = "sources" ] && ! use build then #console-tools is needed to solve the loadkeys fiasco; binutils version needed to avoid Athlon/PIII/SSE assembler bugs. DEPEND=">=sys-devel/binutils-2.11.90.0.31" |