diff options
author | Andreas Sturmlechner <asturm@gentoo.org> | 2018-10-16 00:37:13 +0200 |
---|---|---|
committer | Andreas Sturmlechner <asturm@gentoo.org> | 2018-10-31 20:05:02 +0100 |
commit | 85df29a880c9277a34a4ac1daf3af14ed7bcdb7c (patch) | |
tree | 8f4ff148a419db8e7f13a28e7967111b4934588d /net-misc/grive | |
parent | dev-libs/spsdeclib: fix dodoc failed (diff) | |
download | gentoo-85df29a880c9277a34a4ac1daf3af14ed7bcdb7c.tar.gz gentoo-85df29a880c9277a34a4ac1daf3af14ed7bcdb7c.tar.bz2 gentoo-85df29a880c9277a34a4ac1daf3af14ed7bcdb7c.zip |
net-misc/grive: EAPI-6 bump
Signed-off-by: Andreas Sturmlechner <asturm@gentoo.org>
Package-Manager: Portage-2.3.51, Repoman-2.3.11
Diffstat (limited to 'net-misc/grive')
-rw-r--r-- | net-misc/grive/grive-0.5.1_pre20171005.ebuild | 6 |
1 files 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 744cc461a623..75e5b3f315c4 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}" |