--- /usr/portage/sys-kernel/linux-headers/linux-headers-2.4.18-r2.ebuild Tue Aug 13 19:50:28 2002 +++ /usr/portage.local/sys-kernel/linux-headers/linux-headers-2.4.19.ebuild Tue Aug 20 13:26:02 2002 @@ -6,8 +6,8 @@ #we use this next variable to avoid duplicating stuff on cvs GFILESDIR=${PORTDIR}/sys-kernel/linux-sources/files SPARCFILEDIR=${PORTDIR}/sys-kernel/sparc-sources/files -OKV=2.4.18 -KV=2.4.18 +OKV=2.4.19 +KV=2.4.19 S=${WORKDIR}/linux-${KV} #These are *stock* 2.4.18 headers, for niceness. @@ -32,7 +32,7 @@ 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" - RDEPEND =">=sys-libs/ncurses-5.2 sys-devel/perl >=sys-apps/modutils-2.4.2 sys-devel/make" + RDEPEND=">=sys-libs/ncurses-5.2 sys-devel/perl >=sys-apps/modutils-2.4.2 sys-devel/make" if [ "$KERNEL_ARCH" = "sparc64" ] then # Need special compiler for this platform @@ -45,7 +45,7 @@ src_unpack() { cd ${WORKDIR} unpack linux-${OKV}.tar.bz2 - mv linux linux-${KV} || die + [ -d linux-${KV} ] || die cd ${S} #sometimes we have icky kernel symbols; this seems to get rid of them