dev-java/netty-codec: Depend directly on dev-java/protobuf-java.
authorArfrever Frehtes Taifersar Arahesis <Arfrever@Apache.Org>
Thu, 21 Sep 2017 04:50:03 +0000 (06:50 +0200)
committerMike Gilbert <floppym@gentoo.org>
Thu, 21 Sep 2017 21:03:55 +0000 (17:03 -0400)
dev-java/netty-codec/netty-codec-4.0.36.ebuild

index d533c69e16b27d4fe3b4528100bd3dd7710c7624..ae06affab69e8a2dbb80def52077b28949efab71 100644 (file)
@@ -1,4 +1,4 @@
-# Copyright 1999-2016 Gentoo Foundation
+# Copyright 1999-2017 Gentoo Foundation
 # Distributed under the terms of the GNU General Public License v2
 
 EAPI="5"
@@ -22,7 +22,7 @@ CDEPEND="~dev-java/${MY_PN}-buffer-${PV}:0
        ~dev-java/${MY_PN}-transport-${PV}:0
        dev-java/jboss-marshalling:0
        dev-java/jzlib:1.1.3
-       dev-libs/protobuf:0[java]"
+       dev-java/protobuf-java:0"
 
 RDEPEND=">=virtual/jre-1.7
        ${CDEPEND}"