Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
Bug 730972 - app-portage/elogv elog messages mention non-existent optional dependency dev-python/pyliblzma
Summary: app-portage/elogv elog messages mention non-existent optional dependency dev-...
Status: RESOLVED FIXED
Alias: None
Product: Gentoo Linux
Classification: Unclassified
Component: Current packages (show other bugs)
Hardware: All Linux
: Normal trivial (vote)
Assignee: Portage Tools Team
URL:
Whiteboard:
Keywords:
Depends on:
Blocks:
 
Reported: 2020-07-05 19:36 UTC by Thomas Raschbacher
Modified: 2020-07-06 00:34 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 Thomas Raschbacher gentoo-dev 2020-07-05 19:36:37 UTC
* Messages for package app-portage/elogv-0.7.8-r3:

 * Optional dependencies:
 *   dev-python/pyliblzma (for xz compressed elog files)
 * 

# emerge -av pyliblzma 

results in this :

emerge: there are no ebuilds to satisfy "pyliblzma".

emerge: searching for similar names...
emerge: Maybe you meant any of these: dev-python/pylzma, dev-python/pylibmc, dev-python/pylibacl?


assuming it is pylzma probably
Comment 1 Larry the Git Cow gentoo-dev 2020-07-06 00:31:59 UTC
The bug has been closed via the following commit(s):

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

commit 9fe6e13796400f151b88172df22a7b588806ba22
Author:     Sebastian Pipping <sping@gentoo.org>
AuthorDate: 2020-07-06 00:26:16 +0000
Commit:     Sebastian Pipping <sping@gentoo.org>
CommitDate: 2020-07-06 00:26:16 +0000

    app-portage/elogv: Drop dev-python/pyliblzma suggestion
    
    Closes: https://bugs.gentoo.org/730972
    Package dev-python/pyliblzma was removed in commit
    bcee995e717e37154d022102339764abb2164bfd
    Signed-off-by: Sebastian Pipping <sping@gentoo.org>
    Package-Manager: Portage-2.3.99, Repoman-2.3.22

 app-portage/elogv/elogv-0.7.8-r1.ebuild | 3 ---
 app-portage/elogv/elogv-0.7.8-r2.ebuild | 3 ---
 app-portage/elogv/elogv-0.7.8-r3.ebuild | 3 ---
 3 files changed, 9 deletions(-)
Comment 2 Sebastian Pipping gentoo-dev 2020-07-06 00:34:35 UTC
Thanks for the report!