diff options
author | Andrey Utkin <andrey_utkin@gentoo.org> | 2019-02-01 18:34:25 +0000 |
---|---|---|
committer | Andrey Utkin <andrey_utkin@gentoo.org> | 2019-02-01 18:34:25 +0000 |
commit | a48aa7bf00f8248057cbf4c5c323025fd52b93e1 (patch) | |
tree | 9708e9dd61df5f8fda40505df5076c4bdbd4cada /net-im/dino | |
parent | app-arch/lziprecover: Bump to version 1.21 (diff) | |
download | gentoo-a48aa7bf00f8248057cbf4c5c323025fd52b93e1.tar.gz gentoo-a48aa7bf00f8248057cbf4c5c323025fd52b93e1.tar.bz2 gentoo-a48aa7bf00f8248057cbf4c5c323025fd52b93e1.zip |
net-im/dino: add dep on dev-libs/icu
Omitted ">= 57.0" part because it's satisfied by every version in
current Gentoo tree.
Bug: https://bugs.gentoo.org/676926
Package-Manager: Portage-2.3.51, Repoman-2.3.12
Signed-off-by: Andrey Utkin <andrey_utkin@gentoo.org>
Diffstat (limited to 'net-im/dino')
-rw-r--r-- | net-im/dino/dino-9999.ebuild | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/net-im/dino/dino-9999.ebuild b/net-im/dino/dino-9999.ebuild index 13e2a28e3b44..3a91a8f2e777 100644 --- a/net-im/dino/dino-9999.ebuild +++ b/net-im/dino/dino-9999.ebuild @@ -1,4 +1,4 @@ -# Copyright 1999-2018 Gentoo Foundation +# Copyright 1999-2019 Gentoo Authors # Distributed under the terms of the GNU General Public License v2 EAPI=6 @@ -25,6 +25,7 @@ fi RDEPEND=" dev-db/sqlite:3 dev-libs/glib:2 + dev-libs/icu dev-libs/libgee:0.8 net-libs/glib-networking x11-libs/cairo |