diff options
author | Mike Frysinger <vapier@gentoo.org> | 2010-12-07 23:17:38 -0500 |
---|---|---|
committer | Zac Medico <zmedico@gentoo.org> | 2010-12-07 21:49:45 -0800 |
commit | 1eefd391f3380364e96564831bc560232d37e85b (patch) | |
tree | 64ef2b7e1899e988f9fd202a26f12de00ac58590 | |
parent | 26ff164f0f96f2c1c5a39d3787f6abd7d1309371 (diff) | |
download | portage-1eefd391f3380364e96564831bc560232d37e85b.tar.gz portage-1eefd391f3380364e96564831bc560232d37e85b.tar.bz2 portage-1eefd391f3380364e96564831bc560232d37e85b.zip |
quickpkg: may -> might reword
Signed-off-by: Mike Frysinger <vapier@gentoo.org>
-rwxr-xr-x | bin/quickpkg | 4 |
1 files changed, 2 insertions, 2 deletions
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() |