From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from lists.gentoo.org (pigeon.gentoo.org [208.92.234.80]) by finch.gentoo.org (Postfix) with ESMTP id EEEC5138A2F for ; Tue, 19 Aug 2014 05:26:54 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id D3DF3E089A; Tue, 19 Aug 2014 05:26:53 +0000 (UTC) Received: from smtp.gentoo.org (smtp.gentoo.org [140.211.166.183]) (using TLSv1.2 with cipher AECDH-AES256-SHA (256/256 bits)) (No client certificate requested) by pigeon.gentoo.org (Postfix) with ESMTPS id 5B600E089A for ; Tue, 19 Aug 2014 05:26:53 +0000 (UTC) Received: from oystercatcher.gentoo.org (oystercatcher.gentoo.org [148.251.78.52]) (using TLSv1.2 with cipher AECDH-AES256-SHA (256/256 bits)) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id 323DB33FEE8 for ; Tue, 19 Aug 2014 05:26:52 +0000 (UTC) Received: from localhost.localdomain (localhost [127.0.0.1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 2CBC73B9D for ; Tue, 19 Aug 2014 01:49:06 +0000 (UTC) From: "Devan Franchini" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Devan Franchini" Message-ID: <1408239818.8919396d5a73548a1720355bbcebab4efd9fa400.twitch153@gentoo> Subject: [gentoo-commits] proj/layman:master commit in: layman/overlays/modules/squashfs/ X-VCS-Repository: proj/layman X-VCS-Files: layman/overlays/modules/squashfs/squashfs.py X-VCS-Directories: layman/overlays/modules/squashfs/ X-VCS-Committer: twitch153 X-VCS-Committer-Name: Devan Franchini X-VCS-Revision: 8919396d5a73548a1720355bbcebab4efd9fa400 X-VCS-Branch: master Date: Tue, 19 Aug 2014 01:49:06 +0000 (UTC) Precedence: bulk List-Post: List-Help: List-Unsubscribe: List-Subscribe: List-Id: Gentoo Linux mail X-BeenThere: gentoo-commits@lists.gentoo.org X-Archives-Salt: 1169bc09-e935-424b-82f8-e51453209a31 X-Archives-Hash: de2730510ec43a4342f94577dc294c25 commit: 8919396d5a73548a1720355bbcebab4efd9fa400 Author: Devan Franchini gentoo org> AuthorDate: Sun Aug 17 01:43:38 2014 +0000 Commit: Devan Franchini gentoo 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 From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from lists.gentoo.org (pigeon.gentoo.org [208.92.234.80]) by finch.gentoo.org (Postfix) with ESMTP id B65EE13877A for ; Sun, 17 Aug 2014 01:43:55 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 4673AE096B; Sun, 17 Aug 2014 01:43:54 +0000 (UTC) Received: from smtp.gentoo.org (smtp.gentoo.org [140.211.166.183]) (using TLSv1.2 with cipher AECDH-AES256-SHA (256/256 bits)) (No client certificate requested) by pigeon.gentoo.org (Postfix) with ESMTPS id DF4A3E096B for ; Sun, 17 Aug 2014 01:43:53 +0000 (UTC) Received: from spoonbill.gentoo.org (spoonbill.gentoo.org [81.93.255.5]) (using TLSv1.2 with cipher AECDH-AES256-SHA (256/256 bits)) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id BC09E3401BC for ; Sun, 17 Aug 2014 01:43:52 +0000 (UTC) Received: from localhost.localdomain (localhost [127.0.0.1]) by spoonbill.gentoo.org (Postfix) with ESMTP id 781FB18816 for ; Sun, 17 Aug 2014 01:43:51 +0000 (UTC) From: "Devan Franchini" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Devan Franchini" Message-ID: <1408239818.8919396d5a73548a1720355bbcebab4efd9fa400.twitch153@gentoo> Subject: [gentoo-commits] proj/layman:master commit in: layman/overlays/modules/squashfs/ X-VCS-Repository: proj/layman X-VCS-Files: layman/overlays/modules/squashfs/squashfs.py X-VCS-Directories: layman/overlays/modules/squashfs/ X-VCS-Committer: twitch153 X-VCS-Committer-Name: Devan Franchini X-VCS-Revision: 8919396d5a73548a1720355bbcebab4efd9fa400 X-VCS-Branch: master Date: Sun, 17 Aug 2014 01:43:51 +0000 (UTC) Precedence: bulk List-Post: List-Help: List-Unsubscribe: List-Subscribe: List-Id: Gentoo Linux mail X-BeenThere: gentoo-commits@lists.gentoo.org X-Archives-Salt: 57371d20-a16e-4b01-bb1b-97ab4b44c534 X-Archives-Hash: 3a13c5590aeb2ed8684c12dc4ee41241 Message-ID: <20140817014351.vS9jDV5HrZpSTEie93110qVViAB0B2Z91apwQPPScK8@z> commit: 8919396d5a73548a1720355bbcebab4efd9fa400 Author: Devan Franchini gentoo org> AuthorDate: Sun Aug 17 01:43:38 2014 +0000 Commit: Devan Franchini gentoo 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