diff options
Diffstat (limited to 'app-crypt/codecrypt')
-rw-r--r-- | app-crypt/codecrypt/codecrypt-1.8-r2.ebuild | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/app-crypt/codecrypt/codecrypt-1.8-r2.ebuild b/app-crypt/codecrypt/codecrypt-1.8-r2.ebuild index 93d82f35a94e..d0a857db8986 100644 --- a/app-crypt/codecrypt/codecrypt-1.8-r2.ebuild +++ b/app-crypt/codecrypt/codecrypt-1.8-r2.ebuild @@ -1,4 +1,4 @@ -# Copyright 1999-2021 Gentoo Authors +# Copyright 1999-2022 Gentoo Authors # Distributed under the terms of the GNU General Public License v2 EAPI=6 @@ -27,5 +27,5 @@ src_prepare() { src_configure() { econf \ - $(use_with cryptopp ) + $(use_with cryptopp) } |