gentoolkit.git
11 years agoeclean: Fix pkg sorting to work with Python3 gentoolkit-0.3.0.7
Paul Varner [Wed, 31 Oct 2012 19:16:00 +0000 (14:16 -0500)]
eclean: Fix pkg sorting to work with Python3

11 years agoeclean: sort pkg list shown to user
Mike Frysinger [Wed, 31 Oct 2012 18:46:39 +0000 (14:46 -0400)]
eclean: sort pkg list shown to user

This makes it much easier to scan through and pick out packages.

Signed-off-by: Mike Frysinger <vapier@gentoo.org>
11 years agomore man page fixes.
Brian Dolbec [Sun, 21 Oct 2012 21:05:14 +0000 (14:05 -0700)]
more man page fixes.

11 years agoman page updates thanks to Francesco Turco. Update analyze and rebuild modules...
Brian Dolbec [Sun, 21 Oct 2012 20:19:40 +0000 (13:19 -0700)]
man page updates thanks to  Francesco Turco.  Update analyze and rebuild modules to use a new not_implemented() in the ModuleBase class.

11 years agoMinor example changes to equery man page.
Paul Varner [Tue, 9 Oct 2012 22:09:45 +0000 (17:09 -0500)]
Minor example changes to equery man page.

Fix typo for 'equery which' example.
Change 'equery meta --description screen' to 'equery meta --description
app-misc/screen' so portage doesn't show ambigous package name error.

11 years agoModify _pkg_re to work with EAPI 4-python which is in use by Funtoo.
Paul Varner [Tue, 9 Oct 2012 21:32:01 +0000 (16:32 -0500)]
Modify _pkg_re to work with EAPI 4-python which is in use by Funtoo.

Testing on a Gentoo system showed no adverse affects with the change.

11 years agopy 3.3 fix for bug 436934. Change the level parameter for the __import__() call.
Brian Dolbec [Sat, 6 Oct 2012 22:13:49 +0000 (15:13 -0700)]
py 3.3 fix for bug 436934.  Change the level parameter for the __import__() call.

11 years agoFix euse to always prefer /etc/portage/make.conf over /etc/make.conf. Bug 434672
Paul Varner [Wed, 26 Sep 2012 06:12:13 +0000 (01:12 -0500)]
Fix euse to always prefer /etc/portage/make.conf over /etc/make.conf. Bug 434672

11 years agoRemove check of isatty when guessing color.
Paul Varner [Thu, 6 Sep 2012 21:34:19 +0000 (16:34 -0500)]
Remove check of isatty when guessing color.

When going through a pipe, color is already turned off.  This allows
color to be restored with the --no-pipe option.  If color is not desired
with --no-pipe, then --nocolor should also be specified.

11 years agoStrip initial whitespace at the start of the description (Bug 432530).
Paul Varner [Fri, 24 Aug 2012 15:51:56 +0000 (10:51 -0500)]
Strip initial whitespace at the start of the description (Bug 432530).

11 years agomark dbapi as deprecated.
Brian Dolbec [Wed, 1 Aug 2012 03:34:16 +0000 (20:34 -0700)]
mark dbapi as deprecated.

11 years agoreplace all use of dbapi's PORTDB, VARDB, BINDB assigned variables with the actuall...
Brian Dolbec [Wed, 1 Aug 2012 03:23:14 +0000 (20:23 -0700)]
replace all use of dbapi's PORTDB, VARDB, BINDB assigned variables with the actuall portage calls to take advantage of all 3 being lazyloaded.  The assignemt in dbapi causes all 3 to be loaded, slowing down runs that do not need all 3

11 years agoReturn string from Package.__str__ (Bug 423209)
Paul Varner [Tue, 24 Jul 2012 17:16:26 +0000 (12:16 -0500)]
Return string from Package.__str__ (Bug 423209)

Patch from Brennan Shacklett

11 years agoreverse an accidental indentation change from tabs to spaces.
Brian Dolbec [Fri, 29 Jun 2012 03:43:29 +0000 (20:43 -0700)]
reverse an accidental indentation change from tabs to spaces.

11 years agomove enalyse/base.py to gentoolkit for general module use.
Brian Dolbec [Fri, 29 Jun 2012 02:36:13 +0000 (19:36 -0700)]
move enalyse/base.py to gentoolkit for general module use.

