From: Mike Frysinger Date: Wed, 8 Dec 2010 04:17:38 +0000 (-0500) Subject: quickpkg: may -> might reword X-Git-Tag: v2.1.9.26~28 X-Git-Url: http://git.tremily.us/?a=commitdiff_plain;h=1eefd391f3380364e96564831bc560232d37e85b;p=portage.git quickpkg: may -> might reword Signed-off-by: Mike Frysinger --- diff --git a/bin/quickpkg b/bin/quickpkg index 33c60d49f..09723f5c8 100755 --- a/bin/quickpkg +++ b/bin/quickpkg @@ -92,10 +92,10 @@ def quickpkg_atom(options, infos, arg, eout): continue if "bindist" in iuse and "bindist" not in use: eout.ewarn("%s: package was emerged with USE=-bindist!" % cpv) - eout.ewarn("%s: it may not be legal to redistribute this." % cpv) + eout.ewarn("%s: it might not be legal to redistribute this." % cpv) elif "bindist" in restrict: eout.ewarn("%s: package has RESTRICT=bindist!" % cpv) - eout.ewarn("%s: it may not be legal to redistribute this." % cpv) + eout.ewarn("%s: it might not be legal to redistribute this." % cpv) eout.ebegin("Building package for %s" % cpv) pkgs_for_arg += 1 contents = dblnk.getcontents()