diff options
author | Joonas Niilola <juippis@gentoo.org> | 2023-02-05 10:17:21 +0200 |
---|---|---|
committer | Joonas Niilola <juippis@gentoo.org> | 2023-02-05 10:30:35 +0200 |
commit | b1b50395ed2ad703fbf9384a0c2277032ef2a293 (patch) | |
tree | 54147b0677daccdc73839471e2d7334e4583fe82 /app-crypt/easy-rsa | |
parent | app-crypt/easy-rsa: add 3.1.2 (diff) | |
download | gentoo-b1b50395ed2ad703fbf9384a0c2277032ef2a293.tar.gz gentoo-b1b50395ed2ad703fbf9384a0c2277032ef2a293.tar.bz2 gentoo-b1b50395ed2ad703fbf9384a0c2277032ef2a293.zip |
app-crypt/easy-rsa: update EAPI 7 -> 8
Signed-off-by: Joonas Niilola <juippis@gentoo.org>
Diffstat (limited to 'app-crypt/easy-rsa')
-rw-r--r-- | app-crypt/easy-rsa/easy-rsa-3.1.2.ebuild | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/app-crypt/easy-rsa/easy-rsa-3.1.2.ebuild b/app-crypt/easy-rsa/easy-rsa-3.1.2.ebuild index 9b796d2c2779..c35bb375fc0c 100644 --- a/app-crypt/easy-rsa/easy-rsa-3.1.2.ebuild +++ b/app-crypt/easy-rsa/easy-rsa-3.1.2.ebuild @@ -1,7 +1,7 @@ # Copyright 1999-2023 Gentoo Authors # Distributed under the terms of the GNU General Public License v2 -EAPI=7 +EAPI=8 DESCRIPTION="Small RSA key management package, based on OpenSSL" HOMEPAGE="https://openvpn.net/" |