Gentoo Archives: gentoo-commits

From: Sam James <sam@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] repo/gentoo:master commit in: sci-libs/dcmtk/
Date: Fri, 11 Jun 2021 00:29:28
Message-Id: 1623371352.301e905e7275a55680753fd1be85d57baca9b16b.sam@gentoo
1 commit: 301e905e7275a55680753fd1be85d57baca9b16b
2 Author: Sam James <sam <AT> gentoo <DOT> org>
3 AuthorDate: Fri Jun 11 00:24:02 2021 +0000
4 Commit: Sam James <sam <AT> gentoo <DOT> org>
5 CommitDate: Fri Jun 11 00:29:12 2021 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=301e905e
7
8 sci-libs/dcmtk: fix VariableScope (EROOT)
9
10 Signed-off-by: Sam James <sam <AT> gentoo.org>
11
12 sci-libs/dcmtk/dcmtk-3.6.5.ebuild | 4 ++--
13 1 file changed, 2 insertions(+), 2 deletions(-)
14
15 diff --git a/sci-libs/dcmtk/dcmtk-3.6.5.ebuild b/sci-libs/dcmtk/dcmtk-3.6.5.ebuild
16 index 17f4eb3f34d..3a0f52103c4 100644
17 --- a/sci-libs/dcmtk/dcmtk-3.6.5.ebuild
18 +++ b/sci-libs/dcmtk/dcmtk-3.6.5.ebuild
19 @@ -1,4 +1,4 @@
20 -# Copyright 1999-2020 Gentoo Authors
21 +# Copyright 1999-2021 Gentoo Authors
22 # Distributed under the terms of the GNU General Public License v2
23
24 EAPI=7
25 @@ -51,7 +51,7 @@ src_prepare() {
26
27 src_configure() {
28 local mycmakeargs=(
29 - -DCMAKE_INSTALL_SYSCONFDIR="${EROOT}/etc"
30 + -DCMAKE_INSTALL_SYSCONFDIR="${EPREFIX}/etc"
31 -DDCMTK_WITH_ICU=ON
32 -DDCMTK_WITH_TIFF=$(usex tiff)
33 -DDCMTK_WITH_PNG=$(usex png)