Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
Bug 580660 - x11-libs/vte: possibly unnecessary dependency on dev-lang/vala
Summary: x11-libs/vte: possibly unnecessary dependency on dev-lang/vala
Status: RESOLVED FIXED
Alias: None
Product: Gentoo Linux
Classification: Unclassified
Component: [OLD] Library (show other bugs)
Hardware: All Linux
: Normal enhancement (vote)
Assignee: Gentoo Linux Gnome Desktop Team
URL:
Whiteboard:
Keywords:
Depends on:
Blocks:
 
Reported: 2016-04-20 17:08 UTC by Mario Kicherer
Modified: 2016-07-30 19:39 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 Mario Kicherer 2016-04-20 17:08:36 UTC
x11-libs/vte has a vala use flag but even if the flag is disabled, the package depends on dev-lang/vala. I made this dependency conditional and vte built fine:

 DEPEND="${RDEPEND}
-       $(vala_depend)
+       vala? ( $(vala_depend) )
        >=dev-util/gtk-doc-am-1.13

I had to install vte as a dependency of app-emulation/virt-manager. So far, I didn't notice any problems but I am not familiar with all use cases of vte. Hence, I would like to ask if this dependency can be removed indeed?
Comment 1 Pacho Ramos gentoo-dev 2016-07-30 19:39:23 UTC
fixed in latest version