commit: 98de1c3d2b96d3f9995726240051e442ca0df16e
Author: Sam James <sam <AT> gentoo <DOT> org>
AuthorDate: Sun Mar 13 05:38:31 2022 +0000
Commit: Sam James <sam <AT> gentoo <DOT> org>
CommitDate: Sun Mar 13 05:38:38 2022 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=98de1c3d
app-crypt/codecrypt: fix use_with cosmetics
Signed-off-by: Sam James <sam <AT> gentoo.org>
app-crypt/codecrypt/codecrypt-1.8-r2.ebuild | 4 ++--
1 file 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)
}