Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
Bug 643860 - net-analyzer/nmap - typo: s/linguas/lingua/
Summary: net-analyzer/nmap - typo: s/linguas/lingua/
Status: RESOLVED FIXED
Alias: None
Product: Gentoo Linux
Classification: Unclassified
Component: Current packages (show other bugs)
Hardware: All Linux
: Normal normal (vote)
Assignee: Ulrich Müller
URL:
Whiteboard:
Keywords:
Depends on:
Blocks:
 
Reported: 2018-01-08 05:17 UTC by Alexander Tsoy
Modified: 2018-01-08 13:58 UTC (History)
1 user (show)

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 Alexander Tsoy 2018-01-08 05:17:17 UTC
Commit [1] introduced a typo:

-            if ! has ${linguas} ${LINGUAS-${lingua}}; then
+            if ! has ${lingua} ${LINGUAS-${lingua}}; then

[1] https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=6a0e29a70af811da20c95cbd5a89771db03c99f8
Comment 1 Larry the Git Cow gentoo-dev 2018-01-08 13:58:15 UTC
The bug has been closed via the following commit(s):

https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=e829c371592c8b1899da5fc156d30b70c4a135d6

commit e829c371592c8b1899da5fc156d30b70c4a135d6
Author:     Ulrich Müller <ulm@gentoo.org>
AuthorDate: 2018-01-08 13:57:06 +0000
Commit:     Ulrich Müller <ulm@gentoo.org>
CommitDate: 2018-01-08 13:57:25 +0000

    net-analyzer/nmap: Fix typo in variable name.
    
    Closes: https://bugs.gentoo.org/643860
    Package-Manager: Portage-2.3.19, Repoman-2.3.6

 net-analyzer/nmap/nmap-7.40.ebuild | 2 +-
 net-analyzer/nmap/nmap-7.50.ebuild | 2 +-
 net-analyzer/nmap/nmap-7.60.ebuild | 2 +-
 net-analyzer/nmap/nmap-9999.ebuild | 2 +-
 4 files changed, 4 insertions(+), 4 deletions(-)