commit: 37c02d57607408a5db2ec2a948f66789bd4a9c5b Author: Michał Górny <mgorny <AT> gentoo <DOT> org> AuthorDate: Sat Jul 6 09:43:45 2024 +0000 Commit: Michał Górny <mgorny <AT> gentoo <DOT> org> CommitDate: Sat Jul 6 09:43:45 2024 +0000 URL: https://gitweb.gentoo.org/proj/qa-scripts.git/commit/?id=37c02d57
gpyutils: Explicitly pass `-d` to gpy-depgraph Signed-off-by: Michał Górny <mgorny <AT> gentoo.org> Makefile.gpyutils | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Makefile.gpyutils b/Makefile.gpyutils index fafc1ba..b99c48f 100644 --- a/Makefile.gpyutils +++ b/Makefile.gpyutils @@ -59,7 +59,7 @@ $(outdir)/310-to-311-stablereq.txt: $(timestamp) mv $@.new $@ %.dot: %.txt - gpy-depgraph -m pyt...@gentoo.org $< > $@.new + gpy-depgraph -d -m pyt...@gentoo.org $< > $@.new mv $@.new $@ %.svg: %.dot