Bug #192341 - Eliminate the dependency on py-freebsd by implementing
authorZac Medico <zmedico@gentoo.org>
Wed, 26 Sep 2007 03:30:54 +0000 (03:30 -0000)
committerZac Medico <zmedico@gentoo.org>
Wed, 26 Sep 2007 03:30:54 +0000 (03:30 -0000)
commitc90c13bbbb1f6a4d7262c922b1413dadbf09eb5b
treef63c19dba4dbebe45fc1daf45353323ce5ea2dd9
parentfabc613fbacc9dddbc765a30d6e49431b8726ba9
Bug #192341 - Eliminate the dependency on py-freebsd by implementing
it's chflags() and lchflags() functions as wrappers around the
chflags command (which should always be available in any case). The
functions are only called when merging/unmerging files that actually
have flags set so the performance difference should be negligible.

svn path=/main/trunk/; revision=7808
pym/portage/__init__.py