From mboxrd@z Thu Jan  1 00:00:00 1970
Return-Path: <gentoo-commits+bounces-974209-garchives=archives.gentoo.org@lists.gentoo.org>
Received: from lists.gentoo.org (pigeon.gentoo.org [208.92.234.80])
	(using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits))
	(No client certificate requested)
	by finch.gentoo.org (Postfix) with ESMTPS id E63CA1396D1
	for <garchives@archives.gentoo.org>; Thu, 21 Sep 2017 21:06:08 +0000 (UTC)
Received: from pigeon.gentoo.org (localhost [127.0.0.1])
	by pigeon.gentoo.org (Postfix) with SMTP id 28D03E0B73;
	Thu, 21 Sep 2017 21:06:08 +0000 (UTC)
Received: from smtp.gentoo.org (mail.gentoo.org [IPv6:2001:470:ea4a:1:5054:ff:fec7:86e4])
	(using TLSv1.2 with cipher ECDHE-RSA-AES128-GCM-SHA256 (128/128 bits))
	(No client certificate requested)
	by pigeon.gentoo.org (Postfix) with ESMTPS id EF4B3E0B73
	for <gentoo-commits@lists.gentoo.org>; Thu, 21 Sep 2017 21:06:07 +0000 (UTC)
Received: from oystercatcher.gentoo.org (oystercatcher.gentoo.org [148.251.78.52])
	(using TLSv1.2 with cipher ECDHE-RSA-AES128-GCM-SHA256 (128/128 bits))
	(No client certificate requested)
	by smtp.gentoo.org (Postfix) with ESMTPS id 15EA034069A
	for <gentoo-commits@lists.gentoo.org>; Thu, 21 Sep 2017 21:06:07 +0000 (UTC)
Received: from localhost.localdomain (localhost [IPv6:::1])
	by oystercatcher.gentoo.org (Postfix) with ESMTP id AB1D79064
	for <gentoo-commits@lists.gentoo.org>; Thu, 21 Sep 2017 21:06:05 +0000 (UTC)
From: "Mike Gilbert" <floppym@gentoo.org>
To: gentoo-commits@lists.gentoo.org
Content-Transfer-Encoding: 8bit
Content-type: text/plain; charset=UTF-8
Reply-To: gentoo-dev@lists.gentoo.org, "Mike Gilbert" <floppym@gentoo.org>
Message-ID: <1506027835.aa86bc53f6af871ef3152c2604b7ed14d0faca10.floppym@gentoo>
Subject: [gentoo-commits] repo/gentoo:master commit in: dev-java/netty-codec/
X-VCS-Repository: repo/gentoo
X-VCS-Files: dev-java/netty-codec/netty-codec-4.0.36.ebuild
X-VCS-Directories: dev-java/netty-codec/
X-VCS-Committer: floppym
X-VCS-Committer-Name: Mike Gilbert
X-VCS-Revision: aa86bc53f6af871ef3152c2604b7ed14d0faca10
X-VCS-Branch: master
Date: Thu, 21 Sep 2017 21:06:05 +0000 (UTC)
Precedence: bulk
List-Post: <mailto:gentoo-commits@lists.gentoo.org>
List-Help: <mailto:gentoo-commits+help@lists.gentoo.org>
List-Unsubscribe: <mailto:gentoo-commits+unsubscribe@lists.gentoo.org>
List-Subscribe: <mailto:gentoo-commits+subscribe@lists.gentoo.org>
List-Id: Gentoo Linux mail <gentoo-commits.gentoo.org>
X-BeenThere: gentoo-commits@lists.gentoo.org
X-Archives-Salt: 2e670ac1-51c8-40bc-8d60-ff9dc940c794
X-Archives-Hash: 0fb04feb9b0161bc716c8486d99cf88a

commit:     aa86bc53f6af871ef3152c2604b7ed14d0faca10
Author:     Arfrever Frehtes Taifersar Arahesis <Arfrever <AT> Apache <DOT> Org>
AuthorDate: Thu Sep 21 04:50:03 2017 +0000
Commit:     Mike Gilbert <floppym <AT> gentoo <DOT> org>
CommitDate: Thu Sep 21 21:03:55 2017 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=aa86bc53

dev-java/netty-codec: Depend directly on dev-java/protobuf-java.

 dev-java/netty-codec/netty-codec-4.0.36.ebuild | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/dev-java/netty-codec/netty-codec-4.0.36.ebuild b/dev-java/netty-codec/netty-codec-4.0.36.ebuild
index d533c69e16b..ae06affab69 100644
--- a/dev-java/netty-codec/netty-codec-4.0.36.ebuild
+++ b/dev-java/netty-codec/netty-codec-4.0.36.ebuild
@@ -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}"