11 years agoupdate docstrings to ready it for a move to gentoolkit for general use.
Brian Dolbec [Fri, 29 Jun 2012 02:33:33 +0000 (19:33 -0700)]
update docstrings to ready it for a move to gentoolkit for general use.

11 years agoupdate authors with my contributions.
Brian Dolbec [Fri, 29 Jun 2012 02:23:15 +0000 (19:23 -0700)]
update authors with my contributions.

11 years agoAdd support for the md5-cache metadata format. (Bug 422675)
Paul Varner [Wed, 20 Jun 2012 17:11:44 +0000 (12:11 -0500)]
Add support for the md5-cache metadata format. (Bug 422675)

The gentoo tree is moving to the md5-cache format instead of pms. This
add support for reading the md5-cache metadata format.

11 years agoAdd support for ':' in the profiles parent file for bug 414961.
Paul Varner [Wed, 20 Jun 2012 15:56:16 +0000 (10:56 -0500)]
Add support for ':' in the profiles parent file for bug 414961.

Bug #414961 allows ':' shorthand to resolve to the ${PORTDIR}/profiles
A value before the ':' references the repository, no value means
gentoo

Example: local:base would refer to the profiles directory in the
repository path owned by the 'local' repository

11 years agoChange division to floor division for Python3 compatibility (Bug 417233).
Paul Varner [Thu, 24 May 2012 05:54:59 +0000 (00:54 -0500)]
Change division to floor division for Python3 compatibility (Bug 417233).

11 years agofix a bug in enalyze rebuild where it did not consider IUSE defaults for calculating...
Brian Dolbec [Thu, 7 Jun 2012 07:57:44 +0000 (00:57 -0700)]
fix a bug in enalyze rebuild where it did not consider IUSE defaults for calculating the use flag differences. Discovered by mingdao in #gentoo.

11 years agoremove the auto linewrapping from the stablereq output line so it does not mess up...
Brian Dolbec [Sat, 2 Jun 2012 18:52:10 +0000 (11:52 -0700)]
remove the auto linewrapping from the stablereq output line so it does not mess up the copy/paste of the cc's

11 years agoadd a -S, --stablereq option to equery meta to list the arch cc's to add to STABLEREQ...
Brian Dolbec [Sat, 2 Jun 2012 17:59:49 +0000 (10:59 -0700)]
add a -S, --stablereq option to equery meta to list the arch cc's to add to STABLEREQ bug on b.g.o.

11 years agoChange sed statement in euse to fix bug 410365.
Paul Varner [Wed, 16 May 2012 22:27:54 +0000 (17:27 -0500)]
Change sed statement in euse to fix bug 410365.

The sed statement was looking for the useflag as part of the regular
expression.  Since the input to the statement had already grepped for
the relevant entries from use.local.desc, this is unneccessary.  Changed
the sed statement to look for '(.*)  *' instead of '(${1}) *'.

11 years agoFix output to be sorted using portage.versions.vercmp (bug 409449).
Paul Varner [Wed, 16 May 2012 21:58:04 +0000 (16:58 -0500)]
Fix output to be sorted using portage.versions.vercmp (bug 409449).

11 years agoMake colors for useflags be the same as portage.
Paul Varner [Wed, 16 May 2012 21:12:03 +0000 (16:12 -0500)]
Make colors for useflags be the same as portage.

The current colors are the opposite of how portage uses the colors.
This just switches them so portage and equery show the same color for
the same meaning, Red is a set useflag and blue is an unset useflag.

Note: This ignores any user defined colormaps in portage.

11 years agoFix Bug 414627, where not all packages were being printed.
Paul Varner [Tue, 8 May 2012 21:03:04 +0000 (16:03 -0500)]
Fix Bug 414627, where not all packages were being printed.

Not sure of why this fixes it, but it appears to be caused by
interaction between the map() and zip() iterator objects in python3.

The fix is to use the list() operator to create a list from the iterator
objects.

12 years agoExtend eread to allow sorting (bug 413577).
SÅ‚awomir Nizio [Wed, 25 Apr 2012 22:50:57 +0000 (00:50 +0200)]
Extend eread to allow sorting (bug 413577).

12 years agoFix eread to work on a prefix environment. gentoolkit-0.3.0.6
Paul Varner [Wed, 11 Apr 2012 18:50:29 +0000 (13:50 -0500)]
Fix eread to work on a prefix environment.

