commit:     5aab424009fda30a15c3fe71669e2b3decd60e1f
Author:     Florian Schmaus <flow <AT> gentoo <DOT> org>
AuthorDate: Fri Nov 17 14:26:54 2023 +0000
Commit:     Florian Schmaus <flow <AT> gentoo <DOT> org>
CommitDate: Fri Nov 17 14:26:54 2023 +0000
URL:        https://gitweb.gentoo.org/proj/tex.git/commit/?id=5aab4240

populate-distdir: make sure that USE="doc source" is enabled

Signed-off-by: Florian Schmaus <flow <AT> gentoo.org>

 populate-distdir | 2 ++
 1 file changed, 2 insertions(+)

diff --git a/populate-distdir b/populate-distdir
index 857dd0c..30d4e39 100755
--- a/populate-distdir
+++ b/populate-distdir
@@ -12,5 +12,7 @@ fi
        
 export DISTDIR
 
+export USE="doc source"
+
 find "${TEX_OVERLAY_PATH}" -type f -name '*.ebuild' -print0 |\
        xargs --null -I {} ebuild {} fetch

Reply via email to