summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMichał Górny <mgorny@gentoo.org>2012-12-15 21:30:03 +0000
committerMichał Górny <mgorny@gentoo.org>2012-12-15 21:30:03 +0000
commit211745c2ee19a3b796b440591b04c6a02addde2e (patch)
tree35f94f397fae732af6b29f3116cdfaf0b0ac62f7 /eclass/ChangeLog
parentVersion bump (diff)
downloadhistorical-211745c2ee19a3b796b440591b04c6a02addde2e.tar.gz
historical-211745c2ee19a3b796b440591b04c6a02addde2e.tar.bz2
historical-211745c2ee19a3b796b440591b04c6a02addde2e.zip
Fix the relative linking algo to handle /// in path.
Diffstat (limited to 'eclass/ChangeLog')
-rw-r--r--eclass/ChangeLog5
1 files changed, 4 insertions, 1 deletions
diff --git a/eclass/ChangeLog b/eclass/ChangeLog
index e651ecb852e6..f5d7d88f1553 100644
--- a/eclass/ChangeLog
+++ b/eclass/ChangeLog
@@ -1,6 +1,9 @@
# ChangeLog for eclass directory
# Copyright 1999-2012 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/eclass/ChangeLog,v 1.560 2012/12/14 08:41:59 mgorny Exp $
+# $Header: /var/cvsroot/gentoo-x86/eclass/ChangeLog,v 1.561 2012/12/15 21:30:03 mgorny Exp $
+
+ 15 Dec 2012; Michał Górny <mgorny@gentoo.org> python-utils-r1.eclass:
+ Fix the relative linking algo to handle /// in path.
14 Dec 2012; Michał Górny <mgorny@gentoo.org> python-r1.eclass:
Prevent python-r1 packages from depending on python-single-r1 packages.