diff options
author | Alon Bar-Lev <alonbl@gentoo.org> | 2018-09-23 16:06:43 +0300 |
---|---|---|
committer | Alon Bar-Lev <alonbl@gentoo.org> | 2018-09-28 02:51:35 +0300 |
commit | 553521a6e5ea59f38b6109f052aa8fec85e74e60 (patch) | |
tree | fb78eae18dd113381cae39183699c550e7e726e2 /app-crypt | |
parent | app-crypt/pkcs11-data: eapi bump (diff) | |
download | gentoo-553521a6e5ea59f38b6109f052aa8fec85e74e60.tar.gz gentoo-553521a6e5ea59f38b6109f052aa8fec85e74e60.tar.bz2 gentoo-553521a6e5ea59f38b6109f052aa8fec85e74e60.zip |
app-crypt/pkcs11-dump: eapi bump
Package-Manager: Portage-2.3.49, Repoman-2.3.10
Diffstat (limited to 'app-crypt')
-rw-r--r-- | app-crypt/pkcs11-dump/pkcs11-dump-0.3.4.ebuild | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/app-crypt/pkcs11-dump/pkcs11-dump-0.3.4.ebuild b/app-crypt/pkcs11-dump/pkcs11-dump-0.3.4.ebuild index 183662606ba5..03d0686f84ff 100644 --- a/app-crypt/pkcs11-dump/pkcs11-dump-0.3.4.ebuild +++ b/app-crypt/pkcs11-dump/pkcs11-dump-0.3.4.ebuild @@ -1,7 +1,7 @@ -# Copyright 1999-2016 Gentoo Foundation +# Copyright 1999-2018 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -EAPI=6 +EAPI=7 DESCRIPTION="Utilities for PKCS#11 token content dump" HOMEPAGE="https://github.com/alonbl/pkcs11-dump" @@ -17,5 +17,5 @@ IUSE="libressl" RDEPEND=" !libressl? ( dev-libs/openssl:0= ) libressl? ( dev-libs/libressl:0= )" -DEPEND="${RDEPEND} - virtual/pkgconfig" +DEPEND="${RDEPEND}" +BDEPEND="virtual/pkgconfig" |