summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorDavid Seifert <soap@gentoo.org>2020-02-08 17:51:33 +0100
committerDavid Seifert <soap@gentoo.org>2020-02-08 17:51:33 +0100
commit3a13b1801f913ae819fe6e3a325b3018d720b324 (patch)
tree0fce8fa79407e28019dcea383e7133ea4a4cdf7c /dev-vcs/cvs
parentdev-python/mysql-connector-python: [QA] Fix UnnecessarySlashStrip (diff)
downloadgentoo-3a13b1801f913ae819fe6e3a325b3018d720b324.tar.gz
gentoo-3a13b1801f913ae819fe6e3a325b3018d720b324.tar.bz2
gentoo-3a13b1801f913ae819fe6e3a325b3018d720b324.zip
dev-vcs/cvs: [QA] Fix UnnecessarySlashStrip
Signed-off-by: David Seifert <soap@gentoo.org>
Diffstat (limited to 'dev-vcs/cvs')
-rw-r--r--dev-vcs/cvs/cvs-1.12.12-r12.ebuild2
1 files changed, 1 insertions, 1 deletions
diff --git a/dev-vcs/cvs/cvs-1.12.12-r12.ebuild b/dev-vcs/cvs/cvs-1.12.12-r12.ebuild
index ff6dca4d2b97..4b4172400eb9 100644
--- a/dev-vcs/cvs/cvs-1.12.12-r12.ebuild
+++ b/dev-vcs/cvs/cvs-1.12.12-r12.ebuild
@@ -64,7 +64,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) \