Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
Bug 599246 - dev-libs/libical-2.0.0-r1 automagic dependency on dev-libs/icu
Summary: dev-libs/libical-2.0.0-r1 automagic dependency on dev-libs/icu
Status: RESOLVED FIXED
Alias: None
Product: Gentoo Linux
Classification: Unclassified
Component: Current packages (show other bugs)
Hardware: All Linux
: Normal normal (vote)
Assignee: No maintainer - Look at https://wiki.gentoo.org/wiki/Project:Proxy_Maintainers if you want to take care of it
URL:
Whiteboard:
Keywords:
Depends on:
Blocks: 599244
  Show dependency tree
 
Reported: 2016-11-08 22:35 UTC by Mike Gilbert
Modified: 2016-11-11 07:17 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 Mike Gilbert gentoo-dev 2016-11-08 22:35:37 UTC
% grep libicu /var/db/pkg/dev-libs/libical-2.0.0-r1/NEEDED.ELF.2

X86_64;/usr/lib64/libical.so.2.0.0;libical.so.2;;libpthread.so.0,libicuuc.so.58,libicui18n.so.58,libc.so.6;x86_64
Comment 1 Mike Gilbert gentoo-dev 2016-11-08 22:51:55 UTC
From CMakeLists.txt:

# libicu is highly recommended for RSCALE support
#  libicu can be found at http://www.icu-project.org
#  RSCALE info at http://tools.ietf.org/html/rfc7529
find_package(ICU)
if(ICU_FOUND)
  set(HAVE_LIBICU 1)
  if(ICU_MAJOR_VERSION VERSION_GREATER 50)
    set(HAVE_ICU_DANGI TRUE)
  else()
    set(HAVE_ICU_DANGI FALSE)
  endif()
endif()
if(ICU_I18N_FOUND)
  set(HAVE_LIBICU_I18N 1)
endif()
Comment 2 Lars Wendler (Polynomial-C) (RETIRED) gentoo-dev 2016-11-11 07:17:13 UTC
commit bb918c70ac7d1dae5df74af42e033ef0f5eadd69
Author: Lars Wendler <polynomial-c@gentoo.org>
Date:   Fri Nov 11 08:16:09 2016

    dev-libs/libical: Revbump to add dev-libs/icu to RDEPEND (bug #599246).

    Package-Manager: portage-2.3.2