Show buildtime in output
authorMichael Andres <ma@suse.de>
Thu, 10 Sep 2009 14:28:19 +0000 (16:28 +0200)
committerMichael Andres <ma@suse.de>
Thu, 10 Sep 2009 14:28:19 +0000 (16:28 +0200)
tools/NameReqPrv.cc

index 35509ca..6bc9809 100644 (file)
@@ -191,7 +191,8 @@ int main( int argc, char * argv[] )
 
     for_( it, q.begin(), q.end() )
     {
-      tableOut( str::numstring( it->id() ), it->asString(), it->repository().alias(), it->vendor().asString() );
+      tableOut( str::numstring( it->id() ), it->asString(), it->repository().alias(), it->vendor().asString(),
+                str::numstring( PoolItem(*it)->buildtime() ) );
       if ( ! it.matchesEmpty() )
       {
         for_( match, it.matchesBegin(), it.matchesEnd() )