commit:     1ec5fe00bed96924b22c5a1f4a2d3fffb1215e2c
Author:     Thomas Bracht Laumann Jespersen <t <AT> laumann <DOT> xyz>
AuthorDate: Wed Jun  8 19:45:31 2022 +0000
Commit:     Sam James <sam <AT> gentoo <DOT> org>
CommitDate: Thu Jun 16 16:30:31 2022 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=1ec5fe00

dev-vcs/cvs: fix unquoted variable EPREFIX

Signed-off-by: Thomas Bracht Laumann Jespersen <t <AT> laumann.xyz>
Signed-off-by: Sam James <sam <AT> gentoo.org>

 dev-vcs/cvs/cvs-1.12.12-r14.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/dev-vcs/cvs/cvs-1.12.12-r14.ebuild 
b/dev-vcs/cvs/cvs-1.12.12-r14.ebuild
index 3c6a6e2beee6..219adc7e7046 100644
--- a/dev-vcs/cvs/cvs-1.12.12-r14.ebuild
+++ b/dev-vcs/cvs/cvs-1.12.12-r14.ebuild
@@ -65,7 +65,7 @@ src_configure() {
        fi
        econf \
                --with-external-zlib \
-               --with-tmpdir=${EPREFIX}/tmp \
+               --with-tmpdir="${EPREFIX}"/tmp \
                $(use_enable crypt encryption) \
                $(use_with kerberos gssapi) \
                $(use_enable nls) \

Reply via email to