Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
Bug 532174 - dev-python/logilab-common - typos in ebuild
Summary: dev-python/logilab-common - typos in ebuild
Status: RESOLVED FIXED
Alias: None
Product: Gentoo Linux
Classification: Unclassified
Component: [OLD] Development (show other bugs)
Hardware: All Linux
: Normal trivial (vote)
Assignee: Python Gentoo Team
URL:
Whiteboard:
Keywords:
Depends on:
Blocks:
 
Reported: 2014-12-10 17:51 UTC by Coacher
Modified: 2014-12-12 17:15 UTC (History)
0 users

See Also:
Package list:
Runtime testing required: ---


Attachments

Note You need to log in before you can comment on or make changes to this bug.
Description Coacher 2014-12-10 17:51:10 UTC
Hello.

There is a minor typo in both logilab-common-0.61.0 and 0.62.1 ebuilds on line 53:
... "$(ls -d ../build//lib/logilab/common/)" ...
Note the double slash after 'build' and before 'lib' component in path.

Also logilab-common-0.62.1 ebuild has a typo on line 73:
... in _addSkip and NOt ...
Note how the word 'not' is written.

Please fix.


Reproducible: Always
Comment 1 Ian Delaney (RETIRED) gentoo-dev 2014-12-11 12:02:10 UTC
done
Comment 2 Coacher 2014-12-12 17:15:24 UTC
(In reply to Ian Delaney from comment #1)
> done

Thanks.