* [gentoo-commits] proj/layman:master commit in: layman/overlays/modules/squashfs/
2014-08-19 1:49 [gentoo-commits] proj/layman:master commit in: layman/overlays/modules/squashfs/ Devan Franchini
@ 2014-08-17 1:43 ` Devan Franchini
0 siblings, 0 replies; 2+ messages in thread
From: Devan Franchini @ 2014-08-17 1:43 UTC (permalink / raw
To: gentoo-commits
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
^ permalink raw reply related [flat|nested] 2+ messages in thread
* [gentoo-commits] proj/layman:master commit in: layman/overlays/modules/squashfs/
@ 2014-08-19 1:49 Devan Franchini
2014-08-17 1:43 ` Devan Franchini
0 siblings, 1 reply; 2+ messages in thread
From: Devan Franchini @ 2014-08-19 1:49 UTC (permalink / raw
To: gentoo-commits
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://sources.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
^ permalink raw reply related [flat|nested] 2+ messages in thread
end of thread, other threads:[~2014-08-19 5:26 UTC | newest]
Thread overview: 2+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2014-08-19 1:49 [gentoo-commits] proj/layman:master commit in: layman/overlays/modules/squashfs/ Devan Franchini
2014-08-17 1:43 ` Devan Franchini
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox