summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMichael Cummings <mcummings@gentoo.org>2005-02-06 12:51:23 +0000
committerMichael Cummings <mcummings@gentoo.org>2005-02-06 12:51:23 +0000
commite60b6597f0724dfccc853905bc16beb4271344d5 (patch)
tree52e8161fdfb990f05432622a4fce9f871d1e33f4 /dev-perl/BSD-Resource/ChangeLog
parentRemoved old versions. (diff)
downloadhistorical-e60b6597f0724dfccc853905bc16beb4271344d5.tar.gz
historical-e60b6597f0724dfccc853905bc16beb4271344d5.tar.bz2
historical-e60b6597f0724dfccc853905bc16beb4271344d5.zip
Bug 79329
Package-Manager: portage-2.0.51-r13
Diffstat (limited to 'dev-perl/BSD-Resource/ChangeLog')
-rw-r--r--dev-perl/BSD-Resource/ChangeLog11
1 files changed, 10 insertions, 1 deletions
diff --git a/dev-perl/BSD-Resource/ChangeLog b/dev-perl/BSD-Resource/ChangeLog
index 63d0851e5baa..9e8fe33d931c 100644
--- a/dev-perl/BSD-Resource/ChangeLog
+++ b/dev-perl/BSD-Resource/ChangeLog
@@ -1,6 +1,15 @@
# ChangeLog for dev-perl/BSD-Resource
# Copyright 2000-2005 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/dev-perl/BSD-Resource/ChangeLog,v 1.10 2005/01/22 12:53:19 gustavoz Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-perl/BSD-Resource/ChangeLog,v 1.11 2005/02/06 12:51:23 mcummings Exp $
+
+ 06 Feb 2005; Michael Cummings <mcummings@gentoo.org>
+ +files/portage_niceness.patch, BSD-Resource-1.24.ebuild:
+ This update is to include a patch to deal with users employing the
+ PORTAGE_NICENESS variable. The getpriority tests that the module uses assume
+ that there is a priority of 0 for these tests - but if you've used niceness,
+ then that isn't the case and they will fail. Instead, we leave the old
+ values and adjust them to the niceness level if PORTAGE_NICENESS has been
+ set. Bug 79329.
22 Jan 2005; Gustavo Zacarias <gustavoz@gentoo.org>
BSD-Resource-1.24.ebuild: