diff options
author | Mike Frysinger <vapier@gentoo.org> | 2006-06-11 16:30:17 +0000 |
---|---|---|
committer | Mike Frysinger <vapier@gentoo.org> | 2006-06-11 16:30:17 +0000 |
commit | 9a361bdd1f742d08ea10236bac72c3ef95cb59af (patch) | |
tree | ddef7b6fcac5bda8c53649737173b3441f33472e /sys-apps/s390-oco/s390-oco-2.6.5.ebuild | |
parent | Add einfo about the default USE_ORDER change. (diff) | |
download | historical-9a361bdd1f742d08ea10236bac72c3ef95cb59af.tar.gz historical-9a361bdd1f742d08ea10236bac72c3ef95cb59af.tar.bz2 historical-9a361bdd1f742d08ea10236bac72c3ef95cb59af.zip |
make kernel depend a little more flexible
Package-Manager: portage-2.1
Diffstat (limited to 'sys-apps/s390-oco/s390-oco-2.6.5.ebuild')
-rw-r--r-- | sys-apps/s390-oco/s390-oco-2.6.5.ebuild | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/sys-apps/s390-oco/s390-oco-2.6.5.ebuild b/sys-apps/s390-oco/s390-oco-2.6.5.ebuild index 93d182f578bc..43a801ef3e58 100644 --- a/sys-apps/s390-oco/s390-oco-2.6.5.ebuild +++ b/sys-apps/s390-oco/s390-oco-2.6.5.ebuild @@ -1,6 +1,6 @@ # Copyright 1999-2006 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/sys-apps/s390-oco/s390-oco-2.6.5.ebuild,v 1.10 2006/03/15 23:49:35 vapier Exp $ +# $Header: /var/cvsroot/gentoo-x86/sys-apps/s390-oco/s390-oco-2.6.5.ebuild,v 1.11 2006/06/11 16:30:17 vapier Exp $ inherit linux-mod @@ -16,7 +16,7 @@ SLOT="0" KEYWORDS="s390" IUSE="" -DEPEND="=sys-kernel/vanilla-sources-${PV}*" +DEPEND="=sys-kernel/vanilla-sources-2.6*" S=${WORKDIR} |