commit: 78eca91ae6d3c4d2fde5b0da419c731863ab0f95
Author: Sam James <sam <AT> gentoo <DOT> org>
AuthorDate: Sun Feb 26 21:46:11 2023 +0000
Commit: Sam James <sam <AT> gentoo <DOT> org>
CommitDate: Sun Feb 26 21:46:29 2023 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=78eca91a
dev-libs/openssl: fix DoubleEmptyLine
Signed-off-by: Sam James <sam <AT> gentoo.org>
dev-libs/openssl/openssl-3.0.8.ebuild | 1 -
1 file changed, 1 deletion(-)
diff --git a/dev-libs/openssl/openssl-3.0.8.ebuild
b/dev-libs/openssl/openssl-3.0.8.ebuild
index 37799cd36092..a5c46e57fff2 100644
--- a/dev-libs/openssl/openssl-3.0.8.ebuild
+++ b/dev-libs/openssl/openssl-3.0.8.ebuild
@@ -103,7 +103,6 @@ src_prepare() {
# that gets blown away anyways by the Configure script in src_configure
rm -f Makefile
-
if ! use vanilla ; then
PATCHES+=(
# Add patches which are Gentoo-specific customisations
here