summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorYixun Lan <dlan@gentoo.org>2021-05-15 17:34:18 +0800
committerYixun Lan <dlan@gentoo.org>2021-05-15 17:34:18 +0800
commit2cb56c668fd4263d0bec5c6e78dc56e62512af80 (patch)
tree90861063500ad7f3558e76149362fafcee29a49b /dev-vcs
parentmedia-libs/liblscp: bump to 0.9.3 (diff)
downloadgentoo-2cb56c668fd4263d0bec5c6e78dc56e62512af80.tar.gz
gentoo-2cb56c668fd4263d0bec5c6e78dc56e62512af80.tar.bz2
gentoo-2cb56c668fd4263d0bec5c6e78dc56e62512af80.zip
dev-vcs/stgit: QA: drop ${D} from src_compile()
Package-Manager: Portage-3.0.18, Repoman-3.0.3 Signed-off-by: Yixun Lan <dlan@gentoo.org>
Diffstat (limited to 'dev-vcs')
-rw-r--r--dev-vcs/stgit/stgit-1.0.ebuild3
-rw-r--r--dev-vcs/stgit/stgit-1.1.ebuild3
2 files changed, 2 insertions, 4 deletions
diff --git a/dev-vcs/stgit/stgit-1.0.ebuild b/dev-vcs/stgit/stgit-1.0.ebuild
index 8eb84b347baa..0daa07cbdef7 100644
--- a/dev-vcs/stgit/stgit-1.0.ebuild
+++ b/dev-vcs/stgit/stgit-1.0.ebuild
@@ -59,8 +59,7 @@ src_compile() {
# bug 526468
if use doc; then
- emake DESTDIR="${D}" \
- htmldir="${EPREFIX}/usr/share/doc/${PF}/html/" \
+ emake htmldir="${EPREFIX}/usr/share/doc/${PF}/html/" \
mandir="${EPREFIX}/usr/share/man/" \
doc
fi
diff --git a/dev-vcs/stgit/stgit-1.1.ebuild b/dev-vcs/stgit/stgit-1.1.ebuild
index e44a2c6fd258..adc3ed22386c 100644
--- a/dev-vcs/stgit/stgit-1.1.ebuild
+++ b/dev-vcs/stgit/stgit-1.1.ebuild
@@ -59,8 +59,7 @@ src_compile() {
# bug 526468
if use doc; then
- emake DESTDIR="${D}" \
- htmldir="${EPREFIX}/usr/share/doc/${PF}/html/" \
+ emake htmldir="${EPREFIX}/usr/share/doc/${PF}/html/" \
mandir="${EPREFIX}/usr/share/man/" \
doc
fi