diff options
author | Lars Wendler <polynomial-c@gentoo.org> | 2016-11-11 08:16:09 +0100 |
---|---|---|
committer | Lars Wendler <polynomial-c@gentoo.org> | 2016-11-11 08:16:30 +0100 |
commit | bb918c70ac7d1dae5df74af42e033ef0f5eadd69 (patch) | |
tree | cc2111135b31337ba6a0f9bcce971926cd25faaf /dev-libs | |
parent | dev-perl/DateTime: Bump to 1.280.0 (diff) | |
download | gentoo-bb918c70ac7d1dae5df74af42e033ef0f5eadd69.tar.gz gentoo-bb918c70ac7d1dae5df74af42e033ef0f5eadd69.tar.bz2 gentoo-bb918c70ac7d1dae5df74af42e033ef0f5eadd69.zip |
dev-libs/libical: Revbump to add dev-libs/icu to RDEPEND (bug #599246).
Package-Manager: portage-2.3.2
Diffstat (limited to 'dev-libs')
-rw-r--r-- | dev-libs/libical/libical-2.0.0-r2.ebuild (renamed from dev-libs/libical/libical-2.0.0-r1.ebuild) | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/dev-libs/libical/libical-2.0.0-r1.ebuild b/dev-libs/libical/libical-2.0.0-r2.ebuild index d36ab3affc00..72c6aca587e1 100644 --- a/dev-libs/libical/libical-2.0.0-r1.ebuild +++ b/dev-libs/libical/libical-2.0.0-r2.ebuild @@ -17,7 +17,9 @@ IUSE="doc examples static-libs" # The GOBJECT_INTROSPECTION build is broken, and upstream has given up # on it at the moment (it's disabled in Travis). It will probably come # back in v2.0.1 or later. -#RDEPEND="introspection? ( dev-libs/gobject-introspection )" +# This snippet belongs to RDEPEND: +# introspection? ( dev-libs/gobject-introspection )" +RDEPEND="dev-libs/icu:=" DEPEND="${RDEPEND} dev-lang/perl" |