Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
Bug 868258 - sys-cluster/k9scli-0.25.18: ${pv} should be ${PV}
Summary: sys-cluster/k9scli-0.25.18: ${pv} should be ${PV}
Status: RESOLVED FIXED
Alias: None
Product: Gentoo Linux
Classification: Unclassified
Component: Current packages (show other bugs)
Hardware: All Linux
: Normal normal
Assignee: William Hubbs
URL:
Whiteboard:
Keywords: PullRequest
Depends on:
Blocks:
 
Reported: 2022-09-03 10:42 UTC by Xi
Modified: 2022-09-06 05:53 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 Xi 2022-09-03 10:42:23 UTC
In the line:

	emake GIT=${GIT_COMMIT} VERSION=v${pv} build

*pv* should be *PV*

With current script, the version number is not set correctly and the application keeps reminding users to upgrade.
Comment 1 Larry the Git Cow gentoo-dev 2022-09-06 05:53:14 UTC
The bug has been closed via the following commit(s):

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

commit aae91322d18d7791ef8686e2fd4f4cd280dab030
Author:     David Shen <davidshen84@gmail.com>
AuthorDate: 2022-09-03 11:12:21 +0000
Commit:     Sam James <sam@gentoo.org>
CommitDate: 2022-09-06 05:52:14 +0000

    sys-cluster/k9scli: fix typo
    
    The PV variable is not expanded correctly due to the typo.
    
    Closes: https://bugs.gentoo.org/868258
    Signed-off-by: David Shen <davidshen84@gmail.com>
    Closes: https://github.com/gentoo/gentoo/pull/27122
    Signed-off-by: Sam James <sam@gentoo.org>

 sys-cluster/k9scli/{k9scli-0.25.18.ebuild => k9scli-0.25.18-r1.ebuild} | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)