From mboxrd@z Thu Jan  1 00:00:00 1970
Return-Path: <gentoo-commits+bounces-1055072-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 6DECD138334
	for <garchives@archives.gentoo.org>; Wed, 31 Oct 2018 19:06:17 +0000 (UTC)
Received: from pigeon.gentoo.org (localhost [127.0.0.1])
	by pigeon.gentoo.org (Postfix) with SMTP id CA313E07B2;
	Wed, 31 Oct 2018 19:06:15 +0000 (UTC)
Received: from smtp.gentoo.org (dev.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 9F086E07B2
	for <gentoo-commits@lists.gentoo.org>; Wed, 31 Oct 2018 19:06:15 +0000 (UTC)
Received: from oystercatcher.gentoo.org (unknown [IPv6:2a01:4f8:202:4333:225:90ff:fed9:fc84])
	(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 BF583335C08
	for <gentoo-commits@lists.gentoo.org>; Wed, 31 Oct 2018 19:06:13 +0000 (UTC)
Received: from localhost.localdomain (localhost [IPv6:::1])
	by oystercatcher.gentoo.org (Postfix) with ESMTP id 39898440
	for <gentoo-commits@lists.gentoo.org>; Wed, 31 Oct 2018 19:06:12 +0000 (UTC)
From: "Andreas Sturmlechner" <asturm@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, "Andreas Sturmlechner" <asturm@gentoo.org>
Message-ID: <1541012702.85df29a880c9277a34a4ac1daf3af14ed7bcdb7c.asturm@gentoo>
Subject: [gentoo-commits] repo/gentoo:master commit in: net-misc/grive/
X-VCS-Repository: repo/gentoo
X-VCS-Files: net-misc/grive/grive-0.5.1_pre20171005.ebuild
X-VCS-Directories: net-misc/grive/
X-VCS-Committer: asturm
X-VCS-Committer-Name: Andreas Sturmlechner
X-VCS-Revision: 85df29a880c9277a34a4ac1daf3af14ed7bcdb7c
X-VCS-Branch: master
Date: Wed, 31 Oct 2018 19:06:12 +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: aa42f938-13f9-48d7-b3a5-0ab5a81cfbd8
X-Archives-Hash: 6031b952ec1d936acac84f692f6eed15

commit:     85df29a880c9277a34a4ac1daf3af14ed7bcdb7c
Author:     Andreas Sturmlechner <asturm <AT> gentoo <DOT> org>
AuthorDate: Mon Oct 15 22:37:13 2018 +0000
Commit:     Andreas Sturmlechner <asturm <AT> gentoo <DOT> org>
CommitDate: Wed Oct 31 19:05:02 2018 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=85df29a8

net-misc/grive: EAPI-6 bump

Signed-off-by: Andreas Sturmlechner <asturm <AT> gentoo.org>
Package-Manager: Portage-2.3.51, Repoman-2.3.11

 net-misc/grive/grive-0.5.1_pre20171005.ebuild | 6 +++---
 1 file changed, 3 insertions(+), 3 deletions(-)

diff --git a/net-misc/grive/grive-0.5.1_pre20171005.ebuild b/net-misc/grive/grive-0.5.1_pre20171005.ebuild
index 744cc461a62..75e5b3f315c 100644
--- a/net-misc/grive/grive-0.5.1_pre20171005.ebuild
+++ b/net-misc/grive/grive-0.5.1_pre20171005.ebuild
@@ -1,7 +1,7 @@
-# Copyright 1999-2017 Gentoo Foundation
+# Copyright 1999-2018 Gentoo Authors
 # Distributed under the terms of the GNU General Public License v2
 
-EAPI=5
+EAPI=6
 
 inherit cmake-utils
 
@@ -27,9 +27,9 @@ RDEPEND="
 	dev-libs/expat
 	>=dev-libs/json-c-0.11-r1:=
 	dev-libs/libgcrypt:0=
+	dev-libs/yajl
 	|| ( net-misc/curl[curl_ssl_openssl] net-misc/curl[curl_ssl_gnutls] )
 	sys-libs/binutils-libs:0=
 	sys-libs/glibc
-	dev-libs/yajl
 "
 DEPEND="${RDEPEND}"