Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!

Bug 610836

Summary: dev-qt/qtwebengine-5.7.1 unneeded dependency on sys-libs/libcap
Product: Gentoo Linux Reporter: Ostashevskyi Viktor <ostash>
Component: Current packagesAssignee: Qt Bug Alias <qt>
Status: RESOLVED FIXED    
Severity: normal    
Priority: Normal    
Version: unspecified   
Hardware: All   
OS: Linux   
Whiteboard:
Package list:
Runtime testing required: ---

Description Ostashevskyi Viktor 2017-02-24 18:23:36 UTC
There are no references in sources. Sandbox performs direct syscalls.
Comment 1 Michael Palimaka (kensington) gentoo-dev 2017-06-04 12:48:21 UTC
Are you certain? I see some references to sys/capability.h, but did not yet check in detail.
Comment 2 Larry the Git Cow gentoo-dev 2019-04-25 02:30:36 UTC
The bug has been referenced in the following commit(s):

https://gitweb.gentoo.org/proj/qt.git/commit/?id=08f094ccd202483556ca4038e866b87f3a9f2982

commit 08f094ccd202483556ca4038e866b87f3a9f2982
Author:     Michael Palimaka <kensington@gentoo.org>
AuthorDate: 2019-04-25 02:30:10 +0000
Commit:     Michael Palimaka <kensington@gentoo.org>
CommitDate: 2019-04-25 02:30:18 +0000

    dev-qt/qtwebengine: remove unused dependency
    
    Bug: https://bugs.gentoo.org/610836
    Package-Manager: Portage-2.3.62, Repoman-2.3.12
    Signed-off-by: Michael Palimaka <kensington@gentoo.org>

 dev-qt/qtwebengine/qtwebengine-5.12.9999.ebuild | 1 -
 dev-qt/qtwebengine/qtwebengine-5.13.9999.ebuild | 1 -
 dev-qt/qtwebengine/qtwebengine-5.9999.ebuild    | 1 -
 3 files changed, 3 deletions(-)
Comment 3 Larry the Git Cow gentoo-dev 2019-04-25 02:32:11 UTC
The bug has been closed via the following commit(s):

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

commit 338b50dea17865a694592881b3ba51531ebfe8d4
Author:     Michael Palimaka <kensington@gentoo.org>
AuthorDate: 2019-04-25 02:31:40 +0000
Commit:     Michael Palimaka <kensington@gentoo.org>
CommitDate: 2019-04-25 02:31:51 +0000

    dev-qt/qtwebengine: remove unused dependency
    
    Closes: https://bugs.gentoo.org/610836
    Package-Manager: Portage-2.3.62, Repoman-2.3.12
    Signed-off-by: Michael Palimaka <kensington@gentoo.org>

 dev-qt/qtwebengine/qtwebengine-5.12.3.ebuild | 1 -
 1 file changed, 1 deletion(-)
Comment 4 Michael Palimaka (kensington) gentoo-dev 2019-04-25 02:32:58 UTC
Thanks, I've finally been able to find some time for more testing and have gone ahead and removed this dependency.
Comment 5 Ostashevskyi Viktor 2019-04-26 09:42:11 UTC
Better later than never :) Thanks!