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}"