Gentoo Archives: gentoo-commits

From: Andreas Sturmlechner <asturm@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] repo/gentoo:master commit in: net-misc/grive/
Date: Wed, 31 Oct 2018 19:06:17
Message-Id: 1541012702.85df29a880c9277a34a4ac1daf3af14ed7bcdb7c.asturm@gentoo
1 commit: 85df29a880c9277a34a4ac1daf3af14ed7bcdb7c
2 Author: Andreas Sturmlechner <asturm <AT> gentoo <DOT> org>
3 AuthorDate: Mon Oct 15 22:37:13 2018 +0000
4 Commit: Andreas Sturmlechner <asturm <AT> gentoo <DOT> org>
5 CommitDate: Wed Oct 31 19:05:02 2018 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=85df29a8
7
8 net-misc/grive: EAPI-6 bump
9
10 Signed-off-by: Andreas Sturmlechner <asturm <AT> gentoo.org>
11 Package-Manager: Portage-2.3.51, Repoman-2.3.11
12
13 net-misc/grive/grive-0.5.1_pre20171005.ebuild | 6 +++---
14 1 file changed, 3 insertions(+), 3 deletions(-)
15
16 diff --git a/net-misc/grive/grive-0.5.1_pre20171005.ebuild b/net-misc/grive/grive-0.5.1_pre20171005.ebuild
17 index 744cc461a62..75e5b3f315c 100644
18 --- a/net-misc/grive/grive-0.5.1_pre20171005.ebuild
19 +++ b/net-misc/grive/grive-0.5.1_pre20171005.ebuild
20 @@ -1,7 +1,7 @@
21 -# Copyright 1999-2017 Gentoo Foundation
22 +# Copyright 1999-2018 Gentoo Authors
23 # Distributed under the terms of the GNU General Public License v2
24
25 -EAPI=5
26 +EAPI=6
27
28 inherit cmake-utils
29
30 @@ -27,9 +27,9 @@ RDEPEND="
31 dev-libs/expat
32 >=dev-libs/json-c-0.11-r1:=
33 dev-libs/libgcrypt:0=
34 + dev-libs/yajl
35 || ( net-misc/curl[curl_ssl_openssl] net-misc/curl[curl_ssl_gnutls] )
36 sys-libs/binutils-libs:0=
37 sys-libs/glibc
38 - dev-libs/yajl
39 "
40 DEPEND="${RDEPEND}"