Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
Bug 756052 - media-gfx/valentina: Wrong dependency suspect dev-qt/linguist:5, should be dev-qt/linguist-tools:5
Summary: media-gfx/valentina: Wrong dependency suspect dev-qt/linguist:5, should be de...
Status: RESOLVED FIXED
Alias: None
Product: Gentoo Linux
Classification: Unclassified
Component: Current packages (show other bugs)
Hardware: All Linux
: Normal normal (vote)
Assignee: Miroslav Šulc
URL:
Whiteboard:
Keywords:
Depends on:
Blocks:
 
Reported: 2020-11-22 09:32 UTC by Andreas Sturmlechner
Modified: 2020-12-30 07:38 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 Andreas Sturmlechner gentoo-dev 2020-11-22 09:32:44 UTC
Description of linguist, it is probably not what you were searching for: "Graphical tool for translating Qt applications"

lrelease binary is executed at build time therefore dev-qt/linguist-tools:5 should be added as BDEPEND.

Additionally:

- Missing slot def on dev-qt/qtopengl
- CDEPEND is superfluous, can just be declared as RDEPEND straight away
- gnome2-utils.eclass does nothing in this ebuild
Comment 1 Larry the Git Cow gentoo-dev 2020-12-30 07:37:47 UTC
The bug has been closed via the following commit(s):

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

commit a881c76bf1e5c7a0bce2469dbb6fa4dc912adb3b
Author:     Miroslav Šulc <fordfrog@gentoo.org>
AuthorDate: 2020-12-30 07:37:32 +0000
Commit:     Miroslav Šulc <fordfrog@gentoo.org>
CommitDate: 2020-12-30 07:37:32 +0000

    media-gfx/valentina: fixed some minor issues
    
    Closes: https://bugs.gentoo.org/756052
    Package-Manager: Portage-3.0.12, Repoman-3.0.2
    Signed-off-by: Miroslav Šulc <fordfrog@gentoo.org>

 media-gfx/valentina/valentina-0.6.1-r1.ebuild | 13 +++++++------
 media-gfx/valentina/valentina-9999.ebuild     | 13 +++++++------
 2 files changed, 14 insertions(+), 12 deletions(-)
Comment 2 Miroslav Šulc gentoo-dev 2020-12-30 07:38:09 UTC
thank you!