summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorFlorian Schmaus <flow@gentoo.org>2023-11-17 15:26:54 +0100
committerFlorian Schmaus <flow@gentoo.org>2023-11-17 15:26:54 +0100
commit5aab424009fda30a15c3fe71669e2b3decd60e1f (patch)
tree35570124721564fa29d027bfd48a2f1b085ae6ef
parentpopulate-distdir: only invoke ebuild with 'fetch' (diff)
downloadtex-5aab424009fda30a15c3fe71669e2b3decd60e1f.tar.gz
tex-5aab424009fda30a15c3fe71669e2b3decd60e1f.tar.bz2
tex-5aab424009fda30a15c3fe71669e2b3decd60e1f.zip
populate-distdir: make sure that USE="doc source" is enabled
Signed-off-by: Florian Schmaus <flow@gentoo.org>
-rwxr-xr-xpopulate-distdir2
1 files changed, 2 insertions, 0 deletions
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