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

Bug 493768

Summary: app-office/libreoffice-bin-4.1.3.2 should RDEPEND on =media-libs/harfbuzz-0.9.12[icu]
Product: Gentoo Linux Reporter: Mark Tomich <mstomich>
Component: Current packagesAssignee: Andreas K. Hüttel <dilfridge>
Status: RESOLVED DUPLICATE    
Severity: normal CC: moneycat.tw, office
Priority: Normal    
Version: unspecified   
Hardware: All   
OS: Linux   
Whiteboard:
Package list:
Runtime testing required: ---

Description Mark Tomich 2013-12-09 14:48:36 UTC
app-office/libreoffice-bin-4.1.3.2 depends upon =media-libs/harfbuzz-0.9.12 *and* >=media-libs/harfbuzz-0.9.10:=[icu(+)].  Unfortunately, =media-libs/harfbuzz-0.9.12 does not have an icu use flag.

Reproducible: Always

Steps to Reproduce:
1. emerge -auDNv =app-office/libreoffice-bin-4.1.3.2
Actual Results:  
emerge fails.

Expected Results:  
emerge succeeds.
Comment 1 Wei-Chun Chung 2013-12-10 02:52:59 UTC
The icu flag in 0.9.12 is embedded in the package itself. It seems the latest enabled version (0.9.23) conflicts with 0.9.12, and when I mask the latest packages, all works fine.
Comment 2 Jeroen Roovers (RETIRED) gentoo-dev 2013-12-10 11:06:34 UTC
It already does, it seems, but only through COMMON_DEPEND and not BIN_COMMON_DEPEND:

BIN_COMMON_DEPEND= ...
    =media-libs/harfbuzz-0.9.12

COMMON_DEPEND= ...
    >=media-libs/harfbuzz-0.9.10:=[icu(+)]
Comment 3 Andreas K. Hüttel archtester gentoo-dev 2013-12-10 12:14:43 UTC

*** This bug has been marked as a duplicate of bug 493374 ***