app-i18n/librime: Fix dependencies.
authorArfrever Frehtes Taifersar Arahesis <Arfrever@Apache.Org>
Thu, 19 Oct 2017 19:55:35 +0000 (21:55 +0200)
committerMike Gilbert <floppym@gentoo.org>
Mon, 23 Oct 2017 17:24:38 +0000 (13:24 -0400)
dev-db/kyotocabinet and sys-libs/zlib are not used since:
https://github.com/rime/librime/commit/69ea51cdff6ba42591c785543f65f21029f8a485

Add := operator to other dependencies.

app-i18n/librime/librime-1.2.9.ebuild

index 87d0a91b57fbccd964833b581374f8996c716cbf..881db9f137f9c7ccc9c3668fa863d1e93ee54c0c 100644 (file)
@@ -14,14 +14,12 @@ SLOT="0/1"
 KEYWORDS="~amd64 ~ppc ~ppc64 ~x86"
 IUSE="static-libs test"
 
-RDEPEND=">app-i18n/opencc-1.0.2:=
-       dev-cpp/glog
-       >=dev-cpp/yaml-cpp-0.5.0
-       dev-db/kyotocabinet
-       dev-libs/leveldb
-       dev-libs/marisa
-       >=dev-libs/boost-1.46.0[threads(+)]
-       sys-libs/zlib"
+RDEPEND="app-i18n/opencc:=
+       dev-cpp/glog:=
+       >=dev-cpp/yaml-cpp-0.5.0:=
+       >=dev-libs/boost-1.46.0:=[threads]
+       dev-libs/leveldb:=
+       dev-libs/marisa:="
 DEPEND="${RDEPEND}
        x11-proto/xproto
        test? ( dev-cpp/gtest )"