diff options
author | jbj <devnull@localhost> | 2002-12-31 02:12:02 +0000 |
---|---|---|
committer | jbj <devnull@localhost> | 2002-12-31 02:12:02 +0000 |
commit | 86f5190567b804dc82398802ca10a55322288df9 (patch) | |
tree | a0d0a114150cd946fde09797e709d732e728f8e6 /build/rpmfc.c | |
parent | 39cbc98d696209913e83cd2ddc5dd48fad8da687 (diff) | |
download | librpm-tizen-86f5190567b804dc82398802ca10a55322288df9.tar.gz librpm-tizen-86f5190567b804dc82398802ca10a55322288df9.tar.bz2 librpm-tizen-86f5190567b804dc82398802ca10a55322288df9.zip |
Dump multilib code, colored depndencies instead.
CVS patchset: 5990
CVS date: 2002/12/31 02:12:02
Diffstat (limited to 'build/rpmfc.c')
-rw-r--r-- | build/rpmfc.c | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/build/rpmfc.c b/build/rpmfc.c index 2e18c3606..9f37b0ec9 100644 --- a/build/rpmfc.c +++ b/build/rpmfc.c @@ -1343,8 +1343,6 @@ static int rpmfcGenerateDependsHelper(const Spec spec, Package pkg, rpmfi fi) } /* Parse dependencies into header */ - tagflags &= ~RPMSENSE_MULTILIB; - rc = parseRCPOT(spec, pkg, getStringBuf(sb_stdout), tag, 0, tagflags); sb_stdout = freeStringBuf(sb_stdout); |