commit: 8919396d5a73548a1720355bbcebab4efd9fa400
Author: Devan Franchini <twitch153 <AT> gentoo <DOT> org>
AuthorDate: Sun Aug 17 01:43:38 2014 +0000
Commit: Devan Franchini <twitch153 <AT> gentoo <DOT> org>
CommitDate: Sun Aug 17 01:43:38 2014 +0000
URL:
http://git.overlays.gentoo.org/gitweb/?p=proj/layman.git;a=commit;h=8919396d
squashfs.py: forces is_supported() to return True
---
layman/overlays/modules/squashfs/squashfs.py | 5 +----
1 file changed, 1 insertion(+), 4 deletions(-)
diff --git a/layman/overlays/modules/squashfs/squashfs.py
b/layman/overlays/modules/squashfs/squashfs.py
index 48711ce..912bd62 100644
--- a/layman/overlays/modules/squashfs/squashfs.py
+++ b/layman/overlays/modules/squashfs/squashfs.py
@@ -131,10 +131,7 @@ class SquashfsOverlay(ArchiveOverlay):
@rtype bool
'''
- return require_supported(
- [(self.command(), 'squashfs', 'sys-fs/squashfs-tools'), ],
- self.output.warn)
-
+ return True
if __name__ == '__main__':
import doctest