diff options
author | Saleem Abdulrasool <compnerd@gentoo.org> | 2007-01-04 05:14:18 +0000 |
---|---|---|
committer | Saleem Abdulrasool <compnerd@gentoo.org> | 2007-01-04 05:14:18 +0000 |
commit | b5926b32d24c48493248443f1f8875bcf80775bc (patch) | |
tree | 68bbe3436248ad1c99fced48b2c006e0df61a401 /net-fs/shfs/shfs-0.35-r3.ebuild | |
parent | stable on ppc64 (diff) | |
download | gentoo-2-b5926b32d24c48493248443f1f8875bcf80775bc.tar.gz gentoo-2-b5926b32d24c48493248443f1f8875bcf80775bc.tar.bz2 gentoo-2-b5926b32d24c48493248443f1f8875bcf80775bc.zip |
restrict the kernel to <2.6.19 for the last stable version
(Portage version: 2.1.2_rc4-r5)
Diffstat (limited to 'net-fs/shfs/shfs-0.35-r3.ebuild')
-rw-r--r-- | net-fs/shfs/shfs-0.35-r3.ebuild | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/net-fs/shfs/shfs-0.35-r3.ebuild b/net-fs/shfs/shfs-0.35-r3.ebuild index b342139fa5e9..960853747724 100644 --- a/net-fs/shfs/shfs-0.35-r3.ebuild +++ b/net-fs/shfs/shfs-0.35-r3.ebuild @@ -1,6 +1,6 @@ -# Copyright 1999-2006 Gentoo Foundation +# Copyright 1999-2007 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/net-fs/shfs/shfs-0.35-r3.ebuild,v 1.7 2006/11/25 19:00:00 kloeri Exp $ +# $Header: /var/cvsroot/gentoo-x86/net-fs/shfs/shfs-0.35-r3.ebuild,v 1.8 2007/01/04 05:14:18 compnerd Exp $ inherit linux-mod eutils @@ -16,7 +16,7 @@ IUSE="X amd doc" RDEPEND="virtual/modutils net-misc/openssh amd? ( net-fs/am-utils )" -DEPEND="virtual/linux-sources +DEPEND="<virtual/linux-sources-2.6.19 sys-apps/sed ${RDEPEND}" PDEPEND="X? ( net-misc/x11-ssh-askpass )" |