- Put two new words on USES list: 1) `localbase' to ensure that e.g.
Xinerama is detected when all options are turned off, and thus
-L${LOCALBASE}/lib is not pulled in by pkgconf(1), this also allows
to drop INOTIFY_LDFLAGS; and 2) `xorg' as suggested by DEV_WARNING
- Fix Python dependency: it is only needed at run-time and the script
(find_file_by_chksum.py) is compatible with both 2.7 and 3.x versions
- Remove -Wno-error=narrowing gimmick bogusly readded in r506432 despite
it was explained in r505818 that offending code is not there anymore
- Stop requesting specific (and old) version of Lua: our current default
(5.2) is actually what configure script is looking for
Approved by: maintainer