diff options
author | 2003-04-01 10:10:31 +0000 | |
---|---|---|
committer | 2003-04-01 10:10:31 +0000 | |
commit | 6574999d244a399427655ada3e0e281c913bb30b (patch) | |
tree | 9d2f01fe6d0801cbaef1403284248226c9377835 /sys-kernel/ppc-sources | |
parent | revised libungif dep to 4.1.0b1 (diff) | |
download | gentoo-2-6574999d244a399427655ada3e0e281c913bb30b.tar.gz gentoo-2-6574999d244a399427655ada3e0e281c913bb30b.tar.bz2 gentoo-2-6574999d244a399427655ada3e0e281c913bb30b.zip |
should fix some problems: added addpatches dep, tried to solve incorrect symlink problem
Diffstat (limited to 'sys-kernel/ppc-sources')
-rw-r--r-- | sys-kernel/ppc-sources/ppc-sources-2.4.20-r4.ebuild | 13 |
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 } |