Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
Bug 410443 - kde-base/klipper-4.8.1: hidden dependencies
Summary: kde-base/klipper-4.8.1: hidden dependencies
Status: RESOLVED FIXED
Alias: None
Product: Gentoo Linux
Classification: Unclassified
Component: [OLD] KDE (show other bugs)
Hardware: All Linux
: Normal normal (vote)
Assignee: Gentoo KDE team
URL:
Whiteboard:
Keywords:
Depends on:
Blocks: kde-4.8.1-stable
  Show dependency tree
 
Reported: 2012-04-01 15:48 UTC by Nikos Chantziaras
Modified: 2012-04-02 10:44 UTC (History)
0 users

See Also:
Package list:
Runtime testing required: ---


Attachments
klipper-4.8.1.ebuild.patch (klipper-4.8.1.ebuild.patch,500 bytes, patch)
2012-04-01 16:27 UTC, Michael Palimaka (kensington)
Details | Diff

Note You need to log in before you can comment on or make changes to this bug.
Description Nikos Chantziaras 2012-04-01 15:48:29 UTC
kde-base/klipper-4.8.1 (probably 4.7.4 too, didn't test) lacks USE flags for enabling/disabling various stuff like prison, GoogleGadgets, and PAM.  It auto-detects them at build time, and if found, links against them.  For example, if media-libs/prison is installed on the system, kde-base/klipper cannot be told not to use it.
Comment 1 Michael Palimaka (kensington) gentoo-dev 2012-04-01 16:27:34 UTC
Created attachment 307375 [details, diff]
klipper-4.8.1.ebuild.patch

klipper is part of kde-workspace and therefore inherits a number of configure checks that aren't actually used.

Prison however is indeed an automagic dependency, and attached is a patch correcting this.
Comment 2 Johannes Huber (RETIRED) gentoo-dev 2012-04-02 10:44:23 UTC
Thank you all. Fixed in =kde-base/klipper-4.8.1. Sync in some hours to get the changes.

+  02 Apr 2012; Johannes Huber <johu@gentoo.org> klipper-4.8.1.ebuild,
+  metadata.xml:
+  Fix automagic dependency on media-libs/prison by Michael (kensington)
+  <gentoo@scribeofthenile.com> wrt bug #410443.