summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
Diffstat (limited to 'app-crypt/gnupg/gnupg-2.3.0.ebuild')
-rw-r--r--app-crypt/gnupg/gnupg-2.3.0.ebuild4
1 files changed, 2 insertions, 2 deletions
diff --git a/app-crypt/gnupg/gnupg-2.3.0.ebuild b/app-crypt/gnupg/gnupg-2.3.0.ebuild
index e1137e00992a..3ca970d0c2d7 100644
--- a/app-crypt/gnupg/gnupg-2.3.0.ebuild
+++ b/app-crypt/gnupg/gnupg-2.3.0.ebuild
@@ -53,13 +53,13 @@ DOCS=(
PATCHES=(
"${FILESDIR}/${PN}-2.1.20-gpgscm-Use-shorter-socket-path-lengts-to-improve-tes.patch"
- #"${FILESDIR}/${PN}-2.3.0-sqlite_check.patch"
+ "${FILESDIR}/${PN}-2.3.0-sqlite_check.patch"
)
src_prepare() {
default
- #eautoreconf
+ eautoreconf
# Inject SSH_AUTH_SOCK into user's sessions after enabling gpg-agent-ssh.socket in systemctl --user mode,
# idea borrowed from libdbus, see