Gentoo Archives: gentoo-commits

From: Sam James <sam@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] repo/gentoo:master commit in: app-text/catdoc/
Date: Wed, 25 Aug 2021 02:30:46
Message-Id: 1629858591.0f397605a4a10fa2768d2ca98088af83111be979.sam@gentoo
1 commit: 0f397605a4a10fa2768d2ca98088af83111be979
2 Author: Matt Smith <matt <AT> offtopica <DOT> uk>
3 AuthorDate: Sat Aug 21 17:09:59 2021 +0000
4 Commit: Sam James <sam <AT> gentoo <DOT> org>
5 CommitDate: Wed Aug 25 02:29:51 2021 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=0f397605
7
8 app-text/catdoc: Don't use $D in src_configure
9
10 Package-Manager: Portage-3.0.22, Repoman-3.0.3
11 Signed-off-by: Matt Smith <matt <AT> offtopica.uk>
12 Signed-off-by: Sam James <sam <AT> gentoo.org>
13
14 app-text/catdoc/catdoc-0.95-r1.ebuild | 4 ++--
15 1 file changed, 2 insertions(+), 2 deletions(-)
16
17 diff --git a/app-text/catdoc/catdoc-0.95-r1.ebuild b/app-text/catdoc/catdoc-0.95-r1.ebuild
18 index c3758c22051..6940f7b90c3 100644
19 --- a/app-text/catdoc/catdoc-0.95-r1.ebuild
20 +++ b/app-text/catdoc/catdoc-0.95-r1.ebuild
21 @@ -31,7 +31,7 @@ src_prepare() {
22 }
23
24 src_configure() {
25 - econf --with-install-root="${D}" \
26 + econf \
27 $(use_with tk wish "${EPREFIX}"/usr/bin/wish) \
28 $(use_enable tk wordview)
29 }
30 @@ -41,7 +41,7 @@ src_compile() {
31 }
32
33 src_install() {
34 - default
35 + emake install installroot="${ED}"
36
37 # dev-libs/libxls and app-text/catdoc both provide xls2cvs
38 if [[ -e ${ED}/usr/bin/xls2csv ]]; then