diff options
Diffstat (limited to 'app-crypt/jetring/jetring-0.25.ebuild')
-rw-r--r-- | app-crypt/jetring/jetring-0.25.ebuild | 7 |
1 files changed, 6 insertions, 1 deletions
diff --git a/app-crypt/jetring/jetring-0.25.ebuild b/app-crypt/jetring/jetring-0.25.ebuild index 04664bb5eb51..1e93e84f2d90 100644 --- a/app-crypt/jetring/jetring-0.25.ebuild +++ b/app-crypt/jetring/jetring-0.25.ebuild @@ -1,4 +1,4 @@ -# Copyright 1999-2017 Gentoo Foundation +# Copyright 1999-2019 Gentoo Authors # Distributed under the terms of the GNU General Public License v2 EAPI="5" @@ -24,6 +24,11 @@ src_prepare() { epatch "${FILESDIR}"/${PN}-0.21-parallel.patch } +src_compile() { + addpredict "/run/user/$(id -u)/gnupg/" + default +} + src_install() { default |