diff options
author | Sam James <sam@gentoo.org> | 2024-12-11 07:16:42 +0000 |
---|---|---|
committer | Sam James <sam@gentoo.org> | 2024-12-11 07:16:42 +0000 |
commit | 973037d6ab6ab650f6bd1314e377267563899921 (patch) | |
tree | c5acb0e0f637a46b813d33d36e861b597631f79a /app-crypt | |
parent | app-crypt/cfssl: add 1.6.5 (diff) | |
download | gentoo-973037d6ab6ab650f6bd1314e377267563899921.tar.gz gentoo-973037d6ab6ab650f6bd1314e377267563899921.tar.bz2 gentoo-973037d6ab6ab650f6bd1314e377267563899921.zip |
app-crypt/cfssl: EAPI 8
Signed-off-by: Sam James <sam@gentoo.org>
Diffstat (limited to 'app-crypt')
-rw-r--r-- | app-crypt/cfssl/cfssl-1.6.5.ebuild | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/app-crypt/cfssl/cfssl-1.6.5.ebuild b/app-crypt/cfssl/cfssl-1.6.5.ebuild index d3514adaba47..bddb9317c463 100644 --- a/app-crypt/cfssl/cfssl-1.6.5.ebuild +++ b/app-crypt/cfssl/cfssl-1.6.5.ebuild @@ -1,7 +1,7 @@ # Copyright 1999-2024 Gentoo Authors # Distributed under the terms of the GNU General Public License v2 -EAPI=7 +EAPI=8 inherit go-module |