1
0
mirror of https://github.com/dguglielmi/sunny-overlay.git synced 2025-12-06 16:02:39 +01:00

dev-libs/jose: Port to EAPI 7

This commit is contained in:
2020-01-05 18:13:37 +01:00
parent 79c1bffb02
commit 6868e3e4f8
3 changed files with 19 additions and 5 deletions

View File

@@ -1,7 +1,7 @@
# Copyright 1999-2018 Gentoo Foundation
# Copyright 2020 Gentoo Authors
# Distributed under the terms of the GNU General Public License v2
EAPI=6
EAPI=7
DESCRIPTION="C-language implementation of Javascript Object Signing and Encryption"
HOMEPAGE="https://latchset.github.io/"
@@ -12,7 +12,9 @@ SLOT="0"
KEYWORDS="~amd64 ~x86"
IUSE=""
DEPEND="sys-libs/zlib
DEPEND="
sys-libs/zlib
>=dev-libs/jansson-2.10
dev-libs/openssl:0="
dev-libs/openssl:0=
"
RDEPEND="${DEPEND}"