summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorPieter van den Abeele <pvdabeel@gentoo.org>2003-04-01 10:10:31 +0000
committerPieter van den Abeele <pvdabeel@gentoo.org>2003-04-01 10:10:31 +0000
commit674b9519c1bc4307c9705e1d31be204488200463 (patch)
tree84fdfc0bb79c7a252d6beb06bcfe1a3f08b14161 /sys-kernel
parentrevised libungif dep to 4.1.0b1 (diff)
downloadhistorical-674b9519c1bc4307c9705e1d31be204488200463.tar.gz
historical-674b9519c1bc4307c9705e1d31be204488200463.tar.bz2
historical-674b9519c1bc4307c9705e1d31be204488200463.zip
should fix some problems: added addpatches dep, tried to solve incorrect symlink problem
Diffstat (limited to 'sys-kernel')
-rw-r--r--sys-kernel/ppc-sources/ppc-sources-2.4.20-r4.ebuild13
1 files changed, 4 insertions, 9 deletions
diff --git a/sys-kernel/ppc-sources/ppc-sources-2.4.20-r4.ebuild b/sys-kernel/ppc-sources/ppc-sources-2.4.20-r4.ebuild
index 6de6f01c6f89..89d9bd4abf5c 100644
--- a/sys-kernel/ppc-sources/ppc-sources-2.4.20-r4.ebuild
+++ b/sys-kernel/ppc-sources/ppc-sources-2.4.20-r4.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/ppc-sources/ppc-sources-2.4.20-r4.ebuild,v 1.2 2003/03/31 23:46:10 kain Exp $
+# $Header: /var/cvsroot/gentoo-x86/sys-kernel/ppc-sources/ppc-sources-2.4.20-r4.ebuild,v 1.3 2003/04/01 10:10:31 pvdabeel Exp $
IUSE="build crypt"
@@ -29,19 +29,14 @@ SRC_URI="http://www.kernel.org/pub/linux/kernel/v2.4/linux-${OKV}.tar.bz2
HOMEPAGE="http://www.gentoo.org/ http://www.kernel.org/"
LICENSE="GPL-2"
KEYWORDS="-x86 ~ppc -sparc -alpha"
-DEPEND=">=sys-devel/binutils-2.11.90.0.31"
+DEPEND=">=sys-devel/binutils-2.11.90.0.31 app-admin/addpatches"
RDEPEND=">=sys-libs/ncurses-5.2 dev-lang/perl >=sys-apps/modutils-2.4.2 sys-devel/make"
src_unpack() {
unpack ${A}
mv linux-${OKV} linux-${KV} || die
-
- cd ${KV}
- # Kill patches we aren't suppposed to use, don't worry about
- # failures, if they aren't there that is a good thing!
-
- # This is the ratified crypt USE flag, enables IPSEC
+ cd linux-${KV}
[ `use crypt` ] || rm 6*
-
+ cd ..
kernel_src_unpack
}