diff options
author | Gunnar Wrobel <wrobel@gentoo.org> | 2005-11-17 16:52:35 +0000 |
---|---|---|
committer | Gunnar Wrobel <wrobel@gentoo.org> | 2005-11-17 16:52:35 +0000 |
commit | abcc32e1e47433010097e0e568eb4bcd9f450bcc (patch) | |
tree | c0d93fbdfb67194505df115e0852bdb011fb4f5d /dev-python/python-fuse/python-fuse-2.3.ebuild | |
parent | Fixes to the dependencies (diff) | |
download | overlay-abcc32e1e47433010097e0e568eb4bcd9f450bcc.tar.gz overlay-abcc32e1e47433010097e0e568eb4bcd9f450bcc.tar.bz2 overlay-abcc32e1e47433010097e0e568eb4bcd9f450bcc.zip |
Typo
svn path=/; revision=530
Diffstat (limited to 'dev-python/python-fuse/python-fuse-2.3.ebuild')
-rw-r--r-- | dev-python/python-fuse/python-fuse-2.3.ebuild | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/dev-python/python-fuse/python-fuse-2.3.ebuild b/dev-python/python-fuse/python-fuse-2.3.ebuild index bf55aaf..07631ca 100644 --- a/dev-python/python-fuse/python-fuse-2.3.ebuild +++ b/dev-python/python-fuse/python-fuse-2.3.ebuild @@ -18,11 +18,12 @@ DEPEND="|| (sys-fs/fuse >=virtual/linux-sources-2.6.14)" S=${WORKDIR}/${PN} pkg_setup() { + linux-info_pkg_setup CURRENT=$(($((${KV_MAJOR}*10000))+$((${KV_MINOR}*100))+$((${KV_PATCH})))) - if [ ${CURRENT -ge 20614 ]; then + if [ ${CURRENT} -ge 20614 ]; then ebegin "Checking for kernel FUSE support" linux_chkconfig_present CONFIG_FUSE_FS |