diff options
author | David Holm <dholm@gentoo.org> | 2003-09-16 16:09:50 +0000 |
---|---|---|
committer | David Holm <dholm@gentoo.org> | 2003-09-16 16:09:50 +0000 |
commit | 7803138b7b6204daee1c1fa4eb0282cbaa5a6e25 (patch) | |
tree | 43e64eb985cc168ba7f9f51801390448363844ee /sys-kernel/ppc-sources-dev/ppc-sources-dev-2.4.20.ebuild | |
parent | Removed virtual/modutils from .19 and .20 as repoman did not approve. Added p... (diff) | |
download | gentoo-2-7803138b7b6204daee1c1fa4eb0282cbaa5a6e25.tar.gz gentoo-2-7803138b7b6204daee1c1fa4eb0282cbaa5a6e25.tar.bz2 gentoo-2-7803138b7b6204daee1c1fa4eb0282cbaa5a6e25.zip |
Removed virtual/modutils from .19 and .20 as repoman did not approve. Added ppc-sources-dev-2.4.22.
Diffstat (limited to 'sys-kernel/ppc-sources-dev/ppc-sources-dev-2.4.20.ebuild')
-rw-r--r-- | sys-kernel/ppc-sources-dev/ppc-sources-dev-2.4.20.ebuild | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/sys-kernel/ppc-sources-dev/ppc-sources-dev-2.4.20.ebuild b/sys-kernel/ppc-sources-dev/ppc-sources-dev-2.4.20.ebuild index 76bba90b75d9..f317f4e00d6e 100644 --- a/sys-kernel/ppc-sources-dev/ppc-sources-dev-2.4.20.ebuild +++ b/sys-kernel/ppc-sources-dev/ppc-sources-dev-2.4.20.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-dev/ppc-sources-dev-2.4.20.ebuild,v 1.11 2003/09/09 08:48:45 msterret Exp $ +# $Header: /var/cvsroot/gentoo-x86/sys-kernel/ppc-sources-dev/ppc-sources-dev-2.4.20.ebuild,v 1.12 2003/09/16 16:09:45 dholm Exp $ #OKV=original kernel version, KV=patched kernel version. They can be the same. @@ -31,7 +31,7 @@ KEYWORDS="ppc -x86 -sparc " if [ $ETYPE = "sources" ] && [ -z "`use build`" ] then DEPEND=">=sys-devel/binutils-2.11.90.0.31" - RDEPEND=">=sys-libs/ncurses-5.2 dev-lang/perl virtual/modutils sys-devel/make" + RDEPEND=">=sys-libs/ncurses-5.2 dev-lang/perl sys-devel/make" fi |