From a17c27c85cfcaa2c686bc47d35fc78f646f17f94 Mon Sep 17 00:00:00 2001 From: Boris Kolpackov Date: Wed, 9 Dec 2015 15:16:06 +0200 Subject: Show list of packages that caused package to be built --- bpkg/pkg-drop.cxx | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) (limited to 'bpkg/pkg-drop.cxx') diff --git a/bpkg/pkg-drop.cxx b/bpkg/pkg-drop.cxx index f7d897d..04d6793 100644 --- a/bpkg/pkg-drop.cxx +++ b/bpkg/pkg-drop.cxx @@ -360,8 +360,7 @@ namespace bpkg << "as well:"; for (const dependent_name& dn: dnames) - dr << text << dn.name - << " (because dropping " << dn.prq_name << ")"; + dr << text << dn.name << " (requires " << dn.prq_name << ")"; } if (o.yes ()) -- cgit v1.1