From ec92d2cd9884d8cf180d65951824553501d11839 Mon Sep 17 00:00:00 2001 From: liucougar Date: Sat, 15 Jan 2011 20:12:48 -0800 Subject: [PATCH] fixes issue 5: don't try to install llfuse for python 3.* --- dev-python/llfuse/Manifest | 2 +- dev-python/llfuse/llfuse-0.29.ebuild | 1 + 2 files changed, 2 insertions(+), 1 deletion(-) diff --git a/dev-python/llfuse/Manifest b/dev-python/llfuse/Manifest index f202bf9..47c7294 100644 --- a/dev-python/llfuse/Manifest +++ b/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 diff --git a/dev-python/llfuse/llfuse-0.29.ebuild b/dev-python/llfuse/llfuse-0.29.ebuild index 9d21aff..f12d11d 100644 --- a/dev-python/llfuse/llfuse-0.29.ebuild +++ b/dev-python/llfuse/llfuse-0.29.ebuild @@ -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"