summaryrefslogtreecommitdiff
path: root/trunk/ChangeLog
diff options
context:
space:
mode:
authorfuzzyray <fuzzyray@gentoo.org>2007-03-29 22:17:01 +0000
committerfuzzyray <fuzzyray@gentoo.org>2007-03-29 22:17:01 +0000
commit67f2caa5d98c9a0cf6bdbb6739f016c01ce2387f (patch)
tree2a1bba896f9b8c463c131062bd2a87a7ea76bc58 /trunk/ChangeLog
parent0a71cab0c926d10cd4139a84a4b4c03194c51f96 (diff)
downloadgentoolkit-67f2caa5d98c9a0cf6bdbb6739f016c01ce2387f.tar.gz
Change package.get_???_deps() methods to try the portage tree first, since emerge always uses the portage tree for dependencies. (Bug #164678)
svn path=/; revision=368
Diffstat (limited to 'trunk/ChangeLog')
-rw-r--r--trunk/ChangeLog5
1 files changed, 5 insertions, 0 deletions
diff --git a/trunk/ChangeLog b/trunk/ChangeLog
index 1a36199..80e6d75 100644
--- a/trunk/ChangeLog
+++ b/trunk/ChangeLog
@@ -1,4 +1,9 @@
2007-03-29: Paul Varner <fuzzyray@gentoo.org>
+ * gentoolkit: Change package.get_???_deps() methods to try the portage
+ tree first, since emerge always uses the portage tree for dependencies.
+ (Bug #164678)
+
+2007-03-29: Paul Varner <fuzzyray@gentoo.org>
* equery: Convert deprecated strings functions to str methods (Bug
#172694)