12 years agoRemove incorrect usage of -r flage for egrep (Bug 410137).
Paul Varner [Wed, 11 Apr 2012 17:41:32 +0000 (12:41 -0500)]
Remove incorrect usage of -r flage for egrep (Bug 410137).

12 years agoFix eshowkw traceback on prefix enviroments (Bug 411599).
Paul Varner [Wed, 11 Apr 2012 15:00:56 +0000 (10:00 -0500)]
Fix eshowkw traceback on prefix enviroments (Bug 411599).

12 years agoUpdate man page to include --ebuild option to equery which command
Paul Varner [Wed, 11 Apr 2012 14:03:21 +0000 (09:03 -0500)]
Update man page to include --ebuild option to equery which command

12 years agoequery: turn sys.argv into a parameter
Mike Frysinger [Wed, 4 Apr 2012 18:07:59 +0000 (14:07 -0400)]
equery: turn sys.argv into a parameter

This lets other tools import equery and call the main func with its own
set of flags.

Signed-off-by: Mike Frysinger <vapier@gentoo.org>
Signed-off-by: Paul Varner <fuzzyray@gentoo.org>
12 years agoAdd patch from Vitaly Shimansky to fix regex in modify_packages()
Paul Varner [Tue, 20 Mar 2012 03:59:02 +0000 (22:59 -0500)]
Add patch from Vitaly Shimansky to fix regex in modify_packages()

12 years agofix a missed hardcoded path not using the portage.root.
Brian Dolbec [Mon, 19 Mar 2012 06:49:20 +0000 (23:49 -0700)]
fix a missed hardcoded path not using the portage.root.

12 years agoadd an ebuild listing option to equery which as requested by Calchan and ryao.
Brian Dolbec [Mon, 19 Mar 2012 06:47:38 +0000 (23:47 -0700)]
add an ebuild listing option to equery which as requested by Calchan and ryao.

12 years agoApply patch from Jared Hancock to disable globbing.
Paul Varner [Tue, 6 Mar 2012 05:33:35 +0000 (23:33 -0600)]
Apply patch from Jared Hancock to disable globbing.

This patch disables shell globbing except where actually needed. This
will hopefully fix bug 382219.

12 years agoAdd ignored files/directories check.
Brian Dolbec [Sun, 4 Mar 2012 07:40:54 +0000 (23:40 -0800)]
Add ignored files/directories check.
Add a warning for incomplete pkg merges with -MERGING- in the name.

12 years agofix bug 406613. ignore any .keep_* files in /var/db/pkg. Print a warning for any...
Brian Dolbec [Fri, 2 Mar 2012 17:46:28 +0000 (09:46 -0800)]
fix bug 406613. ignore any .keep_* files in /var/db/pkg.  Print a warning for any other files found.

12 years agofix bug 406495. renamed portage.config() parameter from _eprefix to eprefix.
Brian Dolbec [Fri, 2 Mar 2012 00:01:06 +0000 (16:01 -0800)]
fix bug 406495.  renamed portage.config() parameter from _eprefix to eprefix.

12 years agoUpdate the comment for setting the overlay name. gentoolkit-0.3.0.5
Paul Varner [Mon, 20 Feb 2012 23:41:38 +0000 (17:41 -0600)]
Update the comment for setting the overlay name.

12 years agoChange overlay name to match portage when repo_name is not found.
Paul Varner [Mon, 20 Feb 2012 23:22:19 +0000 (17:22 -0600)]
Change overlay name to match portage when repo_name is not found.

12 years agoFix euse -i to not print errors from 'cat' when determining the repository name
Paul Varner [Mon, 20 Feb 2012 23:13:02 +0000 (17:13 -0600)]
Fix euse -i to not print errors from 'cat' when determining the repository name

12 years agoFix revdep-rebuild.sh to properly honor emerge return codes.
Paul Varner [Thu, 16 Feb 2012 17:34:37 +0000 (11:34 -0600)]
Fix revdep-rebuild.sh to properly honor emerge return codes.

This should fix bugs 326923, 351054, and 404065

12 years agoMerge branch 'gentoolkit' of git+ssh://git.overlays.gentoo.org/proj/gentoolkit into...
Paul Varner [Mon, 6 Feb 2012 16:22:51 +0000 (10:22 -0600)]
Merge branch 'gentoolkit' of git+ssh://git.overlays.gentoo.org/proj/gentoolkit into gentoolkit

12 years agoChange the documentation for revdep-rebuild --library.
Paul Varner [Mon, 6 Feb 2012 16:20:23 +0000 (10:20 -0600)]
Change the documentation for revdep-rebuild --library.

