commit: 32c59d67d468e112dde2019774e4c23b0d3b9377 Author: Matt Jolly <Matt.Jolly <AT> footclan <DOT> ninja> AuthorDate: Wed Dec 20 22:26:06 2023 +0000 Commit: Sam James <sam <AT> gentoo <DOT> org> CommitDate: Sat Jan 20 12:02:02 2024 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=32c59d67
x11-wm/fvwm3: force prebuilt docs off for 9999 Closes: https://bugs.gentoo.org/920420 Signed-off-by: Matt Jolly <Matt.Jolly <AT> footclan.ninja> Closes: https://github.com/gentoo/gentoo/pull/34385 Signed-off-by: Sam James <sam <AT> gentoo.org> x11-wm/fvwm3/fvwm3-9999.ebuild | 1 + 1 file changed, 1 insertion(+) diff --git a/x11-wm/fvwm3/fvwm3-9999.ebuild b/x11-wm/fvwm3/fvwm3-9999.ebuild index e6dec376c0e9..fac3fd55cbca 100644 --- a/x11-wm/fvwm3/fvwm3-9999.ebuild +++ b/x11-wm/fvwm3/fvwm3-9999.ebuild @@ -19,6 +19,7 @@ if [[ ${PV} == 9999 ]]; then inherit git-r3 EGIT_REPO_URI="https://github.com/fvwmorg/fvwm3.git" EGIT_BRANCH="main" + FVWM3_DOCS_PREBUILT=0 else SRC_URI="https://github.com/fvwmorg/fvwm3/releases/download/${PV}/${P}.tar.gz" if [[ ${FVWM3_DOCS_PREBUILT} == 1 ]]; then
