summaryrefslogtreecommitdiffstats
path: root/bin/quickpkg
diff options
context:
space:
mode:
authorMike Frysinger <vapier@gentoo.org>2010-12-07 23:17:38 -0500
committerMike Frysinger <vapier@gentoo.org>2010-12-07 23:17:38 -0500
commit25e600ecd6cf89a5c9424a2e63859b5dd1d1a941 (patch)
tree6ae594118757f08511b0eabeebae6f400e4c011f /bin/quickpkg
parent8ed7393be7142a7de34811fb03c877b9c5954960 (diff)
downloadportage-25e600ecd6cf89a5c9424a2e63859b5dd1d1a941.tar.gz
portage-25e600ecd6cf89a5c9424a2e63859b5dd1d1a941.tar.bz2
portage-25e600ecd6cf89a5c9424a2e63859b5dd1d1a941.zip
quickpkg: may -> might reword
Signed-off-by: Mike Frysinger <vapier@gentoo.org>
Diffstat (limited to 'bin/quickpkg')
-rwxr-xr-xbin/quickpkg4
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()