Change the help output and man page to reflect that --library will
unconditionally rebuild the packages with the named library.

12 years agoFix bug 400957 where -hC did not work to to printing help immediately upon finding...
Brian Dolbec [Fri, 27 Jan 2012 09:52:33 +0000 (01:52 -0800)]
Fix bug 400957 where -hC  did not work to to printing help immediately upon finding the -h option and not parsing the remaining options.  Fixed equery, enalyze, eclean, revdep-rebuild (although, python revdep did not colorize the help).

12 years agofix bug 398103 to properly delete broken symlinks and not abort.
Brian Dolbec [Sun, 22 Jan 2012 17:48:36 +0000 (09:48 -0800)]
fix bug 398103 to properly delete broken symlinks and not abort.

12 years agoFix equery's term_width too.
Brian Dolbec [Fri, 23 Dec 2011 06:24:53 +0000 (22:24 -0800)]
Fix equery's term_width too.

12 years agoFix the term_width setting for the recent portage change, which is now returning...
Brian Dolbec [Fri, 23 Dec 2011 06:01:45 +0000 (22:01 -0800)]
Fix the term_width setting for the recent portage change, which is now returning 0 instead of -1.
This should work for all portage versions.

12 years agoFix setup.py to work with EPREFIX changes in Portage (Bug 394909).
Paul Varner [Mon, 19 Dec 2011 19:38:40 +0000 (13:38 -0600)]
Fix setup.py to work with EPREFIX changes in Portage (Bug 394909).

12 years agoFix typo in euse
Paul Varner [Mon, 28 Nov 2011 15:45:57 +0000 (09:45 -0600)]
Fix typo in euse

12 years agoFix revdep-rebuiild to exit correctly with correct error code when emerge
Paul Varner [Wed, 12 Oct 2011 16:34:47 +0000 (11:34 -0500)]
Fix revdep-rebuiild to exit correctly with correct error code when emerge
fails. Bug 351054

12 years agoreverse the logging message in analyse.py since it is not correct.
dol-sen [Mon, 10 Oct 2011 17:34:56 +0000 (10:34 -0700)]
reverse the logging message in analyse.py since it is not correct.

12 years agoadd --library output to revdep-rebuild.
dol-sen [Mon, 10 Oct 2011 16:03:32 +0000 (09:03 -0700)]
add --library output to revdep-rebuild.

12 years agoAdd missing quotes
Christian Ruppert [Wed, 7 Sep 2011 12:39:10 +0000 (14:39 +0200)]
Add missing quotes

12 years agofix bug 380573.
dol-sen [Thu, 25 Aug 2011 07:04:47 +0000 (00:04 -0700)]
fix bug 380573.

12 years agoFix traversal of cascading profiles by euse (Bug 379559).
Paul Varner [Wed, 24 Aug 2011 17:28:06 +0000 (12:28 -0500)]
Fix traversal of cascading profiles by euse (Bug 379559).
Thanks to Ian Abbot for the patch!

12 years agoFix missing parenthises in euse. Bug 376393
Paul Varner [Wed, 27 Jul 2011 19:01:34 +0000 (14:01 -0500)]
Fix missing parenthises in euse.  Bug 376393

12 years agoFix updated Package class to work correctly with prefix portage
Paul Varner [Sat, 16 Jul 2011 04:02:07 +0000 (23:02 -0500)]
Fix updated Package class to work correctly with prefix portage

12 years agoUpdate Package Class to allow passing of local_config.
Paul Varner [Sat, 16 Jul 2011 03:16:56 +0000 (22:16 -0500)]
Update Package Class to allow passing of local_config.

The local_config variable determines if the portage.config settings
object takes the /etc/portage/package.* files into account.

12 years agoDo not index ChangeLog entries with an invalid CPV. (Bug 375293)
Paul Varner [Fri, 15 Jul 2011 19:59:23 +0000 (14:59 -0500)]
Do not index ChangeLog entries with an invalid CPV. (Bug 375293)

12 years agoFix call_program to actually return stdout as string under py3k
Paul Varner [Thu, 14 Jul 2011 18:29:09 +0000 (13:29 -0500)]
Fix call_program to actually return stdout as string under py3k

12 years agoChange default cache directory to '/var/cache/revdep-rebuild'
Paul Varner [Thu, 14 Jul 2011 18:27:44 +0000 (13:27 -0500)]
Change default cache directory to '/var/cache/revdep-rebuild'

