summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorSam James <sam@gentoo.org>2022-03-13 05:38:31 +0000
committerSam James <sam@gentoo.org>2022-03-13 05:38:38 +0000
commit98de1c3d2b96d3f9995726240051e442ca0df16e (patch)
treea4e0935bb5f6eed3c0eaf058f54e8d81f2fbd2ad /app-crypt
parentapp-crypt/codecrypt: [QA] drop 1.7.2-r1 (diff)
downloadgentoo-98de1c3d2b96d3f9995726240051e442ca0df16e.tar.gz
gentoo-98de1c3d2b96d3f9995726240051e442ca0df16e.tar.bz2
gentoo-98de1c3d2b96d3f9995726240051e442ca0df16e.zip
app-crypt/codecrypt: fix use_with cosmetics
Signed-off-by: Sam James <sam@gentoo.org>
Diffstat (limited to 'app-crypt')
-rw-r--r--app-crypt/codecrypt/codecrypt-1.8-r2.ebuild4
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)
}