quickpkg: may -> might reword
authorMike Frysinger <vapier@gentoo.org>
Wed, 8 Dec 2010 04:17:38 +0000 (23:17 -0500)
committerZac Medico <zmedico@gentoo.org>
Wed, 8 Dec 2010 05:49:45 +0000 (21:49 -0800)
Signed-off-by: Mike Frysinger <vapier@gentoo.org>
bin/quickpkg

index 33c60d49f5e7d564598c12fa37e7e8714ecbd8d7..09723f5c8a1f6b438b3a7e1d500d24584121c1b5 100755 (executable)
@@ -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()