Gentoo Archives: gentoo-commits

From: Sam James <sam@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] repo/gentoo:master commit in: sys-libs/libunwind/
Date: Thu, 18 Aug 2022 03:15:21
Message-Id: 1660792501.3deed26b3259a962305414e179bc34f357f35d0b.sam@gentoo
1 commit: 3deed26b3259a962305414e179bc34f357f35d0b
2 Author: Sam James <sam <AT> gentoo <DOT> org>
3 AuthorDate: Thu Aug 18 03:15:01 2022 +0000
4 Commit: Sam James <sam <AT> gentoo <DOT> org>
5 CommitDate: Thu Aug 18 03:15:01 2022 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=3deed26b
7
8 sys-libs/libunwind: fix docs override
9
10 No functional change, just useful for building doc tarball.
11
12 Signed-off-by: Sam James <sam <AT> gentoo.org>
13
14 sys-libs/libunwind/libunwind-1.6.2-r1.ebuild | 3 ++-
15 1 file changed, 2 insertions(+), 1 deletion(-)
16
17 diff --git a/sys-libs/libunwind/libunwind-1.6.2-r1.ebuild b/sys-libs/libunwind/libunwind-1.6.2-r1.ebuild
18 index 144c3e79cac5..007df2e2a734 100644
19 --- a/sys-libs/libunwind/libunwind-1.6.2-r1.ebuild
20 +++ b/sys-libs/libunwind/libunwind-1.6.2-r1.ebuild
21 @@ -6,7 +6,8 @@ EAPI=8
22 # Generate using https://github.com/thesamesam/sam-gentoo-scripts/blob/main/niche/generate-libunwind-docs
23 # Set to 1 if prebuilt, 0 if not
24 # (the construct below is to allow overriding from env for script)
25 -LIBUNWIND_DOCS_PREBUILT=${LIBUNWIND_DOCS_PREBUILT:-1}
26 +: ${LIBUNWIND_DOCS_PREBUILT:=1}
27 +
28 LIBUNWIND_DOCS_PREBUILT_DEV=sam
29 LIBUNWIND_DOCS_VERSION=$(ver_cut 1-3)
30 # Default to generating docs (inc. man pages) if no prebuilt; overridden later