Skip to content

Commit

Permalink
fixes issue 5: don't try to install llfuse for python 3.*
Browse files Browse the repository at this point in the history
  • Loading branch information
liucougar committed Jan 16, 2011
1 parent 44166f3 commit ec92d2c
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
2 changes: 1 addition & 1 deletion dev-python/llfuse/Manifest
@@ -1,2 +1,2 @@
DIST llfuse-0.29.7.tar.bz2 156500 RMD160 ed0406b7036f61d91a6e543ce63943ff758d394d SHA1 7d56755c5aff569bea13aaab0966612584623993 SHA256 2d09858862089e3c9115fdc10fbd1fe5e68d1c03be742d2da5136c85ca39194a
EBUILD llfuse-0.29.ebuild 640 RMD160 4260291742917ffab69bacecb71c8c177272d971 SHA1 8c1eeec55a24ed8258fbc2cd64865b724ae39d9d SHA256 f72e90917fc838540e9cef5b44499b6e87d99571ffad9f79bd004dae8027c7a8
EBUILD llfuse-0.29.ebuild 667 RMD160 cadd26ba68aac466b3135e7361453736d2c8901d SHA1 ae4826b98ffa810583e5a4dc1c6ecab8b1ba4c8d SHA256 368eff6fe1f43f2203c65442e862cab4cf25908a34333b7c971900209374a882
1 change: 1 addition & 0 deletions dev-python/llfuse/llfuse-0.29.ebuild
Expand Up @@ -4,6 +4,7 @@

EAPI=3
SUPPORT_PYTHON_ABIS="1"
RESTRICT_PYTHON_ABIS="3.*"
inherit distutils

DESCRIPTION="Python bindings for the low-level FUSE API"
Expand Down

0 comments on commit ec92d2c

Please sign in to comment.