Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
Bug 122895 - kde-base/kdeaddons-kfile-plugins: suspect ssl USE
Summary: kde-base/kdeaddons-kfile-plugins: suspect ssl USE
Status: RESOLVED FIXED
Alias: None
Product: Gentoo Linux
Classification: Unclassified
Component: Current packages (show other bugs)
Hardware: All Linux
: High normal (vote)
Assignee: Gentoo KDE team
URL:
Whiteboard:
Keywords:
Depends on:
Blocks:
 
Reported: 2006-02-15 02:32 UTC by Ciaran McCreesh
Modified: 2006-02-15 03:32 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 Ciaran McCreesh 2006-02-15 02:32:31 UTC
QA checks for /usr/portage/kde-base/kdeaddons-kfile-plugins:
kde-base/kdeaddons-kfile-plugins-3.4.1: dep flags:
  major:  Conditional flag 'ssl' in DEPEND not in IUSE
kde-base/kdeaddons-kfile-plugins-3.5.0: dep flags:
  major:  Conditional flag 'ssl' in DEPEND not in IUSE


The comments in the ebuilds suggest that these should be hard deps.
Comment 1 Diego Elio Pettenò (RETIRED) gentoo-dev 2006-02-15 03:32:37 UTC
Nah the problem was a bit more complex, but also simpler from a side. ssl *can* be disabled, and kfile-cert wouldn't be compiled in that case. But it was missing the myconf="$(use_enable ssl)" line in src_compile.

Fixed now and added to IUSE.