From: "Devan Franchini" <twitch153@gentoo.org> To: gentoo-commits@lists.gentoo.org Subject: [gentoo-commits] proj/layman:master commit in: layman/overlays/modules/squashfs/ Date: Tue, 19 Aug 2014 01:49:06 +0000 (UTC) [thread overview] Message-ID: <1408239818.8919396d5a73548a1720355bbcebab4efd9fa400.twitch153@gentoo> (raw) 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
WARNING: multiple messages have this Message-ID (diff)
From: "Devan Franchini" <twitch153@gentoo.org> To: gentoo-commits@lists.gentoo.org Subject: [gentoo-commits] proj/layman:master commit in: layman/overlays/modules/squashfs/ Date: Sun, 17 Aug 2014 01:43:51 +0000 (UTC) [thread overview] Message-ID: <1408239818.8919396d5a73548a1720355bbcebab4efd9fa400.twitch153@gentoo> (raw) Message-ID: <20140817014351.vS9jDV5HrZpSTEie93110qVViAB0B2Z91apwQPPScK8@z> (raw) 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
next reply other threads:[~2014-08-19 5:26 UTC|newest] Thread overview: 2+ messages / expand[flat|nested] mbox.gz Atom feed top 2014-08-19 1:49 Devan Franchini [this message] 2014-08-17 1:43 ` [gentoo-commits] proj/layman:master commit in: layman/overlays/modules/squashfs/ Devan Franchini
Reply instructions: You may reply publicly to this message via plain-text email using any one of the following methods: * Save the following mbox file, import it into your mail client, and reply-to-all from there: mbox Avoid top-posting and favor interleaved quoting: https://en.wikipedia.org/wiki/Posting_style#Interleaved_style * Reply using the --to, --cc, and --in-reply-to switches of git-send-email(1): git send-email \ --in-reply-to=1408239818.8919396d5a73548a1720355bbcebab4efd9fa400.twitch153@gentoo \ --to=twitch153@gentoo.org \ --cc=gentoo-commits@lists.gentoo.org \ --cc=gentoo-dev@lists.gentoo.org \ /path/to/YOUR_REPLY https://kernel.org/pub/software/scm/git/docs/git-send-email.html * If your mail client supports setting the In-Reply-To header via mailto: links, try the mailto: linkBe sure your reply has a Subject: header at the top and a blank line before the message body.
This is a public inbox, see mirroring instructions for how to clone and mirror all data and code used for this inbox