idella4 15/03/10 03:12:02 Added: playonlinux-4.2.6-stop-update-warning.patch Removed: playonlinux-4.1.1-not-exclude-ipv6.patch Log: bump, fix nagging update notification, ack to Adam Mills for new patch, ack to Kent Fredric wrt bug #522356, fixes Bugs 480550 & 524522. proxy maintainership change to NP-Hardass with consent of prior maintainer wrt bug #542630 (Portage version: 2.2.14/cvs/Linux x86_64, signed Manifest commit with key 0xB8072B0D)
Revision Changes Path 1.1 app-emulation/playonlinux/files/playonlinux-4.2.6-stop-update-warning.patch file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/app-emulation/playonlinux/files/playonlinux-4.2.6-stop-update-warning.patch?rev=1.1&view=markup plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/app-emulation/playonlinux/files/playonlinux-4.2.6-stop-update-warning.patch?rev=1.1&content-type=text/plain Index: playonlinux-4.2.6-stop-update-warning.patch =================================================================== # This patch enables the DEBIAN_PACKGE for playonlinux. # The changes are described in the source comments below. # The flag is unfortnuately named debian, however the # benefits apply to any package management system. # Patch written by Adam Mills <[email protected]> --- python/lib/Variables.py 2013-08-10 22:19:46.053365072 -0400 +++ python/lib/Variables-patched.py 2013-08-10 22:17:58.275881842 -0400 @@ -26,7 +26,7 @@ # Debian packagers should switch this to TRUE # It will disable update alerts, bug reports, statistics # It will set the good locale directory, and it will use the good msttcorefonts -os.environ["DEBIAN_PACKAGE"] = "FALSE" +os.environ["DEBIAN_PACKAGE"] = "TRUE" # Variables PlayOnMac if (os.environ["POL_OS"] == "Mac"):
