From 98de1c3d2b96d3f9995726240051e442ca0df16e Mon Sep 17 00:00:00 2001 From: Sam James Date: Sun, 13 Mar 2022 05:38:31 +0000 Subject: [PATCH] app-crypt/codecrypt: fix use_with cosmetics Signed-off-by: Sam James --- 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 93d82f35a94eb..d0a857db89863 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) }