From 32d707039516b26496cbb8ed973c48ee6e3b4351 Mon Sep 17 00:00:00 2001 From: Sebastian Parborg Date: Thu, 21 Jul 2011 22:05:00 +0200 Subject: Fixed a typo --- linkdeps.py | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/linkdeps.py b/linkdeps.py index c89869e..7e81e2e 100644 --- a/linkdeps.py +++ b/linkdeps.py @@ -68,8 +68,8 @@ def pfltopackage(dep,addpaths): print("More than one matching package for dep found!\nPicking the last one...") if not matching_packages: - print("not matching package found within the include paths!") - print("file not found was:" + dep) + print("no matching package found within the include paths!") + print("file not found was: " + dep) print("a dummy dep will be placed in the ebuild, fix it!") package = ["dummy"] -- cgit v1.2.3-65-gdbad