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/hdf/
Date: Wed, 08 Dec 2021 04:45:47
Message-Id: 1638938717.0f59e02374b08163b3eaf1bb96826e0dee3c610c.sam@gentoo
1 commit: 0f59e02374b08163b3eaf1bb96826e0dee3c610c
2 Author: Sam James <sam <AT> gentoo <DOT> org>
3 AuthorDate: Wed Dec 8 04:45:17 2021 +0000
4 Commit: Sam James <sam <AT> gentoo <DOT> org>
5 CommitDate: Wed Dec 8 04:45:17 2021 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=0f59e023
7
8 sci-libs/hdf: fix typo
9
10 Had switched it back to ${FILESDIR} to add an extra patch but forgot
11 to switch it back again apparently.
12
13 Signed-off-by: Sam James <sam <AT> gentoo.org>
14
15 sci-libs/hdf/hdf-4.2.15-r1.ebuild | 2 +-
16 1 file changed, 1 insertion(+), 1 deletion(-)
17
18 diff --git a/sci-libs/hdf/hdf-4.2.15-r1.ebuild b/sci-libs/hdf/hdf-4.2.15-r1.ebuild
19 index c93e912c8ccd..e889b13db235 100644
20 --- a/sci-libs/hdf/hdf-4.2.15-r1.ebuild
21 +++ b/sci-libs/hdf/hdf-4.2.15-r1.ebuild
22 @@ -32,7 +32,7 @@ PATCHES=(
23
24 # May need to extend these for more arches in future.
25 # bug #664856
26 - "${FILESDIR}"/${PN}-4.2.15-arch-patches/
27 + "${WORKDIR}"/${PN}-4.2.15-arch-patches/
28 )
29
30 src_prepare() {