12 years agoFix help for --binpkgs-missing option
Paul Varner [Thu, 14 Jul 2011 04:21:08 +0000 (23:21 -0500)]
Fix help for --binpkgs-missing option

12 years agoMake development warning always print
Paul Varner [Thu, 14 Jul 2011 02:31:41 +0000 (21:31 -0500)]
Make development warning always print

12 years agoMerge branch 'gentoolkit' of git+ssh://git.overlays.gentoo.org/proj/gentoolkit into...
dol-sen [Thu, 14 Jul 2011 01:43:17 +0000 (18:43 -0700)]
Merge branch 'gentoolkit' of git+ssh://git.overlays.gentoo.org/proj/gentoolkit into gentoolkit

Conflicts:
pym/gentoolkit/revdep_rebuild/collect.py
pym/gentoolkit/revdep_rebuild/rebuild.py
pym/gentoolkit/revdep_rebuild/settings.py
pym/gentoolkit/revdep_rebuild/stuff.py

12 years agomajor pylint cleanup, 2 probable bugs fixed along the way.
dol-sen [Thu, 14 Jul 2011 01:37:51 +0000 (18:37 -0700)]
major pylint cleanup, 2 probable bugs fixed along the way.

12 years agomerge head, fix conflicts, more pylint cleanup
dol-sen [Wed, 13 Jul 2011 22:51:24 +0000 (15:51 -0700)]
merge head, fix conflicts, more pylint cleanup

12 years agopartial pylint cleanup
dol-sen [Wed, 13 Jul 2011 22:37:00 +0000 (15:37 -0700)]
partial pylint cleanup

12 years agoFix python 3 incompatible code
Paul Varner [Wed, 13 Jul 2011 20:06:13 +0000 (15:06 -0500)]
Fix python 3 incompatible code

12 years agoAdd from __future__ import print_function for python 3 compatability
Paul Varner [Wed, 13 Jul 2011 16:00:52 +0000 (11:00 -0500)]
Add from __future__ import print_function for python 3 compatability

12 years agoChange description from 'analyze' to 'revdep-rebuild' description
Paul Varner [Wed, 13 Jul 2011 15:50:42 +0000 (10:50 -0500)]
Change description from 'analyze' to 'revdep-rebuild' description

12 years agoHardcode APP_NAME to revdep-rebuild
Paul Varner [Wed, 13 Jul 2011 15:41:22 +0000 (10:41 -0500)]
Hardcode APP_NAME to revdep-rebuild

12 years agofix the placement of the l.endswith('.a') in the if
dol-sen [Wed, 13 Jul 2011 15:35:44 +0000 (08:35 -0700)]
fix the placement of the l.endswith('.a') in the if

12 years agofix a possibility of a None type error in exclDictMatchCP
dol-sen [Wed, 13 Jul 2011 05:34:01 +0000 (22:34 -0700)]
fix a possibility of a None type error in exclDictMatchCP

12 years agofix the use of set updates and the with statement.
dol-sen [Wed, 13 Jul 2011 05:32:42 +0000 (22:32 -0700)]
fix the use of set updates and the with statement.

12 years agoRemove automatic adding of pretend to revdep-rebuild options.
Paul Varner [Tue, 12 Jul 2011 21:26:14 +0000 (16:26 -0500)]
Remove automatic adding of pretend to revdep-rebuild options.
Fix la file checker to find .a libraries referenced.
Add --complete-graph=y to emerge command.

12 years agoFix python 3 syntax errors with new revdep-rebuild. Change VERSION to
Paul Varner [Tue, 12 Jul 2011 20:31:33 +0000 (15:31 -0500)]
Fix python 3 syntax errors with new revdep-rebuild. Change VERSION to
reference __version__.

12 years agoUpdate setup.py for python revdep-rebuild
Paul Varner [Tue, 12 Jul 2011 20:05:29 +0000 (15:05 -0500)]
Update setup.py for python revdep-rebuild

12 years agoSwitch revdep-rebuild to python version.
Paul Varner [Tue, 12 Jul 2011 19:41:30 +0000 (14:41 -0500)]
Switch revdep-rebuild to python version.

revdep-rebuild.sh is original bash scipt.

12 years agoFixed --library checking when not using cache
Slawek [Thu, 28 Apr 2011 09:41:35 +0000 (11:41 +0200)]
Fixed --library checking when not using cache

