From: Arfrever Frehtes Taifersar Arahesis Date: Sun, 14 Jul 2013 18:55:26 +0000 (+0200) Subject: portageq: Delete incorrect usage of uses_eroot decorator for pquery. X-Git-Tag: v2.2.0_alpha189~49 X-Git-Url: http://git.tremily.us/?a=commitdiff_plain;h=c0bc5eb192e6cdd65838a2c4cce403ffb17087a9;p=portage.git portageq: Delete incorrect usage of uses_eroot decorator for pquery. --- diff --git a/bin/portageq b/bin/portageq index 990d1bfd0..0d9c27829 100755 --- a/bin/portageq +++ b/bin/portageq @@ -916,7 +916,6 @@ class HerdMatcher(object): return any(x in herds for x in metadata_xml.herds()) -@uses_eroot def pquery(parser, pquery_option_groups, opts, args): """[options] [atom]+ Emulates a subset of Pkgcore's pquery tool.