From 1eefd391f3380364e96564831bc560232d37e85b Mon Sep 17 00:00:00 2001 From: Mike Frysinger Date: Tue, 7 Dec 2010 23:17:38 -0500 Subject: quickpkg: may -> might reword Signed-off-by: Mike Frysinger --- bin/quickpkg | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'bin') 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() -- cgit v1.2.3-1-g7c22