12 years agoAdded support for file path in -L option
Slawek [Wed, 27 Apr 2011 04:21:03 +0000 (06:21 +0200)]
Added support for file path in -L option

12 years agoFixed .la files parser. Some minor logging fixes.
Slawek [Tue, 26 Apr 2011 07:08:24 +0000 (09:08 +0200)]
Fixed .la files parser. Some minor logging fixes.

12 years agopass the nocolor setting on to emerge.
dol-sen [Mon, 25 Apr 2011 07:23:55 +0000 (00:23 -0700)]
pass the nocolor setting on to emerge.

12 years agomove unused function to stuff.py
dol-sen [Mon, 25 Apr 2011 07:22:11 +0000 (00:22 -0700)]
move unused function to stuff.py

12 years agochange the masking status message.
dol-sen [Mon, 25 Apr 2011 07:05:43 +0000 (00:05 -0700)]
change the masking status message.

12 years agowhitespace separation from system imports
dol-sen [Mon, 25 Apr 2011 07:04:33 +0000 (00:04 -0700)]
whitespace separation from system imports

12 years agomore cleanup of importing logging. Use the one defined or passed in to in main().
dol-sen [Mon, 25 Apr 2011 07:03:20 +0000 (00:03 -0700)]
more cleanup of importing logging.  Use the one defined or passed in to in main().

12 years agomigrate away from a global SETTINGS usage.
dol-sen [Mon, 25 Apr 2011 06:18:44 +0000 (23:18 -0700)]
migrate away from a global SETTINGS usage.
Better for tests and api usability.

12 years agonew /bin/revdep-ng script. revamp rebuild.py for a better api.
dol-sen [Mon, 25 Apr 2011 06:15:05 +0000 (23:15 -0700)]
new /bin/revdep-ng script. revamp rebuild.py for a better api.

12 years agoconvert to gentoolkit's standard tab indent.
dol-sen [Sun, 24 Apr 2011 22:24:01 +0000 (15:24 -0700)]
convert to gentoolkit's standard tab indent.

12 years agorename revdep-rebuild.py due to a python error if a '-' is used in the name.
dol-sen [Sun, 24 Apr 2011 22:18:27 +0000 (15:18 -0700)]
rename revdep-rebuild.py due to a python error if a '-' is used in the name.

12 years agoFixed bug from: http://bugs.gentoo.org/show_bug.cgi?id=353518
Slawek [Tue, 15 Feb 2011 05:24:25 +0000 (06:24 +0100)]
Fixed bug from: bugs.gentoo.org/show_bug.cgi?id=353518

12 years agoSome fixes after file split. Removed unwanted files. Moved settings into module
Slawek [Tue, 18 Jan 2011 06:18:42 +0000 (07:18 +0100)]
Some fixes after file split. Removed unwanted files. Moved settings into module

12 years agoSplit to several files. Introduced logging (instead of print_v)
Slawomir Lis [Mon, 17 Jan 2011 12:31:33 +0000 (13:31 +0100)]
Split to several files. Introduced logging (instead of print_v)

12 years agoFixed error in reading cache. Fixed problem with too many files to check.
Slawek [Fri, 7 Jan 2011 05:46:19 +0000 (06:46 +0100)]
Fixed error in reading cache. Fixed problem with too many files to check.

12 years agoFixed checks for --library option
lis.slawek [Tue, 23 Nov 2010 09:13:43 +0000 (09:13 +0000)]
Fixed checks for --library option

git-svn-id: http://genscripts.googlecode.com/svn/trunk/gentoolkit@489 5234894e-44cd-11de-9a4c-a76526a193c6

12 years agoFixed scanning revdep config; minor fix in analyse function
lis.slawek [Thu, 18 Nov 2010 11:16:57 +0000 (11:16 +0000)]
Fixed scanning revdep config; minor fix in analyse function

git-svn-id: http://genscripts.googlecode.com/svn/trunk/gentoolkit@485 5234894e-44cd-11de-9a4c-a76526a193c6

12 years agoFixed problem with 32/64 bit libraries and binaries
lis.slawek [Thu, 18 Nov 2010 07:26:14 +0000 (07:26 +0000)]
Fixed problem with 32/64 bit libraries and binaries

git-svn-id: http://genscripts.googlecode.com/svn/trunk/gentoolkit@484 5234894e-44cd-11de-9a4c-a76526a193c6